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

hl7.datatype.Identifier_Observation.yml Maven / Gradle / Ivy

#
# (C) Copyright IBM Corp. 2021
#
# SPDX-License-Identifier: Apache-2.0
#
# Creates an identifier for observation which concatenates value strings
---
system:
     type: SYSTEM_URL
     valueOf: $sys
     expressionType: HL7Spec

value:
     condition: $fillpla NOT_NULL
     type: STRING
     valueOf: $join
     expressionType: HL7Spec
     required: true
     vars:
       join: $fillpla + $joinChar + $obx3






© 2015 - 2024 Weber Informatics LLC | Privacy Policy