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

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

#
# (C) Copyright IBM Corp. 2021
#
# SPDX-License-Identifier: Apache-2.0
#

    
type:
   condition: codeableConceptCode NOT_NULL
   valueOf: datatype/CodeableConcept_var
   generateList: true
   expressionType: resource
   vars:
      code: String, $codeableConceptCode 
      display: String, $codeableConceptText
   constants:
      system: 'http://terminology.hl7.org/CodeSystem/v3-ParticipationType'
      
individual:
   valueOf: resource/Practitioner
   expressionType: reference
   specs: XCN
   required: true
   vars: 
      referenceDisplay: PERSON_DISPLAY_NAME, XCN





© 2015 - 2024 Weber Informatics LLC | Privacy Policy