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: Substance Administered Act Example


<act xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="ACT">
  <templateId root="2.16.840.1.113883.10.20.22.4.118"/>
  <id root="d13f5010-cba4-4080-99d2-897dd3275c96"/>
  <code displayName="Hepatitis B Vaccine" codeSystemName="CVX"
        codeSystem="2.16.840.1.113883.6.96" code="416118004"/>
  <!--  Would point to an ID in the narrative if we had a section in this example
  <text>
    <reference value="#subadmin"/>
  </text> -->
  <statusCode code="completed"/>
  <entryRelationship typeCode="COMP">
    <!--  This entryRelationship sequenceNumber indicates this is #2 in the series  -->
    <sequenceNumber value="2"/>
    <act moodCode="EVN" classCode="ACT">
      <!--  Substance Administered Act Template  -->
      <templateId root="2.16.840.1.113883.10.20.22.4.118"/>
      <id root="df8908d0-40f2-11e3-aa6e-0800200c9a66"/>
      <code displayName="administration" codeSystemName="SNOMED-CT"
            codeSystem="2.16.840.1.113883.6.96" code="416118004"/>
      <text/>
      <statusCode code="completed"/>
      <effectiveTime value="19991101"/>
    </act>
  </entryRelationship>
</act>