Consolidated CDA (C-CDA)
5.0.0-ballot - STU5 Ballot 1 United States of America flag

This page is part of the CCDA: Consolidated CDA Release (v5.0.0-ballot: CCDA 5.0 Ballot) generated with FHIR (HL7® FHIR® Standard) v5.0.0. This version is a pre-release. The current official version is 4.0.0. For a full list of available versions, 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>