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: Medications Section Example


<section xmlns="urn:hl7-org:v3">
  <!-- **MEDICATION SECTION **  -->
  <templateId root="2.16.840.1.113883.10.20.22.2.1.1" extension="2014-06-09"/>
  <code displayName="HISTORY OF MEDICATION USE" codeSystemName="LOINC"
        codeSystem="2.16.840.1.113883.6.1" code="10160-0"/>
  <title>MEDICATIONS</title>
  <text>
        Narrative Text    
    </text>
  <entry>
    <substanceAdministration moodCode="EVN" classCode="SBADM">
      <!--  ** Medication Activity **  -->
      <templateId root="2.16.840.1.113883.10.20.22.4.16"
                  extension="2014-06-09"/>
      <id root="6c844c75-aa34-411c-b7bd-5e4a9f206e29"/>
      <text/>
      <statusCode code="active"/>
      <effectiveTime xsi:type="IVL_TS">
        <low value="20120318"/>
      </effectiveTime>
      <effectiveTime xsi:type="PIVL_TS" operator="A"
                     institutionSpecified="true">
        <period value="12" unit="h"/>
      </effectiveTime>
      <routeCode displayName="ORAL" codeSystemName="NCI Thesaurus"
                 codeSystem="2.16.840.1.113883.3.26.1.1" code="C38288">
        <translation xsi:type="CD" displayName="Oral route"
                     codeSystemName="SNOMED" codeSystem="2.16.840.1.113883.6.96" code="26643006"/>
      </routeCode>
      <doseQuantity value="1" unit="1"/>
      <consumable>
        <manufacturedProduct classCode="MANU">
          <!--  ** Medication information **  -->
          <templateId root="2.16.840.1.113883.10.20.22.4.23"
                      extension="2014-06-09"/>
          <id root="2a620155-9d11-439e-92b3-5d9815ff4ee8"/>
          <manufacturedMaterial>
            <code
                  displayName="estradiol cypionate 10 MG/ML / medroxyprogesterone acetate 50 MG/ML Injectable Suspension" codeSystemName="RxNorm"
                  codeSystem="2.16.840.1.113883.6.88" code="1000149"/>
          </manufacturedMaterial>
        </manufacturedProduct>
      </consumable>
      <author>
        <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
        <time value="20130801123500-0800"/>
        <assignedAuthor>
          <id root="20cf14fb-b65c-4c8c-a54d-b0cca834c18c"/>
          <code displayName="Registered nurse"
                codeSystemName="Health Care Provider Taxonomy (HIPAA)" codeSystem="2.16.840.1.113883.6.101" code="163W00000X"/>
          <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:(995)555-1006" use="WP"/>
          <assignedPerson>
            <name>
              <given>Nurse</given>
              <family>Nightingale</family>
              <suffix>RN</suffix>
            </name>
          </assignedPerson>
          <representedOrganization classCode="ORG">
            <id root="2.16.840.1.113883.19.5"/>
            <name>Good Health Hospital</name>
          </representedOrganization>
        </assignedAuthor>
      </author>
      <entryRelationship typeCode="RSON">
        <observation moodCode="EVN" classCode="OBS">
          <!--  ** Indication **  -->
          <templateId root="2.16.840.1.113883.10.20.22.4.19"
                      extension="2023-05-01"/>
          <id root="e63166c7-6482-4a44-83a1-37ccdbde725b"/>
          <code xsi:type="CD" displayName="Clinical finding"
                codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="75321-0"/>
          <text/>
          <statusCode code="completed"/>
          <effectiveTime>
            <low value="20120318"/>
          </effectiveTime>
          <value xsi:type="CD" displayName="Hypertension"
                 codeSystem="2.16.840.1.113883.6.96" code="38341003"/>
        </observation>
      </entryRelationship>
    </substanceAdministration>
  </entry>
</section>