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

hl7.message.ORU_R01.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. 2020
#
# SPDX-License-Identifier: Apache-2.0
#
# FHIR Resources to extract from ORU_R01 message
---
resources:
    - resourceName: Patient
      segment: PATIENT_RESULT.PATIENT.PID
      resourcePath: resource/Patient
      isReferenced: true
      repeats: false
      additionalSegments:

      
    - resourceName: Encounter
      segment: PATIENT_RESULT.PATIENT.PV1
      resourcePath: resource/Encounter
      isReferenced: true
      repeats: false
      additionalSegments:
             - PV2
             - EVN
      
    - resourceName: Observation
      segment: PATIENT_RESULT.ORDER_OBSERVATION.OBSERVATION.OBX
      group: ORDER_OBSERVATION
      resourcePath: resource/Observation
      repeats: true
      isReferenced: true
      additionalSegments:
      
            
    - resourceName: DiagnosticReport
      segment: PATIENT_RESULT.ORDER_OBSERVATION.OBR
      group: ORDER_OBSERVATION
      resourcePath: resource/DiagnosticReport
      repeats: true
      additionalSegments:
                - .ORC
      

      
  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy