@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://terminology.hl7.org/v2plusvocab/CodeSystem/segmentGroup> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "segmentGroup"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-segmentGroup.html\"><code>http://terminology.hl7.org/v2plusvocab/CodeSystem/segmentGroup</code></a></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-v2versionCreated"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-v2versionCreated>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "2.8.1"
     ]
  ] [
     fhir:url [
       fhir:v "http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-versionHistory"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-versionHistory>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "generate correct history somehow"
     ]
  ] [
     fhir:url [
       fhir:v "http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-tableNo"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/StructureDefinition/codesystem-tableNo>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "0391"
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/segmentGroup"^^xsd:anyURI ;
     fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/segmentGroup>
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.18.242" ]
  ] [
     fhir:system [
       fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
       fhir:l <urn:ietf:rfc:3986>
     ] ;
     fhir:value [ fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/v2-0391" ]
  ] ) ; # 
  fhir:version [ fhir:v "8.0.0"] ; # 
  fhir:name [ fhir:v "SegmentGroup"] ; # 
  fhir:title [ fhir:v "Segment Group (2.8.1 - 8.0.0)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-03-13T11:11:38+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7/FO"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7/FO" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "HL7-defined code system of concepts specifying the optional segment groups which are to be included in the response.  This is a repeating field, to accommodate inclusion of multiple segment groups. The default for this field, not present, means that all relevant groups are included.  Used in HL7 Version 2.x messaging in the Response Control Parameter (RCP) segment."] ; # 
  fhir:copyright [ fhir:v "HL7 Inc., 2026"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:property ( [
     fhir:code [ fhir:v "versionIntroduced" ] ;
     fhir:uri [
       fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#versionIntroduced"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#versionIntroduced>
     ] ;
     fhir:description [ fhir:v "version when was this code introduced" ] ;
     fhir:type [ fhir:v "string" ]
  ] [
     fhir:code [ fhir:v "versionDeprecated" ] ;
     fhir:uri [
       fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#versionDeprecated"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#versionDeprecated>
     ] ;
     fhir:description [ fhir:v "version when was this code deprecated" ] ;
     fhir:type [ fhir:v "string" ]
  ] [
     fhir:code [ fhir:v "status" ] ;
     fhir:uri [
       fhir:v "http://hl7.org/fhir/concept-properties#status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/concept-properties#status>
     ] ;
     fhir:description [ fhir:v "A code that indicates the status of the concept. Typical values are active, experimental, deprecated, and retired" ] ;
     fhir:type [ fhir:v "code" ]
  ] [
     fhir:code [ fhir:v "comment" ] ;
     fhir:uri [
       fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#comment"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#comment>
     ] ;
     fhir:description [ fhir:v "A string that provides additional detail pertinent to the use or understanding of the concept" ] ;
     fhir:type [ fhir:v "string" ]
  ] [
     fhir:code [ fhir:v "usage" ] ;
     fhir:uri [
       fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#usage"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#usage>
     ] ;
     fhir:description [ fhir:v "usage notes for this code" ] ;
     fhir:type [ fhir:v "string" ]
  ] [
     fhir:code [ fhir:v "modified" ] ;
     fhir:uri [
       fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#modified"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#modified>
     ] ;
     fhir:description [ fhir:v "date of last modification" ] ;
     fhir:type [ fhir:v "dateTime" ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "http://hl7.org/fhir/StructureDefinition/codesystem-property-valueset"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/StructureDefinition/codesystem-property-valueset>
       ] ;
       fhir:value [
         a fhir:Canonical ;
         fhir:v "http://terminology.hl7.org/v2plusvocab/ValueSet/hl7VSmessageStructure"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/v2plusvocab/ValueSet/hl7VSmessageStructure>
       ]
     ] ) ;
     fhir:code [ fhir:v "msgstruct" ] ;
     fhir:uri [
       fhir:v "http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#msgstruct"^^xsd:anyURI ;
       fhir:l <http://terminology.hl7.org/v2plusvocab/CodeSystem/Property#msgstruct>
     ] ;
     fhir:description [ fhir:v "msgstruct" ] ;
     fhir:type [ fhir:v "code" ]
  ] ) ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "ACCESSION_DETAIL" ] ;
     fhir:display [ fhir:v "ACCESSION_DETAIL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPU_R25"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ADDITIONAL_DEMOGRAPHICS" ] ;
     fhir:display [ fhir:v "ADDITIONAL_DEMOGRAPHICS" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMP_O09"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RAS_O17"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDS_O13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K31"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ADJUSTMENT_PAYEE" ] ;
     fhir:display [ fhir:v "ADJUSTMENT_PAYEE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E15"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ADMINISTRATION" ] ;
     fhir:display [ fhir:v "ADMINISTRATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RAS_O17"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRA_O18"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z86"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ADVERSE_REACTION_GROUP" ] ;
     fhir:display [ fhir:v "ADVERSE_REACTION_GROUP" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A60"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ALLERGY" ] ;
     fhir:display [ fhir:v "ALLERGY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z88"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ANTI-MICROBIAL_DEVICE_CYCLE_DA" ] ;
     fhir:display [ fhir:v "ANTI-MICROBIAL_DEVICE_CYCLE_DA" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SDR_S32"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ANTI-MICROBIAL_DEVICE_DATA" ] ;
     fhir:display [ fhir:v "ANTI-MICROBIAL_DEVICE_DATA" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SDR_S31"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "APPOINTMENT_HISTORY" ] ;
     fhir:display [ fhir:v "APPOINTMENT_HISTORY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "APP_STATS" ] ;
     fhir:display [ fhir:v "APP_STATS" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "NMD_N02"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "APP_STATUS" ] ;
     fhir:display [ fhir:v "APP_STATUS" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "NMD_N02"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ASSOCIATED_OBSERVATION" ] ;
     fhir:display [ fhir:v "ASSOCIATED_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ASSOCIATED_PERSON" ] ;
     fhir:display [ fhir:v "ASSOCIATED_PERSON" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ASSOCIATED_RX_ADMIN" ] ;
     fhir:display [ fhir:v "ASSOCIATED_RX_ADMIN" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ASSOCIATED_RX_ORDER" ] ;
     fhir:display [ fhir:v "ASSOCIATED_RX_ORDER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "AUTHORIZATION" ] ;
     fhir:display [ fhir:v "AUTHORIZATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RQA_I08"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "AUTHORIZATION_CONTACT" ] ;
     fhir:display [ fhir:v "AUTHORIZATION_CONTACT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "AUTHORIZATION_CONTACT2" ] ;
     fhir:display [ fhir:v "AUTHORIZATION_CONTACT2" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "REF_I12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRI_I12"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "AUTHORIZATION_INFO" ] ;
     fhir:display [ fhir:v "AUTHORIZATION_INFO" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_E22"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "AUTHORIZATION_REQUEST" ] ;
     fhir:display [ fhir:v "AUTHORIZATION_REQUEST" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E21"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "AUTHORIZATION_RESPONSE_INFO" ] ;
     fhir:display [ fhir:v "AUTHORIZATION_RESPONSE_INFO" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E24"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "BLOOD_UNIT" ] ;
     fhir:display [ fhir:v "BLOOD_UNIT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DPR_O48"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CERTIFICATE" ] ;
     fhir:display [ fhir:v "CERTIFICATE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PMU_B07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CHOICE" ] ;
     fhir:display [ fhir:v "CHOICE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PGL_PC6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPR_PC1"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLINICAL_HISTORY" ] ;
     fhir:display [ fhir:v "CLINICAL_HISTORY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLINICAL_HISTORY_DETAIL" ] ;
     fhir:display [ fhir:v "CLINICAL_HISTORY_DETAIL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLINICAL_HISTORY_OBJECT" ] ;
     fhir:display [ fhir:v "CLINICAL_HISTORY_OBJECT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLINICAL_HISTORY_OBSERVATION" ] ;
     fhir:display [ fhir:v "CLINICAL_HISTORY_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLINICAL_ORDER" ] ;
     fhir:display [ fhir:v "CLINICAL_ORDER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLINICAL_ORDER_DETAIL" ] ;
     fhir:display [ fhir:v "CLINICAL_ORDER_DETAIL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLINICAL_ORDER_OBJECT" ] ;
     fhir:display [ fhir:v "CLINICAL_ORDER_OBJECT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLINICAL_ORDER_OBSERVATION" ] ;
     fhir:display [ fhir:v "CLINICAL_ORDER_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLINICAL_ORDER_TIMING" ] ;
     fhir:display [ fhir:v "CLINICAL_ORDER_TIMING" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLOCK" ] ;
     fhir:display [ fhir:v "CLOCK" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "NMD_N02"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLOCK_AND_STATISTICS" ] ;
     fhir:display [ fhir:v "CLOCK_AND_STATISTICS" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLOCK_AND_STATS_WITH_NOTES" ] ;
     fhir:display [ fhir:v "CLOCK_AND_STATS_WITH_NOTES" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "NMD_N02"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CLOCK_AND_STATS_WITH_NOTES_ALT" ] ;
     fhir:display [ fhir:v "CLOCK_AND_STATS_WITH_NOTES_ALT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7.1"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "COMMAND" ] ;
     fhir:display [ fhir:v "COMMAND" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EAC_U07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "COMMAND_RESPONSE" ] ;
     fhir:display [ fhir:v "COMMAND_RESPONSE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EAR_U08"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "COMMON_ORDER" ] ;
     fhir:display [ fhir:v "COMMON_ORDER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CSU_C09"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MDM_T01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MDM_T02"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPU_R25"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R24"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z82"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z86"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z88"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z90"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "COMPONENT" ] ;
     fhir:display [ fhir:v "COMPONENT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMP_O09"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORP_O10"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDE_O11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDS_O13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z88"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "COMPONENTS" ] ;
     fhir:display [ fhir:v "COMPONENTS" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RAS_O17"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RGV_O15"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K31"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CONTAINER" ] ;
     fhir:display [ fhir:v "CONTAINER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPU_R25"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSM_R26"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R24"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "CONTAINER_OBSERVATION" ] ;
     fhir:display [ fhir:v "CONTAINER_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSM_R26"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "DEFINITION" ] ;
     fhir:display [ fhir:v "DEFINITION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDR_RDR"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "DIAGNOSIS" ] ;
     fhir:display [ fhir:v "DIAGNOSIS" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E20"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "DIET" ] ;
     fhir:display [ fhir:v "DIET" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMD_O03"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "DISPENSE" ] ;
     fhir:display [ fhir:v "DISPENSE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDR_RDR"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRD_O14"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z86"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "DONATION" ] ;
     fhir:display [ fhir:v "DONATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DPR_O48"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_O34"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "DONATION_OBSERVATION" ] ;
     fhir:display [ fhir:v "DONATION_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8.1"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DEO_O45"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "DONATION_ORDER" ] ;
     fhir:display [ fhir:v "DONATION_ORDER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DEO_O45"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DER_O44"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DPR_O48"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DRC_O47"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "DONOR" ] ;
     fhir:display [ fhir:v "DONOR" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DBC_O41"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DBC_O42"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DEL_O46"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DEO_O45"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DER_O44"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DPR_O48"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DRC_O47"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DRG_O43"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_O34"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "DONOR_REGISTRATION" ] ;
     fhir:display [ fhir:v "DONOR_REGISTRATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DEL_O46"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DEO_O45"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DER_O44"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DPR_O48"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DRC_O47"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DRG_O43"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_O34"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ENCODED_ORDER" ] ;
     fhir:display [ fhir:v "ENCODED_ORDER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z82"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z86"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ENCODING" ] ;
     fhir:display [ fhir:v "ENCODING" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RAS_O17"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDR_RDR"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDS_O13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RGV_O15"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRE_O12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K31"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "EXPERIENCE" ] ;
     fhir:display [ fhir:v "EXPERIENCE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "FINANCIAL" ] ;
     fhir:display [ fhir:v "FINANCIAL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "FINANCIAL_COMMON_ORDER" ] ;
     fhir:display [ fhir:v "FINANCIAL_COMMON_ORDER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "FINANCIAL_INSURANCE" ] ;
     fhir:display [ fhir:v "FINANCIAL_INSURANCE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "FINANCIAL_OBSERVATION" ] ;
     fhir:display [ fhir:v "FINANCIAL_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "FINANCIAL_ORDER" ] ;
     fhir:display [ fhir:v "FINANCIAL_ORDER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "FINANCIAL_PROCEDURE" ] ;
     fhir:display [ fhir:v "FINANCIAL_PROCEDURE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "FINANCIAL_TIMING_QUANTITY" ] ;
     fhir:display [ fhir:v "FINANCIAL_TIMING_QUANTITY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "GENERAL_RESOURCE" ] ;
     fhir:display [ fhir:v "GENERAL_RESOURCE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SIU_S12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRM_S01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRR_S01"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "GIVE" ] ;
     fhir:display [ fhir:v "GIVE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RGV_O15"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRG_O16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z86"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "GOAL" ] ;
     fhir:display [ fhir:v "GOAL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PGL_PC6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPR_PC1"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "GOAL_OBSERVATION" ] ;
     fhir:display [ fhir:v "GOAL_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPR_PC1"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "GOAL_PATHWAY" ] ;
     fhir:display [ fhir:v "GOAL_PATHWAY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "GOAL_ROLE" ] ;
     fhir:display [ fhir:v "GOAL_ROLE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PGL_PC6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPR_PC1"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "GUARANTOR" ] ;
     fhir:display [ fhir:v "GUARANTOR" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "GUARANTOR_INSURANCE" ] ;
     fhir:display [ fhir:v "GUARANTOR_INSURANCE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPI_I01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPI_I04"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RQA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RQI_I01"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "INSURANCE" ] ;
     fhir:display [ fhir:v "INSURANCE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A05"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A06"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BAR_P01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BAR_P05"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMB_O27"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMD_O03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMI_O23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMN_O07"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMP_O09"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMQ_O57"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMS_O05"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDE_O11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "REF_I12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPI_I01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPI_I04"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RQA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RQI_I01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "VXU_V04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "INVOICE_INFORMATION_CANCEL" ] ;
     fhir:display [ fhir:v "INVOICE_INFORMATION_CANCEL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E02"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "INVOICE_INFORMATION_SUBMIT" ] ;
     fhir:display [ fhir:v "INVOICE_INFORMATION_SUBMIT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E01"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "INVOICE_PROCESSING_RESULTS_INF" ] ;
     fhir:display [ fhir:v "INVOICE_PROCESSING_RESULTS_INF" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E10"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "LOCATION_RESOURCE" ] ;
     fhir:display [ fhir:v "LOCATION_RESOURCE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SIU_S12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRM_S01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRR_S01"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MATERIAL_ITEM_RECORD" ] ;
     fhir:display [ fhir:v "MATERIAL_ITEM_RECORD" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M16"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MATERIAL_LOCATION" ] ;
     fhir:display [ fhir:v "MATERIAL_LOCATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M16"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MEDICATION_ADMINISTRATION_DETA" ] ;
     fhir:display [ fhir:v "MEDICATION_ADMINISTRATION_DETA" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MEDICATION_ADMINISTRATION_OBSE" ] ;
     fhir:display [ fhir:v "MEDICATION_ADMINISTRATION_OBSE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MEDICATION_ENCODING_DETAIL" ] ;
     fhir:display [ fhir:v "MEDICATION_ENCODING_DETAIL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MEDICATION_ENCODING_OBSERVATIO" ] ;
     fhir:display [ fhir:v "MEDICATION_ENCODING_OBSERVATIO" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MEDICATION_HISTORY" ] ;
     fhir:display [ fhir:v "MEDICATION_HISTORY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MEDICATION_ORDER_DETAIL" ] ;
     fhir:display [ fhir:v "MEDICATION_ORDER_DETAIL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MEDICATION_ORDER_OBSERVATION" ] ;
     fhir:display [ fhir:v "MEDICATION_ORDER_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MERGE_INFO" ] ;
     fhir:display [ fhir:v "MERGE_INFO" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A45"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF" ] ;
     fhir:display [ fhir:v "MF" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_CDM" ] ;
     fhir:display [ fhir:v "MF_CDM" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_CLIN_STUDY" ] ;
     fhir:display [ fhir:v "MF_CLIN_STUDY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M06"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_CLIN_STUDY_SCHED" ] ;
     fhir:display [ fhir:v "MF_CLIN_STUDY_SCHED" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_DRG" ] ;
     fhir:display [ fhir:v "MF_DRG" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M17"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_INV_ITEM" ] ;
     fhir:display [ fhir:v "MF_INV_ITEM" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M15"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_LOCATION" ] ;
     fhir:display [ fhir:v "MF_LOCATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M05"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_LOC_DEPT" ] ;
     fhir:display [ fhir:v "MF_LOC_DEPT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M05"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_OBS_ATTRIBUTES" ] ;
     fhir:display [ fhir:v "MF_OBS_ATTRIBUTES" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M12"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_OBS_OTHER_ATTRIBUTES" ] ;
     fhir:display [ fhir:v "MF_OBS_OTHER_ATTRIBUTES" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M12"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_PHASE_SCHED_DETAIL" ] ;
     fhir:display [ fhir:v "MF_PHASE_SCHED_DETAIL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M06"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_QUERY" ] ;
     fhir:display [ fhir:v "MF_QUERY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_SITE_DEFINED" ] ;
     fhir:display [ fhir:v "MF_SITE_DEFINED" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_Znn"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_STAFF" ] ;
     fhir:display [ fhir:v "MF_STAFF" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M02"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_TEST" ] ;
     fhir:display [ fhir:v "MF_TEST" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_TEST_BATTERIES" ] ;
     fhir:display [ fhir:v "MF_TEST_BATTERIES" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M10"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_TEST_BATT_DETAIL" ] ;
     fhir:display [ fhir:v "MF_TEST_BATT_DETAIL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M10"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_TEST_CALCULATED" ] ;
     fhir:display [ fhir:v "MF_TEST_CALCULATED" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M11"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_TEST_CALC_DETAIL" ] ;
     fhir:display [ fhir:v "MF_TEST_CALC_DETAIL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M11"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_TEST_CATEGORICAL" ] ;
     fhir:display [ fhir:v "MF_TEST_CATEGORICAL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M09"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_TEST_CAT_DETAIL" ] ;
     fhir:display [ fhir:v "MF_TEST_CAT_DETAIL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M09"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "MF_TEST_NUMERIC" ] ;
     fhir:display [ fhir:v "MF_TEST_NUMERIC" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M08"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "NK1_TIMING_QTY" ] ;
     fhir:display [ fhir:v "NK1_TIMING_QTY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "NOTIFICATION" ] ;
     fhir:display [ fhir:v "NOTIFICATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EAN_U09"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "OBSERVATION" ] ;
     fhir:display [ fhir:v "OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MDM_T02"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMB_O27"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMD_O03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMI_O23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMN_O07"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMP_O09"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMQ_O57"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMS_O05"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R30"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PGL_PC6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RAS_O17"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDE_O11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDS_O13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "REF_I12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RGV_O15"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RQA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRI_I12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K31"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z82"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z86"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z88"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z90"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRM_S01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "VXU_V04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "OBSERVATIONS_ON_PATIENT" ] ;
     fhir:display [ fhir:v "OBSERVATIONS_ON_PATIENT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "OBSERVATION_GROUP" ] ;
     fhir:display [ fhir:v "OBSERVATION_GROUP" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORG_O20"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "OBSERVATION_PRIOR" ] ;
     fhir:display [ fhir:v "OBSERVATION_PRIOR" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMQ_O57"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "OBSERVATION_REQUEST" ] ;
     fhir:display [ fhir:v "OBSERVATION_REQUEST" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPR_O38"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O34"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O36"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O40"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O41"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O42"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O43"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O44"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "OBSERVATION_RESULT_GROUP" ] ;
     fhir:display [ fhir:v "OBSERVATION_RESULT_GROUP" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "OMSERVATION" ] ;
     fhir:display [ fhir:v "OMSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ORDER" ] ;
     fhir:display [ fhir:v "ORDER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BPS_O29"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BRP_O30"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BRT_O32"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BTS_O31"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMB_O27"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMI_O23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMN_O07"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMP_O09"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMQ_O57"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMS_O05"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPR_O38"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPU_R25"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORB_O28"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORG_O20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORI_O24"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O34"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O36"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O40"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O41"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O42"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O43"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O44"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORN_O08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORP_O10"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORS_O06"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORX_O58"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R24"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PGL_PC6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPR_PC1"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RAS_O17"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDE_O11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDR_RDR"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDS_O13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RGV_O15"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRA_O18"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRD_O14"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRE_O12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRG_O16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K31"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "VXU_V04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ORDER_CHOICE" ] ;
     fhir:display [ fhir:v "ORDER_CHOICE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ORDER_DETAIL" ] ;
     fhir:display [ fhir:v "ORDER_DETAIL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORP_O10"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PGL_PC6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPR_PC1"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RAS_O17"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDE_O11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDS_O13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RGV_O15"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K31"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z82"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z86"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z88"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ORDER_DETAIL_SUPPLEMENT" ] ;
     fhir:display [ fhir:v "ORDER_DETAIL_SUPPLEMENT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RAS_O17"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDS_O13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RGV_O15"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ORDER_DIET" ] ;
     fhir:display [ fhir:v "ORDER_DIET" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMD_O03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORD_O04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ORDER_DOCUMENT" ] ;
     fhir:display [ fhir:v "ORDER_DOCUMENT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMQ_O57"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R24"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ORDER_ENCODED" ] ;
     fhir:display [ fhir:v "ORDER_ENCODED" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z88"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ORDER_OBSERVATION" ] ;
     fhir:display [ fhir:v "ORDER_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PGL_PC6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPR_PC1"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ORDER_PRIOR" ] ;
     fhir:display [ fhir:v "ORDER_PRIOR" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMQ_O57"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ORDER_RELATED_OBSERVATION" ] ;
     fhir:display [ fhir:v "ORDER_RELATED_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ORDER_STATUS" ] ;
     fhir:display [ fhir:v "ORDER_STATUS" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSU_O51"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ORDER_TRAY" ] ;
     fhir:display [ fhir:v "ORDER_TRAY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMD_O03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORD_O04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PACKAGE" ] ;
     fhir:display [ fhir:v "PACKAGE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O40"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O44"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSM_R26"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PACKAGING" ] ;
     fhir:display [ fhir:v "PACKAGING" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M16"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATHWAY" ] ;
     fhir:display [ fhir:v "PATHWAY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PGL_PC6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPR_PC1"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATHWAY_OBSERVATION" ] ;
     fhir:display [ fhir:v "PATHWAY_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATHWAY_ROLE" ] ;
     fhir:display [ fhir:v "PATHWAY_ROLE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATIENT" ] ;
     fhir:display [ fhir:v "PATIENT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A43"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A44"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BAR_P02"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BAR_P06"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BPS_O29"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BRP_O30"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BTS_O31"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CRM_C01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CSU_C09"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMB_O27"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMD_O03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMI_O23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMN_O07"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMP_O09"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMQ_O57"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMS_O05"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPU_R25"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORB_O28"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORD_O04"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORG_O20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORI_O24"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O40"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O41"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O42"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O43"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O44"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORN_O08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORP_O10"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORS_O06"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORX_O58"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R24"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RAS_O17"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDE_O11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDR_RDR"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDS_O13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RGV_O15"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRA_O18"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRD_O14"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRE_O12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRG_O16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K31"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z82"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z86"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z88"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z90"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SIU_S12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRM_S01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRR_S01"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATIENT_INFO" ] ;
     fhir:display [ fhir:v "PATIENT_INFO" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E01"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATIENT_INFORMATION" ] ;
     fhir:display [ fhir:v "PATIENT_INFORMATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSM_R26"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATIENT_OBSERVATION" ] ;
     fhir:display [ fhir:v "PATIENT_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPU_R25"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R30"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSM_R26"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R24"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATIENT_PRIOR" ] ;
     fhir:display [ fhir:v "PATIENT_PRIOR" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMQ_O57"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATIENT_RESULT" ] ;
     fhir:display [ fhir:v "PATIENT_RESULT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R01"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATIENT_VISIT" ] ;
     fhir:display [ fhir:v "PATIENT_VISIT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BPS_O29"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BTS_O31"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CRM_C01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMB_O27"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMD_O03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMI_O23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMN_O07"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMP_O09"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMQ_O57"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMS_O05"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PGL_PC6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPR_PC1"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RAS_O17"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDE_O11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDS_O13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "REF_I12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RGV_O15"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRI_I12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K31"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "VXU_V04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATIENT_VISITS" ] ;
     fhir:display [ fhir:v "PATIENT_VISITS" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATIENT_VISIT_OBSERVATION" ] ;
     fhir:display [ fhir:v "PATIENT_VISIT_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPU_R25"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSM_R26"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PATIENT_VISIT_PRIOR" ] ;
     fhir:display [ fhir:v "PATIENT_VISIT_PRIOR" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMQ_O57"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PAT_INFO" ] ;
     fhir:display [ fhir:v "PAT_INFO" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E20"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PAYMENT_REMITTANCE_DETAIL_INFO" ] ;
     fhir:display [ fhir:v "PAYMENT_REMITTANCE_DETAIL_INFO" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E15"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PAYMENT_REMITTANCE_HEADER_INFO" ] ;
     fhir:display [ fhir:v "PAYMENT_REMITTANCE_HEADER_INFO" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E15"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PERSONNEL_RESOURCE" ] ;
     fhir:display [ fhir:v "PERSONNEL_RESOURCE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SIU_S12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRM_S01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRR_S01"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PERSON_OBSERVATION" ] ;
     fhir:display [ fhir:v "PERSON_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "VXU_V04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PEX_CAUSE" ] ;
     fhir:display [ fhir:v "PEX_CAUSE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PEX_OBSERVATION" ] ;
     fhir:display [ fhir:v "PEX_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PHARMACY_TREATMENT_INFUSION_OR" ] ;
     fhir:display [ fhir:v "PHARMACY_TREATMENT_INFUSION_OR" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDE_O11"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PRIOR_RESULT" ] ;
     fhir:display [ fhir:v "PRIOR_RESULT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMQ_O57"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PROBLEM" ] ;
     fhir:display [ fhir:v "PROBLEM" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PGL_PC6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPR_PC1"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PROBLEM_OBSERVATION" ] ;
     fhir:display [ fhir:v "PROBLEM_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PGL_PC6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPR_PC1"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PROBLEM_PATHWAY" ] ;
     fhir:display [ fhir:v "PROBLEM_PATHWAY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PROBLEM_ROLE" ] ;
     fhir:display [ fhir:v "PROBLEM_ROLE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PGL_PC6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPG_PCG"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPP_PCB"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PPR_PC1"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PROCEDURE" ] ;
     fhir:display [ fhir:v "PROCEDURE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A05"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A06"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BAR_P01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BAR_P05"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BAR_P10"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BAR_P12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "REF_I12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RQA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRI_I12"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PRODUCT" ] ;
     fhir:display [ fhir:v "PRODUCT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BPS_O29"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PRODUCT_SERVICE_GROUP" ] ;
     fhir:display [ fhir:v "PRODUCT_SERVICE_GROUP" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E04"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E10"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E15"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PRODUCT_SERVICE_LINE_INFO" ] ;
     fhir:display [ fhir:v "PRODUCT_SERVICE_LINE_INFO" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E10"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PRODUCT_SERVICE_LINE_ITEM" ] ;
     fhir:display [ fhir:v "PRODUCT_SERVICE_LINE_ITEM" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E01"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PRODUCT_SERVICE_SECTION" ] ;
     fhir:display [ fhir:v "PRODUCT_SERVICE_SECTION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E02"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E04"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E10"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E15"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PRODUCT_STATUS" ] ;
     fhir:display [ fhir:v "PRODUCT_STATUS" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BTS_O31"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PROVIDER" ] ;
     fhir:display [ fhir:v "PROVIDER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPI_I01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPI_I04"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPL_I02"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPR_I03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RQA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RQI_I01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RQP_I04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PROVIDER_CONTACT" ] ;
     fhir:display [ fhir:v "PROVIDER_CONTACT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCQ_I19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "REF_I12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRI_I12"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PSG" ] ;
     fhir:display [ fhir:v "PSG" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E02"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PSL_ITEM_INFO" ] ;
     fhir:display [ fhir:v "PSL_ITEM_INFO" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E15"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E24"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_E22"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "PURCHASING_VENDOR" ] ;
     fhir:display [ fhir:v "PURCHASING_VENDOR" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M16"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "QBP" ] ;
     fhir:display [ fhir:v "QBP" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "QBP_Q11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "QVR_Q17"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "QRY_WITH_DETAIL" ] ;
     fhir:display [ fhir:v "QRY_WITH_DETAIL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "QUERY" ] ;
     fhir:display [ fhir:v "QUERY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "QBP_E22"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "QUERY_ACK" ] ;
     fhir:display [ fhir:v "QUERY_ACK" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_E22"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "QUERY_ACK_IPR" ] ;
     fhir:display [ fhir:v "QUERY_ACK_IPR" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_E03"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "QUERY_INFORMATION" ] ;
     fhir:display [ fhir:v "QUERY_INFORMATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "QBP_E03"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "QUERY_RESPONSE" ] ;
     fhir:display [ fhir:v "QUERY_RESPONSE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K32"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z82"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z86"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z88"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z90"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "QUERY_RESULT_CLUSTER" ] ;
     fhir:display [ fhir:v "QUERY_RESULT_CLUSTER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "REASSESSMENT_REQUEST_INFO" ] ;
     fhir:display [ fhir:v "REASSESSMENT_REQUEST_INFO" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "REQUEST" ] ;
     fhir:display [ fhir:v "REQUEST" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E13"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "RESOURCE" ] ;
     fhir:display [ fhir:v "RESOURCE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "RESOURCES" ] ;
     fhir:display [ fhir:v "RESOURCES" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SIU_S12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRM_S01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRR_S01"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "RESOURCE_DETAIL" ] ;
     fhir:display [ fhir:v "RESOURCE_DETAIL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "RESOURCE_OBJECT" ] ;
     fhir:display [ fhir:v "RESOURCE_OBJECT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "RESOURCE_OBSERVATION" ] ;
     fhir:display [ fhir:v "RESOURCE_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "RESPONSE" ] ;
     fhir:display [ fhir:v "RESPONSE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BRP_O30"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BRT_O32"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EHC_E13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPR_O38"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORB_O28"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORD_O04"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORG_O20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORI_O24"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O34"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O36"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O40"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O41"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O42"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O43"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O44"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORN_O08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORP_O10"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORS_O06"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORX_O58"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRA_O18"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRD_O14"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRE_O12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRG_O16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K31"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "RESULT" ] ;
     fhir:display [ fhir:v "RESULT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPU_R25"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R24"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "RESULTS" ] ;
     fhir:display [ fhir:v "RESULTS" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RQA_I08"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "RESULTS_NOTES" ] ;
     fhir:display [ fhir:v "RESULTS_NOTES" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "REF_I12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRI_I12"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ROLE_CLINICAL_HISTORY" ] ;
     fhir:display [ fhir:v "ROLE_CLINICAL_HISTORY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ROLE_CLINICAL_HISTORY_OBJECT" ] ;
     fhir:display [ fhir:v "ROLE_CLINICAL_HISTORY_OBJECT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ROLE_GOAL" ] ;
     fhir:display [ fhir:v "ROLE_GOAL" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ROLE_GOAL_OBJECT" ] ;
     fhir:display [ fhir:v "ROLE_GOAL_OBJECT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ROLE_OBSERVATION" ] ;
     fhir:display [ fhir:v "ROLE_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ROLE_PATHWAY" ] ;
     fhir:display [ fhir:v "ROLE_PATHWAY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ROLE_PATHWAY_OBJECT" ] ;
     fhir:display [ fhir:v "ROLE_PATHWAY_OBJECT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ROLE_PROBLEM" ] ;
     fhir:display [ fhir:v "ROLE_PROBLEM" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ROLE_PROBLEM_OBJECT" ] ;
     fhir:display [ fhir:v "ROLE_PROBLEM_OBJECT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCI_I22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCM_I21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCR_I16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CCU_I20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CQU_I19"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "ROW_DEFINITION" ] ;
     fhir:display [ fhir:v "ROW_DEFINITION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z84"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RTB_K13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RTB_Z74"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "RX_ADMIN" ] ;
     fhir:display [ fhir:v "RX_ADMIN" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CSU_C09"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "RX_ADMINISTRATION" ] ;
     fhir:display [ fhir:v "RX_ADMINISTRATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "RX_ORDER" ] ;
     fhir:display [ fhir:v "RX_ORDER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SCHEDULE" ] ;
     fhir:display [ fhir:v "SCHEDULE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRR_S01"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SEGMENT_PATTERN" ] ;
     fhir:display [ fhir:v "SEGMENT_PATTERN" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K11"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SERVICE" ] ;
     fhir:display [ fhir:v "SERVICE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SIU_S12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRM_S01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SRR_S01"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SHIPMENT" ] ;
     fhir:display [ fhir:v "SHIPMENT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSM_R26"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SHIPMENT_OBSERVATION" ] ;
     fhir:display [ fhir:v "SHIPMENT_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SHIPPING_OBSERVATION" ] ;
     fhir:display [ fhir:v "SHIPPING_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSM_R26"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SPECIMEN" ] ;
     fhir:display [ fhir:v "SPECIMEN" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPR_O38"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPU_R25"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORG_O20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O34"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O36"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O41"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O42"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O43"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSM_R26"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R24"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z90"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SSU_U03"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SPECIMEN_CONTAINER" ] ;
     fhir:display [ fhir:v "SPECIMEN_CONTAINER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EAC_U07"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "EAR_U08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O36"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O43"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SSR_U04"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "SSU_U03"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SPECIMEN_CONTAINER_IN_PACKAGE" ] ;
     fhir:display [ fhir:v "SPECIMEN_CONTAINER_IN_PACKAGE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O40"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O44"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SPECIMEN_IN_PACKAGE" ] ;
     fhir:display [ fhir:v "SPECIMEN_IN_PACKAGE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O40"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O44"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SPECIMEN_OBSERVATION" ] ;
     fhir:display [ fhir:v "SPECIMEN_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPR_O38"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPU_R25"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O34"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O36"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O42"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O43"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSM_R26"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R24"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SPECIMEN_SHIPMENT" ] ;
     fhir:display [ fhir:v "SPECIMEN_SHIPMENT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.7"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O40"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O44"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "STAFF" ] ;
     fhir:display [ fhir:v "STAFF" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K25"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "STERILIZATION" ] ;
     fhir:display [ fhir:v "STERILIZATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.6"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MFN_M16"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "STUDY" ] ;
     fhir:display [ fhir:v "STUDY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "STUDY_OBSERVATION" ] ;
     fhir:display [ fhir:v "STUDY_OBSERVATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CSU_C09"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "STUDY_OBSERVATION_ORDER" ] ;
     fhir:display [ fhir:v "STUDY_OBSERVATION_ORDER" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CSU_C09"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "STUDY_PHARM" ] ;
     fhir:display [ fhir:v "STUDY_PHARM" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CSU_C09"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "STUDY_PHASE" ] ;
     fhir:display [ fhir:v "STUDY_PHASE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CSU_C09"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "STUDY_SCHEDULE" ] ;
     fhir:display [ fhir:v "STUDY_SCHEDULE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CSU_C09"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SUBJECT_PERSON_OR_ANIMAL_IDENT" ] ;
     fhir:display [ fhir:v "SUBJECT_PERSON_OR_ANIMAL_IDENT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSM_R26"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "SUBJECT_POPULATION_OR_LOCATION" ] ;
     fhir:display [ fhir:v "SUBJECT_POPULATION_OR_LOCATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "status" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "new"
       ]
     ] [
       fhir:code [ fhir:v "modified" ] ;
       fhir:value [
         a fhir:DateTime ;
         fhir:v "2024-01-12"^^xsd:date
       ]
     ] [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.8"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OSM_R26"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "TEST_CONFIGURATION" ] ;
     fhir:display [ fhir:v "TEST_CONFIGURATION" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "TCU_U10"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "TIMING" ] ;
     fhir:display [ fhir:v "TIMING" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BPS_O29"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BRP_O30"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BRT_O32"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BTS_O31"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MDM_T01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "MDM_T02"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMB_O27"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMI_O23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O39"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMN_O07"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMP_O09"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMS_O05"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPL_O37"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPR_O38"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORB_O28"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORG_O20"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORI_O24"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O34"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O36"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O40"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O41"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O42"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O43"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORL_O44"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORN_O08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORP_O10"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORS_O06"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RAS_O17"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDE_O11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDR_RDR"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDS_O13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RGV_O15"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRA_O18"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRD_O14"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRE_O12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRG_O16"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K31"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z82"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z86"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z88"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z90"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "VXU_V04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "TIMING_DIET" ] ;
     fhir:display [ fhir:v "TIMING_DIET" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMD_O03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORD_O04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "TIMING_ENCODED" ] ;
     fhir:display [ fhir:v "TIMING_ENCODED" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RAS_O17"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDE_O11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDR_RDR"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RDS_O13"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RGV_O15"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRE_O12"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_K31"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z82"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z86"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z88"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "TIMING_GIVE" ] ;
     fhir:display [ fhir:v "TIMING_GIVE" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RGV_O15"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRG_O16"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "TIMING_PRIOR" ] ;
     fhir:display [ fhir:v "TIMING_PRIOR" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMG_O19"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O21"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O33"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OML_O35"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMQ_O57"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "TIMING_QTY" ] ;
     fhir:display [ fhir:v "TIMING_QTY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CSU_C09"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OPU_R25"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R30"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R24"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "TIMING_QUANTITY" ] ;
     fhir:display [ fhir:v "TIMING_QUANTITY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "TIMING_TRAY" ] ;
     fhir:display [ fhir:v "TIMING_TRAY" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.5"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OMD_O03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORD_O04"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "TREATMENT" ] ;
     fhir:display [ fhir:v "TREATMENT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RRA_O18"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z82"
       ]
     ] )
  ] [
     fhir:code [ fhir:v "VISIT" ] ;
     fhir:display [ fhir:v "VISIT" ] ;
     fhir:property ( [
       fhir:code [ fhir:v "versionIntroduced" ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "2.4"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ADT_A60"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BAR_P01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "BAR_P05"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "CSU_C09"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P03"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "DFT_P11"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R01"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "ORU_R30"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R22"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R23"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "OUL_R24"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "PEX_P07"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RPA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RQA_I08"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z82"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z88"
       ]
     ] [
       fhir:code [ fhir:v "msgstruct" ] ;
       fhir:value [
         a fhir:Code ;
         fhir:v "RSP_Z90"
       ]
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

