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: Encounter Activity Example


  <!--   Sample Service Delivery Location
  <participant typeCode="LOC">
    <participantRole classCode="SDLOC">
      <templateId root="2.16.840.1.113883.10.20.22.4.32" />
      ...
    </participantRole>
  </participant>
   -->
  <!--  Sample Indication
  <entryRelationship typeCode="RSON">
    <observation classCode="OBS" moodCode="EVN">
      <templateId root="2.16.840.1.113883.10.20.22.4.19" extension="2014-06-09" />
      ...      
    </observation>
  </entryRelationship>
   -->
<encounter xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="ENC">
  <templateId root="2.16.840.1.113883.10.20.22.4.49" extension="2015-08-01"/>
  <id root="2a620155-9d11-439e-92b3-5d9815ff4de8"/>
  <code codeSystemName="CPT-4" codeSystem="2.16.840.1.113883.6.12"
        code="99213">
    <originalText/>
    <translation xsi:type="CD" displayName="Ambulatory"
                 codeSystemName="HL7 ActEncounterCode" codeSystem="2.16.840.1.113883.5.4" code="AMB"/>
  </code>
  <text/>
  <effectiveTime value="20120927130000+0500"/>
  <sdtc:sdtcDischargeDispositionCode xmlns:sdtc="urn:hl7-org:sdtc"
                                     displayName="Routine Discharge"
                                     codeSystemName="AHA NUBC Patient Discharge Status Codes" codeSystem="2.16.840.1.113883.6.301.5"
                                     code="01"/>
  <performer>
    <assignedEntity>
      <id root="20cf14fb-b65c-4c8c-a54d-b0cca834c18c"/>
      <code displayName="Family Medicine Physician"
            codeSystemName="Health Care Provider Taxonomy" codeSystem="2.16.840.1.113883.6.101" code="207Q00000X"/>
    </assignedEntity>
  </performer>
</encounter>