Consolidated CDA (C-CDA)
3.0.0 - STU 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 3.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

This content is an example of the Indication Logical Model and is not a FHIR Resource

    
<entry typeCode="DRIV" xmlns="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <substanceAdministration classCode="SBADM" moodCode="EVN">
    <!-- ** MEDICATION ACTIVITY -->
    <id root="cdbd33f0-6cde-11db-9fe1-0800200c9a66" />
    <text>
      <reference value="#Med1" /> 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 classCode="OBS" moodCode="EVN">
        <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 code="ASSERTION" codeSystem="2.16.840.1.113883.5.4" />
        <statusCode code="completed" />
        <effectiveTime value="20240501"/>
        <value xsi:type="CD" code="32398004" displayName="Bronchitis" codeSystem="2.16.840.1.113883.6.96" />
      </observation>
    </entryRelationship>
    
  </substanceAdministration>
</entry>
<!-- Points to a problem on the problem list -->
<!-- Problem observation template 
        <templateId root="2.16.840.1.113883.10.20.22.4.4"/>
        Note that this id equals the Indication observation/id
       <id root="db734647-fc99-424c-a864-7e3cda82e703"/> -->