Consolidated CDA Release 2.1 StructureDefinition Publication
2.1 - CI Build United States of America flag

Consolidated CDA Release 2.1 StructureDefinition Publication, published by Health Level Seven. This is not an authorized publication; it is the continuous build for version 2.1). This version is based on the current content of https://github.com/HL7/CDA-ccda-2.1-sd/ and changes regularly. See the Directory of published versions

Example Binary: Planned Procedure Example

This content is an example of the Planned Procedure Logical Model and is not a FHIR Resource

    
<entry xmlns="urn:hl7-org:v3">
  <procedure moodCode="RQO" classCode="PROC">
    <templateId root="2.16.840.1.113883.10.20.22.4.41" extension="2014-06-09" />
    <!-- **Planned Procedure template ** -->
    <id root="9a6d1bac-17d3-4195-89c4-1121bc809b5a" />
    <code code="73761001" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Colonoscopy" />
    <statusCode code="active" />
    <effectiveTime value="20130613" />
    <!-- Author Participation -->
    <author typeCode="AUT">
          ...
        </author>
    <entryRelationship typeCode="REFR">
      <observation classCode="OBS" moodCode="EVN">
        <!-- Patient Priority Preference-->
        <templateId root="2.16.840.1.113883.10.20.22.4.142" />
                ...								
            
      </observation>
    </entryRelationship>
    <entryRelationship typeCode="REFR">
      <observation classCode="OBS" moodCode="EVN">
        <!-- Provider Priority Preference-->
        <templateId root="2.16.840.1.113883.10.20.22.4.143" />
               ...
            
      </observation>
    </entryRelationship>
    <entryRelationship typeCode="RSON">
      <observation classCode="OBS" moodCode="EVN">
        <!-- Indication-->
        <templateId root="2.16.840.1.113883.10.20.22.4.19" extension="2014-06-09" />
               ...
            
      </observation>
    </entryRelationship>
    <entryRelationship typeCode="SUBJ">
      <act classCode="ACT" moodCode="INT">
        <!-- Instruction-->
        <templateId root="2.16.840.1.113883.10.20.22.4.20" extension="2014-06-09" />
               ...
            
      </act>
    </entryRelationship>
    <entryRelationship typeCode="COMP">
      <observation classCode="ACT" moodCode="INT">
        <!-- Planned Coverage -->
        <templateId root="2.16.840.1.113883.10.20.22.4.129" />
               ...
            
      </observation>
    </entryRelationship>
  </procedure>
</entry>