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: Outcome Observation Example


  <!--  Outcome Observation  -->
<observation xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="OBS">
  <templateId root="2.16.840.1.113883.10.20.22.4.144"/>
  <id root="0aaaa123-24e2-46b3-9d49-6b753c712dec"/>
  <code xsi:type="CD" displayName="Pulse oximetry panel"
        codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="44616-1"/>
  <text/>
  <statusCode code="completed"/>
  <effectiveTime value="20130806"/>
  <value xsi:type="PQ" value="95" unit="%"/>
  <!--  This Outcome Observation EVALUATES a Goal 
    (Pulse ox reading of 95 evaluates the goal of Pulse ox reading > 92)  -->
  <entryRelationship typeCode="GEVL">
    <act moodCode="EVN" classCode="ACT">
      <!--  Entry reference  -->
      <templateId root="2.16.840.1.113883.10.20.22.4.122"/>
      <!--  Must reference a Goal Observation  -->
      <id root="36700436-475d-4c47-bbac-a14e55fa990b"/>
      <code nullFlavor="NP"/>
      <text/>
      <statusCode code="completed"/>
    </act>
  </entryRelationship>
  <!--  ...Typically elsewhere in the document, the Goal Reference... 
      If embedded within OutcomeObservation, the above EntryReference template would not be needed -->
  <entryRelationship typeCode="GEVL">
    <observation moodCode="GOL" classCode="OBS">
      <templateId root="2.16.840.1.113883.10.20.22.4.121"
                  extension="2022-06-01"/>
      <id root="36700436-475d-4c47-bbac-a14e55fa990b"/>
      <code xsi:type="CD" nullFlavor="UNK"/>
      <text/>
      <statusCode code="completed"/>
      <effectiveTime nullFlavor="UNK"/>
    </observation>
  </entryRelationship>
</observation>