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

This content is an example of the Encounters 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">
  <templateId root="2.16.840.1.113883.10.20.22.2.22.1" extension="2015-08-01" />
  <!-- Encounters Section - Entries required -->
  <code code="46240-8" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="History of encounters" />
  <title>Encounters</title>
  <text>
    ...
  </text>
  <entry typeCode="DRIV">
		<encounter classCode="ENC" moodCode="EVN" xmlns="urn:hl7-org:v3" xmlns:sdtc="urn:hl7-org:sdtc">
		  <templateId root="2.16.840.1.113883.10.20.22.4.49" extension="2015-08-01" />
		  <id root="2a620155-9d11-439e-92b3-5d9815ff4de8" />
		  <code code="99213" codeSystemName="CPT-4" codeSystem="2.16.840.1.113883.6.12">
		    <originalText>
		      <reference value="#Encounter1" />
		    </originalText>
		    <translation code="AMB" codeSystem="2.16.840.1.113883.5.4" displayName="Ambulatory" codeSystemName="HL7 ActEncounterCode" />
		  </code>
		  <text><reference value="#Encounter1"/></text>
		  <effectiveTime value="201209271300+0500" />
		  <sdtc:dischargeDispositionCode code="01" codeSystem="2.16.840.1.113883.6.301.5" displayName="Routine Discharge" codeSystemName="AHA NUBC Patient Discharge Status Codes"/>
		  <performer>
		    <assignedEntity>
		      <id root="20cf14fb-b65c-4c8c-a54d-b0cca834c18c" />
		        <code code="207Q00000X" codeSystem="2.16.840.1.113883.6.101" codeSystemName="Health Care Provider Taxonomy" displayName="Family Medicine Physician" />
		     </assignedEntity>
		  </performer>
		</encounter>
  </entry>
</section>