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 Medication Example


<act xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="ACT">
  <templateId root="2.16.840.1.113883.10.20.22.4.35" extension="2016-03-01"/>
  <code displayName="Hospital discharge medication" codeSystemName="LOINC"
        codeSystem="2.16.840.1.113883.6.1" code="10183-2">
    <translation xsi:type="CD" displayName="Discharge medication"
                 codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="75311-1"/>
  </code>
  <text/>
  <statusCode code="completed"/>
  <entryRelationship typeCode="SUBJ">
    <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="INTRAMUSCULAR"
                 codeSystemName="National Cancer Institute (NCI) Thesaurus" codeSystem="2.16.840.1.113883.3.26.1.1" code="C28161">
        <translation xsi:type="CD" displayName="Intramuscular route"
                     codeSystemName="SNOMED" codeSystem="2.16.840.1.113883.6.96" code="78421000"/>
      </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>
    </substanceAdministration>
  </entryRelationship>
</act>