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

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

    
<section xmlns="urn:hl7-org:v3" xmlns:sdtc="urn:hl7-org:sdtc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!--**MEDICATION SECTION ** -->
  <templateId root="2.16.840.1.113883.10.20.22.2.1.1" extension="2014-06-09" />
  <code code="10160-0" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="HISTORY OF MEDICATION USE" />
  <title>MEDICATIONS</title>
  <text>
        Narrative Text    
    </text>
  <entry>
		<substanceAdministration classCode="SBADM" moodCode="EVN" xmlns="urn:hl7-org:v3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
		  <!-- ** 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><reference value="#medicationactivity"/></text>
		  <statusCode code="active"/>
		  <effectiveTime xsi:type="IVL_TS">
		    <low value="20120318"/>
		  </effectiveTime>
		  <effectiveTime xsi:type="PIVL_TS" institutionSpecified="true" operator="A">
		    <period value="12" unit="h"/>
		  </effectiveTime>
		  <routeCode code="C38288" 
		            codeSystem="2.16.840.1.113883.3.26.1.1" 
		            codeSystemName="NCI Thesaurus" 
		            displayName="ORAL">
		    <translation code="26643006" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED" displayName="Oral route"/>
		  </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 code="1000147"  
		          displayName="estradiol cypionate 10 MG/ML" 
		              codeSystem="2.16.840.1.113883.6.88" codeSystemName="RxNorm"/>
		      </manufacturedMaterial>
		    </manufacturedProduct>
		  </consumable>
		  <author>
		    <templateId root="2.16.840.1.113883.10.20.22.4.119" />
		    <time value="201308011235-0800" />
		    <assignedAuthor>
		      <id root="20cf14fb-b65c-4c8c-a54d-b0cca834c18c" />
		      <code code="163W00000X" 
		        displayName="Registered nurse" 
		        codeSystem="2.16.840.1.113883.6.101" 
		        codeSystemName="Health Care Provider Taxonomy (HIPAA)" />
		      <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 classCode="OBS" moodCode="EVN">
		      <!-- ** 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 code="75321-0" 
		            codeSystem="2.16.840.1.113883.6.1" 
		            codeSystemName="LOINC" 
		            displayName="Clinical finding"/>
		      <text><reference value="#indication"/></text>
		      <statusCode code="completed"/>
		      <effectiveTime>
		        <low value="20120318"/>
		      </effectiveTime>
		      <value xsi:type="CD" 
		             code="38341003" 
		             displayName="Hypertension" 
		             codeSystem="2.16.840.1.113883.6.96"/>
		    </observation>
		  </entryRelationship>
		</substanceAdministration>
  </entry>
</section>