All Downloads are FREE. Search and download functionalities are using the official Maven repository.

hl7.message.ADT_A31.yml Maven / Gradle / Ivy

Go to download

FHIR converter is a Java based library that enables converting Hl7v2 messages to FHIR resources

There is a newer version: 1.0.19
Show newest version
#
# (C) Copyright IBM Corp. 2021, 2022
#
# SPDX-License-Identifier: Apache-2.0
#
# FHIR Resources to extract from ADT_A31 message
---
resources:
    - resourceName: MessageHeader
      segment: MSH
      resourcePath: resource/MessageHeader
      repeats: false
      isReferenced: false
      additionalSegments: 
             - EVN
   
    - resourceName: Patient
      segment: PID
      resourcePath: resource/Patient
      repeats: false
      isReferenced: true
      additionalSegments:
            - PD1
            - MSH
            - INSURANCE.IN1
            - INSURANCE.IN2 

    - resourceName: Encounter
      segment: PV1
      resourcePath: resource/Encounter
      repeats: false
      isReferenced: true
      additionalSegments:
        - PV2
        - EVN
        - MSH
        - DG1

    - resourceName: Condition
      segment: DG1
      resourcePath: resource/Condition
      isReferenced: true
      repeats: true
      additionalSegments:
        - MSH
        - PID
        - PV1

    - resourceName: Observation
      segment: OBX
      resourcePath: resource/Observation
      repeats: true
      isReferenced: true
      additionalSegments:
        - MSH

    - resourceName: AllergyIntolerance
      segment: AL1
      resourcePath: resource/AllergyIntolerance
      repeats: true
      additionalSegments:
        - MSH

    - resourceName: Procedure
      segment: .PR1
      group: PROCEDURE
      resourcePath: resource/Procedure
      repeats: true
      additionalSegments:
        - .ROL
        - MSH
        - PID
        - PV1

    - resourceName: Coverage
      segment: .IN1
      group: INSURANCE
      resourcePath: resource/Coverage
      repeats: true
      additionalSegments:
        - MSH
        - PID
        - PV1
        - .IN2        





© 2015 - 2024 Weber Informatics LLC | Privacy Policy