CDA Examples
1.0.0 - active United States of America flag

CDA Examples, published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 1.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-Examples/ and changes regularly. See the Directory of published versions

Example: Goals Narrative Only

Approval Status: Approved
Task Force Approval: 2016-02-04
SDWG Approval: 2016-02-11, 2017-02-02

This is an example of how to send a goals section with only narrative.

This file includes examples of the following templates:


<section xmlns="urn:hl7-org:v3">
  <!--  Goals Section  -->
  <templateId root="2.16.840.1.113883.10.20.22.2.60"/>
  <code displayName="Goals" codeSystemName="LOINC"
        codeSystem="2.16.840.1.113883.6.1" code="61146-7"/>
  <title>Goals Section</title>
  <text>
    <paragraph ID="Goals">Patient is targeting a pulse oximetry of 92% and a weight of 195 lbs</paragraph>
  </text>
  <entry>
    <!--  Goal Observation  -->
    <!--  Author could be included to indicate a patient authored goal or a provider different than the document or section author.  -->
    <!--  See HL7 DSTU comment which relaxed the requirement to include the author (867)  -->
    <!--  http://www.hl7.org/dstucomments/showdetail_comment.cfm?commentid=867  -->
    <observation moodCode="GOL" classCode="OBS">
      <!--  Goal Observation  -->
      <templateId root="2.16.840.1.113883.10.20.22.4.121"/>
      <templateId root="2.16.840.1.113883.10.20.22.4.121"
                  extension="2022-06-01"/>
      <!--  If you have an id for your goal, include here  -->
      <id nullFlavor="UNK"/>
      <code xsi:type="CD" nullFlavor="UNK"/>
      <text xsi:type="ED">
        <reference value="#Goals"/>
      </text>
      <statusCode code="active"/>
    </observation>
  </entry>
</section>