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: Discharge Diagnosis Example


<section xmlns="urn:hl7-org:v3">
  <!--  Discharge Diagnosis Section Template Id  -->
  <templateId root="2.16.840.1.113883.10.20.22.2.24" extension="2015-08-01"/>
  <code displayName="Hospital Discharge Diagnosis" codeSystemName="LOINC"
        codeSystem="2.16.840.1.113883.6.1" code="11535-2">
    <translation xsi:type="CD" displayName="Discharge Diagnosis"
                 codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="78375-3"/>
  </code>
  <title>Discharge Diagnosis</title>
  <text>Diverticula of intestine</text>
  <entry>
    <!--  optional Hospital discharge Diagnosis act entry  -->
    <act moodCode="EVN" classCode="ACT">
      <templateId root="2.16.840.1.113883.10.20.22.4.33"
                  extension="2015-08-01"/>
      <code displayName="HOSPITAL DISCHARGE DIAGNOSIS"
            codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="11535-2"/>
      <entryRelationship typeCode="SUBJ" inversionInd="false">
        <observation moodCode="EVN" classCode="OBS">
          <!--  ** Problem Observation **  -->
          <templateId root="2.16.840.1.113883.10.20.22.4.4"
                      extension="2024-05-01"/>
          <id root="AB1791B0-5C71-11DB-B0DE-0800200C9A66"/>
          <code xsi:type="CD" displayName="Disease"
                codeSystemName="SNOMED CT" codeSystem="2.16.840.1.113883.6.96" code="64572001"/>
          <!--  The statusCode reflects the status of the observation itself  -->
          <statusCode code="completed"/>
          <effectiveTime>
            <!--  The low value reflects the date of onset  -->
            <!--  Based on patient symptoms, presumed onset is July 3, 2013  -->
            <low value="20130703"/>
            <!--  The high value reflects when the problem was known to be resolved  -->
            <!--  Based on signs and symptoms, appears to be resolved on Aug 14, 2013  -->
            <high value="20130814"/>
          </effectiveTime>
          <value xsi:type="CD" displayName="Simple diverticular disease"
                 codeSystem="2.16.840.1.113883.6.96" code="271959005"/>
        </observation>
      </entryRelationship>
    </act>
  </entry>
</section>