This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Definition for Value SetCarePlanGoalStatus
<ValueSet xmlns="http://hl7.org/fhir"> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"> <h2>CarePlanGoalStatus</h2> <p>Indicates whether the goal has been met and is still being targeted</p> <p>This value set defines its own terms in the system http://hl7.org/fhir/care-plan-goal-status</p> <table> <tr> <td> <b>Code</b> </td> <td> <b>Display</b> </td> <td> <b>Definition</b> </td> </tr> <tr> <td>in progress <a name="inprogress"> </a> </td> <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/> <td>The goal has been met and no further action is needed.</td> </tr> <tr> <td>sustaining <a name="sustaining"> </a> </td> <td/> <td>The goal has been met, but ongoing activity is needed to sustain the goal objective.</td> </tr> <tr> <td>cancelled <a name="cancelled"> </a> </td> <td/> <td>The goal is no longer being sought.</td> </tr> </table> </div> </text> <identifier value="http://hl7.org/fhir/vs/care-plan-goal-status"/> <name value="CarePlanGoalStatus"/> <publisher value="HL7 (FHIR Project)"/> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> <description value="Indicates whether the goal has been met and is still being targeted"/> <status value="draft"/> <date value="2014-09-30T18:09:16.977+10:00"/> <define> <system value="http://hl7.org/fhir/care-plan-goal-status"/> <caseSensitive value="true"/> <concept> <code 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"/> <definition value="The goal has been met and no further action is needed."/> </concept> <concept> <code value="sustaining"/> <definition value="The goal has been met, but ongoing activity is needed to sustain the goal objective."/> </concept> <concept> <code value="cancelled"/> <definition value="The goal is no longer being sought."/> </concept> </define> </ValueSet>