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: Advance Directives Section Example


<section xmlns="urn:hl7-org:v3">
  <!--  C-CDA Advance Directives Section (required entries)template id  -->
  <templateId root="2.16.840.1.113883.10.20.22.2.21.1"
              extension="2022-02-14"/>
  <code codeSystem="2.16.840.1.113883.6.1" code="42348-3"/>
  <title>ADVANCE DIRECTIVES</title>
  <text>
       Narrative Text
    </text>
  <entry typeCode="DRIV">
    <observation moodCode="EVN" classCode="OBS">
      <!--  ** Advance Directive Existence Observation**  -->
      <templateId root="2.16.840.1.113883.10.20.22.4.513"
                  extension="2025-05-01"/>
      <id root="9b54c3c9-1673-49c7-aef9-b037ed72ed27"/>
      <code xsi:type="CD" codeSystemName="LOINC"
            codeSystem="2.16.840.1.113883.6.1" code="45473-6"/>
      <!-- <text><reference value="#HealthcareAgents"></reference></text> -->
      <statusCode code="completed"/>
      <effectiveTime value="20110219"/>
      <value xsi:type="CD" displayName="Yes" codeSystemName="SNOMED CT"
             codeSystem="2.16.840.1.113883.6.96" code="373066001"/>
      <author>
        <templateId root="2.16.840.1.113883.10.20.22.5.6"
                    extension="2019-10-01"/>
        <time value="20130801123500-0800"/>
        <assignedAuthor>
          <id root="2.16.840.1.113883.4.6" extension="1234567890"/>
          <code displayName="Registered nurse"
                codeSystemName="Health Care Provider Taxonomy" codeSystem="2.16.840.1.113883.6.101" code="163W00000X"/>
          <addr use="WP">
            <streetAddressLine>22 Sample Street</streetAddressLine>
            <city>Beaverton</city>
            <state>OR</state>
            <postalCode>97867</postalCode>
            <country>US</country>
          </addr>
          <telecom value="tel:+1(555)555-2008" use="MC"/>
          <assignedPerson>
            <name>
              <given>Nurse</given>
              <family>Nightingale</family>
              <suffix>RN</suffix>
            </name>
          </assignedPerson>
          <representedOrganization>
            <id root="2.16.840.1.113883.4.2" extension="1111-22"/>
            <id root="2.16.840.1.113883.4.6" extension="1112233344"/>
            <name>Good Health Hospital</name>
            <telecom value="tel:+1(555)555-2003"/>
          </representedOrganization>
        </assignedAuthor>
      </author>
    </observation>
  </entry>
</section>