Consolidated CDA (C-CDA)
4.0.0 - STU4 United States of America flag

Consolidated CDA (C-CDA), published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-ccda/ and changes regularly. See the Directory of published versions

Example Binary: Planned Intervention Activity Example


<structuredBody xmlns="urn:hl7-org:v3">
  <component>
    <!--  Some section in a document  -->
    <section>
      <entry>
        <!--  Planned Intervention Act -->
        <act moodCode="INT" classCode="ACT">
          <!--  <templateId root="2.16.840.1.113883.10.20.22.4.146" extension="2015-08-01" />  -->
          <id root="e29424f4-8177-4d89-b23b-e5548d516959"/>
          <code
                displayName="procedure / intervention (navigational concept)" codeSystem="2.16.840.1.113883.6.96" code="362956003"/>
          <statusCode code="active"/>
          <!--  Reason entryRelationship required  -->
          <entryRelationship typeCode="RSON">
            <act moodCode="EVN" classCode="ACT">
              <templateId root="2.16.840.1.113883.10.20.22.4.122"/>
              <!--  Must match a Goal Observation elsewhere in the document  -->
              <id root="142fe16c-f4bb-41ed-89ec-6015ddb5026c"/>
              <code nullFlavor="NP"/>
              <statusCode code="completed"/>
            </act>
          </entryRelationship>
        </act>
      </entry>
    </section>
  </component>
  <component>
    <!--  Elsewhere in the document  -->
    <section>
      <entry>
        <!--  Goal Observation  -->
        <!--  ...  -->
        <observation moodCode="GOL" classCode="OBS">
          <!--  <templateId root="2.16.840.1.113883.10.20.22.4.121" extension="2022-06-01" />  -->
          <id root="142fe16c-f4bb-41ed-89ec-6015ddb5026c"/>
          <code xsi:type="CD" codeSystem="2.16.840.1.113883.6.1"
                code="8689-2"/>
          <statusCode code="active"/>
        </observation>
      </entry>
    </section>
  </component>
</structuredBody>