Care Plan Goals and Instructions

back to homepage

Approval Status

  • Approval Status: Approved
  • Example Task Force: 8/20/15
  • SDWG: 9/10/2015
  • SDWG C-CDA R2.1 Upgrade: 2/2/2017

C-CDA 2.1 Example:

  • 2.16.840.1.113883.10.20.22.2.10
  • 2.16.840.1.113883.10.20.22.2.10:2014-06-09
  • 2.16.840.1.113883.10.20.22.4.44
  • 2.16.840.1.113883.10.20.22.4.44:2014-06-09
  • 2.16.840.1.113883.10.20.22.4.12
  • 2.16.840.1.113883.10.20.22.4.12:2014-06-09
  • 2.16.840.1.113883.10.20.22.4.121

Reference to full CDA sample:

  • Empty CCD

Validation location

Comments

  • This example illustrates how to structure a Goals and Instructions for the 170.314(b)(2) Transitions of care - K) Care Plan (Goals and Instructions).

Certification

  • ONC

Custodian

  • Lisa Nelson

Keywords

  • Goal and instruction

Permalink

Links

 

Example: download example view on GitHub

<section>
    <templateId root="2.16.840.1.113883.10.20.22.2.10" extension="2014-06-09"/>
    <templateId root="2.16.840.1.113883.10.20.22.2.10"/>
    <!-- Plan of Care Section -->
    <code code="18776-5" codeSystem="2.16.840.1.113883.6.1" displayName="Plan of care note"/>
    <title>PLAN OF CARE</title>
    <text>
        <table border="1" width="100%">
            <thead>
                <tr>
                    <th>Date/time</th>
                    <th>Goal</th>
                    <th>Instructions</th>
                </tr>
            </thead>
            <tbody>
                <tr ID="Goal1">
                    <td>August 15, 2012 10:00am</td>
                    <td ID="Goal1_desc">Weight Loss</td>
                    <td ID="Action1">
                        <content ID="Action1_Type">Patient Education:</content>
                        <content ID="Action1_desc">Diet and exercise counseling provided during
                            visit.</content>
                    </td>
                </tr>
                <tr ID="Goal2">
                    <td>August 15, 2012 10:00am</td>
                    <td ID="Goal2_desc">Asthma management</td>
                    <td ID="Action2">
                        <content ID="Action2_Type">Patient Education:</content>
                        <content ID="Action2_desc">Resources and instructions provided during
                            visit.</content>
                    </td>
                </tr>
            </tbody>
        </table>
    </text>
    <entry>
        <observation classCode="OBS" moodCode="GOL">
            <!-- Goal Observation C-CDA R2.1-->
            <!-- Plan of Care Activity Observation C-CDA R1.1-->
            <templateId root="2.16.840.1.113883.10.20.22.4.121"/>
            <templateId root="2.16.840.1.113883.10.20.22.4.44"/>
            <id root="2a620155-9d11-439e-92b3-5d9815ff4dd4"/>
            <code code="289169006" displayName="Exercising to lose weight" codeSystem="2.16.840.1.113883.6.96"
                codeSystemName="SNOMED CT">
                <originalText>
                    <reference value="#Goal1_desc"/>
                </originalText>
            </code>
            <text>
                <reference value="#Goal1"/>
            </text>
            <statusCode code="active"/>
            <effectiveTime value="201208151000-0800"/>
            <entryRelationship typeCode="RSON" inversionInd="true">
                <act classCode="ACT" moodCode="EVN">
                    <!-- Procedure Activity Act - selected over instructions template
									since it requries moodCode=INT. This act records education provided
									during the visit.-->
                    <templateId root="2.16.840.1.113883.10.20.22.4.12" extension="2014-06-09"/>
                    <templateId root="2.16.840.1.113883.10.20.22.4.12"/>
                    <id root="2a620155-9d11-439e-92b3-5d9815ff4df2"/>
                    <code code="311401005" displayName="Patient education"
                        codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
                        <originalText>
                            <reference value="#Action1_Type"/>
                        </originalText>
                    </code>
                    <statusCode code="completed"/>
                    <!-- 
					   <text>
						  <reference value="#Action1" />
					   </text>
								-->
                    <!-- In this example, the instruction was given at the same time that the goal was set.
									effectiveTime is the same in this case. -->
                    <effectiveTime value="201208151000-0800"/>
                </act>
            </entryRelationship>
        </observation>
    </entry>
    <entry>
        <observation classCode="OBS" moodCode="INT">
            <!-- Plan of Care Activity Observation -->
            <templateId root="2.16.840.1.113883.10.20.22.4.44" extension="2014-06-09"/>
            <templateId root="2.16.840.1.113883.10.20.22.4.44"/>
            <id root="2a620155-9d11-439e-92b3-5d9815ff4dd3"/>
            <code code="406162001" displayName="Asthma management"
                codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
                <originalText>
                    <reference value="#Goal2_desc"/>
                </originalText>
            </code>
            <text>
                <reference value="#Goal2"/>
            </text>
            <statusCode code="active"/>
            <effectiveTime value="201208151000-0800"/>
            <entryRelationship typeCode="RSON" inversionInd="true">
                <act classCode="ACT" moodCode="EVN">
                    <templateId root="2.16.840.1.113883.10.20.22.4.12" extension="2014-06-09"/>
                    <templateId root="2.16.840.1.113883.10.20.22.4.12"/>
                    <id root="2a620155-9d11-439e-92b3-5d9815ff4df6"/>
                    <code code="311401005" displayName="Patient education"
                        codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT">
                        <originalText>
                            <reference value="#Action2_Type"/>
                        </originalText>
                    </code>
                    <statusCode code="completed"/>
                    <!-- 
						<text>
						  <reference value="#Action2" />
						</text>
					-->
                    <!-- In this example, the instruction was given at the same time that the goal was set.
									effectiveTime is the same in this case. -->
                    <effectiveTime value="201208151000-0800"/>
                </act>
            </entryRelationship>
        </observation>
    </entry>
</section>
  1. C-CDA Example Search Help

    C-CDA Example Search Results
    This screen displays the results of executing the example search criteria against the existing examples recorded in the example database.

  2. Search Criteria Panel

    This panel allow you to further refine your queries and narrow the results

  3. Text Search Words

    Use this field to enter words related to your search. These words can appear in the title, the comments or as part of a special list of keywords associated with the example. The search words should be entered with spaces separating the items.

  4. Filter by example status

    By selecting the various statuses, the search results can be limited to only the example that are set to the selected status(es). By removing all status selections, the filtering is removed and examples from all statuses will be returned (based on any other filtering).

  5. Select only ONC Certified examples

    These are samples referenced in a government rule or certification companion guide.

  6. Execute the search based on the criteria entered (or retrieve all examples if no criteria specified).

  7. The number of results that match the query parameters can be found here.

  8. Use this link to jump back to the initial page of the application (that lists the sections).

  9. This columns list the names of the examples that match the criteria (and the comment for each example).

  10. This columns lists the area in the C-CDA specification (the specification is broken into distinct topics for the various exchangeable documents, the common header, and the sections that occur within the exchangeable documents) that the example demonstrates.

  11. This columns lists the state of the example in the example verification and approval process.

  12. You can select to download the examples directly or navigate to page with the full detailed description of the example.

  13. Tour Complete

    Return to the C-CDA Example Search Results page.