hl7.secondary.Contact.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. 2021, 2022
#
# SPDX-License-Identifier: Apache-2.0
#
---
purpose:
valueOf: datatype/CodeableConcept_var
condition: $code NOT_NULL || $display NOT_NULL || $system_code NOT_NULL || $text NOT_NULL
generateList: true
expressionType: resource
vars:
system: SYSTEM_URL, $system_code
name:
valueOf: datatype/HumanName
expressionType: resource
specs: XCN | $contactNameXCN
telecom:
condition: $contactPointXTN NOT_NULL
valueOf: datatype/ContactPoint
generateList: true
expressionType: resource
specs: $contactPointXTN