Consolidated CDA (C-CDA)
3.0.0 - STU 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 3.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

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

    
<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 code="362956003" codeSystem="2.16.840.1.113883.6.96" displayName="procedure / intervention (navigational concept)"/>
          <statusCode code="active"/>
          <!-- Reason entryRelationship required -->
          <entryRelationship typeCode="RSON">
            <act classCode="ACT" moodCode="EVN">
              <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 classCode="OBS" moodCode="GOL">
          <!-- <templateId root="2.16.840.1.113883.10.20.22.4.121" extension="2022-06-01" /> -->
          <id root="142fe16c-f4bb-41ed-89ec-6015ddb5026c" />
          <code code="8689-2" codeSystem="2.16.840.1.113883.6.1" />
          <statusCode code="active" />
          <!-- ... -->
        </observation>
      </entry>
    </section>
  </component>
</structuredBody>