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: Indication Example


<entry xmlns="urn:hl7-org:v3" typeCode="DRIV">
  <substanceAdministration moodCode="EVN" classCode="SBADM">
    <!--  ** MEDICATION ACTIVITY  -->
    <id root="cdbd33f0-6cde-11db-9fe1-0800200c9a66"/>
    <text>0.09 MG/ACTUAT inhalant solution, 2 puffs QID PRN wheezing</text>
    <consumable>
      <manufacturedProduct classCode="MANU">
        <templateId root="2.16.840.1.113883.10.20.22.4.23"
                    extension="2014-06-09"/>
        <manufacturedMaterial>
          <code nullFlavor="UNK"/>
        </manufacturedMaterial>
      </manufacturedProduct>
    </consumable>
    <!--  ...  -->
    <!--  Indication snippet inside a Medication Activity  -->
    <entryRelationship typeCode="RSON">
      <observation moodCode="EVN" classCode="OBS">
        <templateId root="2.16.840.1.113883.10.20.22.4.19"
                    extension="2023-05-01"/>
        <!--  Note that this id equals the problem observation/id  -->
        <id root="db734647-fc99-424c-a864-7e3cda82e703"/>
        <code xsi:type="CD" codeSystem="2.16.840.1.113883.5.4"
              code="ASSERTION"/>
        <statusCode code="completed"/>
        <effectiveTime value="20240501"/>
        <value xsi:type="CD" displayName="Bronchitis"
               codeSystem="2.16.840.1.113883.6.96" code="32398004"/>
      </observation>
    </entryRelationship>
  </substanceAdministration>
</entry>