This page is part of the FHIR Specification (v1.0.2: DSTU 2). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Definition for Value SetGoalStatus
<ValueSet xmlns="http://hl7.org/fhir"> <id value="goal-status"/> <meta> <lastUpdated value="2015-10-24T07:41:03.495+11:00"/> <profile value="http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition"/> </meta> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2>GoalStatus</h2> <p>Indicates whether the goal has been met and is still being targeted</p> <p>This value set has an inline code system http://hl7.org/fhir/goal-status, which defines the following codes:</p> <table class="codes"> <tr> <td> <b>Code</b> </td> <td> <b>Display</b> </td> <td> <b>Definition</b> </td> </tr> <tr> <td>proposed <a name="proposed"> </a> </td> <td>Proposed</td> <td>A goal is proposed for this patient</td> </tr> <tr> <td>planned <a name="planned"> </a> </td> <td>Planned</td> <td>A goal is planned for this patient</td> </tr> <tr> <td>accepted <a name="accepted"> </a> </td> <td>Accepted</td> <td>A proposed goal was accepted</td> </tr> <tr> <td>rejected <a name="rejected"> </a> </td> <td>Rejected</td> <td>A proposed goal was rejected</td> </tr> <tr> <td>in-progress <a name="in-progress"> </a> </td> <td>In Progress</td> <td>The goal is being sought but has not yet been reached. (Also applies if goal was reached in the past but there has been regression and goal is being sought again)</td> </tr> <tr> <td>achieved <a name="achieved"> </a> </td> <td>Achieved</td> <td>The goal has been met and no further action is needed</td> </tr> <tr> <td>sustaining <a name="sustaining"> </a> </td> <td>Sustaining</td> <td>The goal has been met, but ongoing activity is needed to sustain the goal objective</td> </tr> <tr> <td>on-hold <a name="on-hold"> </a> </td> <td>On Hold</td> <td>The goal remains a long term objective but is no longer being actively pursued for a temporary period of time.</td> </tr> <tr> <td>cancelled <a name="cancelled"> </a> </td> <td>Cancelled</td> <td>The goal is no longer being sought</td> </tr> </table> </div> </text> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.4.642.2.150"/> </extension> <url value="http://hl7.org/fhir/ValueSet/goal-status"/> <version value="1.0.2"/> <name value="GoalStatus"/> <status value="draft"/> <experimental value="false"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="other"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <date value="2015-10-24T07:41:03+11:00"/> <description value="Indicates whether the goal has been met and is still being targeted"/> <codeSystem> <extension url="http://hl7.org/fhir/StructureDefinition/valueset-oid"> <valueUri value="urn:oid:2.16.840.1.113883.4.642.1.150"/> </extension> <system value="http://hl7.org/fhir/goal-status"/> <version value="1.0.2"/> <caseSensitive value="true"/> <concept> <code value="proposed"/> <display value="Proposed"/> <definition value="A goal is proposed for this patient"/> </concept> <concept> <code value="planned"/> <display value="Planned"/> <definition value="A goal is planned for this patient"/> </concept> <concept> <code value="accepted"/> <display value="Accepted"/> <definition value="A proposed goal was accepted"/> </concept> <concept> <code value="rejected"/> <display value="Rejected"/> <definition value="A proposed goal was rejected"/> </concept> <concept> <code value="in-progress"/> <display value="In Progress"/> <definition value="The goal is being sought but has not yet been reached. (Also applies if goal was reached in the past but there has been regression and goal is being sought again)"/> </concept> <concept> <code value="achieved"/> <display value="Achieved"/> <definition value="The goal has been met and no further action is needed"/> </concept> <concept> <code value="sustaining"/> <display value="Sustaining"/> <definition value="The goal has been met, but ongoing activity is needed to sustain the goal objective"/> </concept> <concept> <code value="on-hold"/> <display value="On Hold"/> <definition value="The goal remains a long term objective but is no longer being actively pursued for a temporary period of time."/> </concept> <concept> <code value="cancelled"/> <display value="Cancelled"/> <definition value="The goal is no longer being sought"/> </concept> </codeSystem> </ValueSet>
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.