hl7.secondary.Performer.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hl7v2-fhir-converter Show documentation
Show all versions of hl7v2-fhir-converter Show documentation
FHIR converter is a Java based library that enables converting Hl7v2 messages to FHIR resources
#
# (C) Copyright IBM Corp. 2020
#
# SPDX-License-Identifier: Apache-2.0
#
function_v1:
condition: $orderingProvider NOT_NULL
valueOf: datatype/CodeableConcept_var
expressionType: resource
constants:
system: 'http://terminology.hl7.org/CodeSystem/v2-0443'
code: 'OP'
text: 'Ordering Provider'
function_v2:
condition: $administeringProvider NOT_NULL
valueOf: datatype/CodeableConcept_var
expressionType: resource
constants:
system: 'http://terminology.hl7.org/CodeSystem/v2-0443'
code: AP
text: Administering Provider
actor:
condition: $orderingProvider NOT_NULL || $administeringProvider NOT_NULL
valueOf: resource/Practitioner
expressionType: reference
generateList: true
specs: $orderingProvider | $administeringProvider
required: true