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

hl7.resource.Procedure.yml Maven / Gradle / Ivy

#
# (C) Copyright IBM Corp. 2021
#
# SPDX-License-Identifier: Apache-2.0
#
resourceType: Procedure
id:
   type: STRING
   valueOf: "GeneralUtils.generateResourceId()"
   expressionType: JEXL

identifier_1:
   valueOf: datatype/Identifier
   generateList: true
   expressionType: resource
   vars:
      system: SYSTEM_URL, $sys
      value: PR1.19.1 | MSH.7
   constants:
      sys: "urn:id:extID"
identifier_2:
   condition: $valueIn NOT_NULL
   valueOf: datatype/Identifier_var
   generateList: true
   expressionType: resource
   vars:
      valueIn: PV1.19.1 | PID.18.1 | MSH.7
      systemCX: PV1.19.4 | PID.18.4
   constants:
      system: "http://terminology.hl7.org/CodeSystem/v2-0203"
      code: "VN"
      display: "Visit number"

status:
   type: STRING
   valueOf: $default
   expressionType: HL7Spec
   constants:
      default: "unknown"

subject:
   valueOf: datatype/Reference
   expressionType: resource
   specs: $Patient
   




© 2015 - 2024 Weber Informatics LLC | Privacy Policy