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: Allergies and Intolerances Section Example


<section xmlns="urn:hl7-org:v3">
  <templateId root="2.16.840.1.113883.10.20.22.2.6.1" extension="2015-08-01"/>
  <code displayName="Allergies, adverse reactions, alerts"
        codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="48765-2"/>
  <title>Allergies</title>
  <text/>
  <entry typeCode="DRIV">
    <act moodCode="EVN" classCode="ACT">
      <!--  ** Allergy Concern Act **  -->
      <templateId root="2.16.840.1.113883.10.20.22.4.30"
                  extension="2015-08-01"/>
      <id root="36e3e930-7b14-11db-9fe1-0800200c9a66"/>
      <code codeSystem="2.16.840.1.113883.5.6" code="CONC"/>
      <!--  The statusCode represents the need to continue tracking the allergy  -->
      <!--  This is of ongoing concern to the provider  -->
      <!-- <text><reference value="#allergyConcern"/></text> -->
      <statusCode code="active"/>
      <effectiveTime>
        <!--  The low value represents when the allergy was first recorded in the 
		             patient's chart  -->
        <!--  Concern started being tracked as an active issue on May 1, 1998  -->
        <low value="19980501114500-0800"/>
      </effectiveTime>
      <author typeCode="AUT">
        <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
        <time value="20080814103000-0800"/>
        <assignedAuthor>
          <id root="2.16.840.1.113883.4.6" extension="555555555"/>
          <code displayName="Adult Medicine Physician"
                codeSystemName="Healthcare Provider Taxonomy (HIPAA)" codeSystem="2.16.840.1.113883.6.101" code="207QA0505X"/>
          <addr use="H">
            <streetAddressLine>23 Anywhere Street</streetAddressLine>
            <city>El Paso</city>
            <state>TX</state>
            <postalCode>90210</postalCode>
            <country>US</country>
          </addr>
          <telecom value="tel:(999)555-1212" use="WP"/>
          <assignedPerson>
            <name>Joe Anywhere</name>
          </assignedPerson>
        </assignedAuthor>
      </author>
      <entryRelationship typeCode="SUBJ">
        <observation moodCode="EVN" classCode="OBS">
          <!--  ** Allergy observation **  -->
          <templateId root="2.16.840.1.113883.10.20.22.4.7"
                      extension="2014-06-09"/>
          <templateId root="2.16.840.1.113883.10.20.24.3.90"
                      extension="2014-06-09"/>
          <id root="901db0f8-9355-4794-81cd-fd951ef07917"/>
          <code xsi:type="CD" codeSystem="2.16.840.1.113883.5.4"
                code="ASSERTION"/>
          <!-- <text><reference value="#allergy"/></text> -->
          <!--  Observation statusCode represents the status of the act of observing  -->
          <statusCode code="completed"/>
          <!--  The high value reflects when the allergy was known to be resolved 
		            (and will generally be absent)  -->
          <effectiveTime>
            <!--  The low value reflects the date of onset of the allergy  -->
            <low nullFlavor="UNK"/>
          </effectiveTime>
          <value xsi:type="CD" displayName="Allergy to drug"
                 codeSystemName="SNOMED CT" codeSystem="2.16.840.1.113883.6.96" code="416098002"/>
        </observation>
      </entryRelationship>
    </act>
  </entry>
</section>