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 SetCarePlanActivityCategory
{
"resourceType": "ValueSet",
"text": {
"status": "generated",
"div": "<div><h2>CarePlanActivityCategory</h2><p>High-level categorization of the type of activity in a care plan.</p><p>This value set defines its own terms in the system http://hl7.org/fhir/care-plan-activity-category</p><table><tr><td><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>diet<a name=\"diet\"> </a></td><td/><td>Plan for the patient to consume food of a specified nature.</td></tr><tr><td>drug<a name=\"drug\"> </a></td><td/><td>Plan for the patient to consume/receive a drug, vaccine or other product.</td></tr><tr><td>encounter<a name=\"encounter\"> </a></td><td/><td>Plan to meet or communicate with the patient (in-patient, out-patient, phone call, etc.).</td></tr><tr><td>observation<a name=\"observation\"> </a></td><td/><td>Plan to capture information about a patient (vitals, labs, diagnostic images, etc.).</td></tr><tr><td>procedure<a name=\"procedure\"> </a></td><td/><td>Plan to modify the patient in some way (surgery, physiotherapy, education, counseling, etc.).</td></tr><tr><td>supply<a name=\"supply\"> </a></td><td/><td>Plan to provide something to the patient (medication, medical supply, etc.).</td></tr><tr><td>other<a name=\"other\"> </a></td><td/><td>Some other form of action.</td></tr></table></div>"
},
"identifier": "http://hl7.org/fhir/vs/care-plan-activity-category",
"name": "CarePlanActivityCategory",
"publisher": "HL7 (FHIR Project)",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
},
{
"system": "email",
"value": "fhir@lists.hl7.org"
}
],
"description": "High-level categorization of the type of activity in a care plan.",
"status": "draft",
"date": "2014-09-30T18:09:16.976+10:00",
"define": {
"system": "http://hl7.org/fhir/care-plan-activity-category",
"caseSensitive": true,
"concept": [
{
"code": "diet",
"definition": "Plan for the patient to consume food of a specified nature."
},
{
"code": "drug",
"definition": "Plan for the patient to consume/receive a drug, vaccine or other product."
},
{
"code": "encounter",
"definition": "Plan to meet or communicate with the patient (in-patient, out-patient, phone call, etc.)."
},
{
"code": "observation",
"definition": "Plan to capture information about a patient (vitals, labs, diagnostic images, etc.)."
},
{
"code": "procedure",
"definition": "Plan to modify the patient in some way (surgery, physiotherapy, education, counseling, etc.)."
},
{
"code": "supply",
"definition": "Plan to provide something to the patient (medication, medical supply, etc.)."
},
{
"code": "other",
"definition": "Some other form of action."
}
]
}
}