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 SetCarePlanActivityStatus
{ "resourceType": "ValueSet", "text": { "status": "generated", "div": "<div><h2>CarePlanActivityStatus</h2><p>Indicates where the activity is at in its overall life cycle</p><p>This value set defines its own terms in the system http://hl7.org/fhir/care-plan-activity-status</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>not started<a name=\"notstarted\"> </a></td><td/><td>Activity is planned but no action has yet been taken.</td></tr><tr><td>scheduled<a name=\"scheduled\"> </a></td><td/><td>Appointment or other booking has occurred but activity has not yet begun.</td></tr><tr><td>in progress<a name=\"inprogress\"> </a></td><td/><td>Activity has been started but is not yet complete.</td></tr><tr><td>on hold<a name=\"onhold\"> </a></td><td/><td>Activity was started but has temporarily ceased with an expectation of resumption at a future time.</td></tr><tr><td>completed<a name=\"completed\"> </a></td><td/><td>The activities have been completed (more or less) as planned.</td></tr><tr><td>cancelled<a name=\"cancelled\"> </a></td><td/><td>The activities have been ended prior to completion (perhaps even before they were started).</td></tr></table></div>" }, "identifier": "http://hl7.org/fhir/vs/care-plan-activity-status", "name": "CarePlanActivityStatus", "publisher": "HL7 (FHIR Project)", "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ], "description": "Indicates where the activity is at in its overall life cycle", "status": "draft", "date": "2014-09-30T18:09:16.977+10:00", "define": { "system": "http://hl7.org/fhir/care-plan-activity-status", "caseSensitive": true, "concept": [ { "code": "not started", "definition": "Activity is planned but no action has yet been taken." }, { "code": "scheduled", "definition": "Appointment or other booking has occurred but activity has not yet begun." }, { "code": "in progress", "definition": "Activity has been started but is not yet complete." }, { "code": "on hold", "definition": "Activity was started but has temporarily ceased with an expectation of resumption at a future time." }, { "code": "completed", "definition": "The activities have been completed (more or less) as planned." }, { "code": "cancelled", "definition": "The activities have been ended prior to completion (perhaps even before they were started)." } ] } }