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


  <!--  Priority Preference this is the preference that the patient or provider places on the goal
  <entryRelationship typeCode="RSON">
    <observation classCode="OBS" moodCode="EVN">
      <templateId root="2.16.840.1.113883.10.20.22.4.143" />
      ...
    </observation>
  </entryRelationship>
   -->
<observation xmlns="urn:hl7-org:v3" moodCode="GOL" classCode="OBS">
  <templateId root="2.16.840.1.113883.10.20.22.4.121" extension="2022-06-01"/>
  <id root="3700b3b0-fbed-11e2-b778-0800200c9a66"/>
  <code xsi:type="CD"
        displayName="Oxygen saturation in Arterial blood by Pulse oximetry" codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1"
        code="59408-5"/>
  <text/>
  <statusCode code="active"/>
  <effectiveTime value="20130902"/>
  <value xsi:type="IVL_PQ">
    <low value="92" unit="%"/>
  </value>
  <!-- 
    If the author is set to the recordTarget (patient), this is a patient goal.  
    If the author is set to a provider, this is a provider goal. 
    If both patient and provider are set as authors, this is a negotiated goal.
   -->
  <!--  Provider Author ID is NPI  -->
  <author>
    <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
    <time value="20130901102230+0500"/>
    <assignedAuthor>
      <id root="2.16.840.1.113883.4.6" extension="...."/>
      <addr nullFlavor="UNK"/>
      <telecom nullFlavor="UNK"/>
      <assignedPerson>
        <name>Dr. Provider</name>
      </assignedPerson>
    </assignedAuthor>
  </author>
  <!--  Patient Author ID matches recordTarget  -->
  <author typeCode="AUT">
    <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
    <time value="20130901102230+0500"/>
    <assignedAuthor>
      <id root="2.16.840.1.113883.4.1" extension="444222222"/>
      <addr nullFlavor="UNK"/>
      <telecom nullFlavor="UNK"/>
      <assignedPerson>
        <name>Eve Betterhalf</name>
      </assignedPerson>
    </assignedAuthor>
  </author>
  <!--  This entryRelationship represents the relationship "Goal REFERS TO Health Concern"  -->
  <entryRelationship typeCode="REFR">
    <!--  Entry Reference Concern Act  -->
    <act moodCode="EVN" classCode="ACT">
      <templateId root="2.16.840.1.113883.10.20.22.4.122"/>
      <!--  This id points to an already defined Health Concern in the Health Concerns Section  -->
      <id root="4eab0e52-dd7d-4285-99eb-72d32ddb195c"/>
      <code nullFlavor="NP"/>
      <statusCode code="completed"/>
    </act>
  </entryRelationship>
</observation>