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

hl7.secondary.Contact.yml Maven / Gradle / Ivy

#
# (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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy