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

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

#
# (C) Copyright IBM Corp. 2020
#
# SPDX-License-Identifier: Apache-2.0
#
# represents coding system.
---
system: 
     type: SYSTEM_URL
     valueOf: $system

version:
     type: STRING
     valueOf: $version

code:
     type: STRING
     valueOf: $code

display: 
     type: STRING
     valueOf: $display




© 2015 - 2024 Weber Informatics LLC | Privacy Policy