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

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

#
# (C) Copyright IBM Corp. 2020
#
# SPDX-License-Identifier: Apache-2.0
#
# 
---
# coding requires code,display and system defined as variables from the resource that calls this resource
# Uses values of variables passed: $code, $text, $system, $version
coding:
    generateList: true
    valueOf: datatype/Coding
    expressionType: resource
    condition: $code NOT_NULL
    # Coding uses these scope vars: 
    # $code
    # $system
    # $display
    # $version

text:  
     valueOf: $text
     condition: $text NOT_NULL

  




© 2015 - 2024 Weber Informatics LLC | Privacy Policy