This page is part of the FHIR Specification (v0.5.0: DSTU 2 Ballot 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
This resource maintained by the Patient Care Work Group
Describes the intention of how one or more practitioners intend to deliver care for a particular patient for a period of time, possibly limited to care for a specific condition or set of conditions.
Care Plans are used in many of areas of healthcare with a variety of scopes. They can be as simple as a general practitioner keeping track of when their patient is next due for a tetanus immunization through to a detailed plan for an oncology patient covering diet, chemotherapy, radiation, lab work and counseling with detailed timing relationships, pre-conditions and goals.
This resource takes an intermediate approach to complexity. It captures basic details about who is involved and what actions are intended without dealing in discrete data about dependencies and timing relationships. These can be supported where necessary using the extension mechanism.
The scope of care plans may vary widely. Examples include:
Comments are welcome about the appropriateness of the proposed level of granularity, whether it's too much detail for what most systems need, or not sufficient for common essential use cases.
For simplicity sake, CarePlan allows the in-line definition of activities as part of a plan using
the activity.detail
element. However, activities can also be defined using references
to the various "request" resources. These references could be to resources with a status of
"planned" or to an active order. It is possible for planned activities to exist (e.g. appointments)
without needing a CarePlan at all. CarePlans are used when there's a need to group activities,
goals and/or participants together to provide some degree of context.
CarePlans can be tied to specific Conditions however they can also be condition-independent and instead focused on a particular type of care (e.g. psychological, nutritional) or the care delivered by a particular practitioner or group of practitioners.
This resource is referenced by ClinicalImpression and Procedure
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
CarePlan | DomainResource | Healthcare plan for patient | ||
identifier | Σ | 0..* | Identifier | External Ids for this plan |
patient | Σ | 0..1 | Patient | Who care plan is for |
status | ?! Σ | 1..1 | code | planned | active | completed CarePlanStatus (Required) |
period | Σ | 0..1 | Period | Time period plan covers |
author | Σ | 0..* | Patient | Practitioner | RelatedPerson | Organization | Who is responsible for plan |
modified | Σ | 0..1 | dateTime | When last updated |
category | Σ | 0..* | CodeableConcept | Type of plan |
concern | Σ | 0..* | Condition | Health issues this plan addresses |
support | 0..* | Any | Information considered as part of plan | |
participant | 0..* | Element | Who's involved in plan? | |
role | 0..1 | CodeableConcept | Type of involvement | |
member | 1..1 | Practitioner | RelatedPerson | Patient | Organization | Who is involved | |
goal | 0..* | Goal | Desired outcome of plan | |
activity | 0..* | Element | Action to occur as part of plan | |
actionResulting | 0..* | Any | Appointments, orders, etc. | |
notes | 0..1 | string | Comments about the activity | |
reference | I | 0..1 | Appointment | CommunicationRequest | DeviceUseRequest | DiagnosticOrder | MedicationPrescription | NutritionOrder | Order | ProcedureRequest | ProcessRequest | ReferralRequest | Supply | VisionPrescription | Activity details defined in specific resource |
detail | I | 0..1 | Element | In-line definition of activity DailyDose can only be specified if activity category is drug or food Quantity can only be specified if activity category is supply Only provide a detail reference, or a simple detail summary |
category | 1..1 | code | diet | drug | encounter | observation | procedure | supply | other CarePlanActivityCategory (Required) | |
code | 0..1 | CodeableConcept | Detail type of activity | |
reason[x] | Why activity should be done | |||
reasonCodeableConcept | 0..1 | CodeableConcept | ||
reasonReference | 0..1 | Condition | ||
goal | 0..* | Goal | Goals this activity relates to | |
status | ?! | 0..1 | code | not-started | scheduled | in-progress | on-hold | completed | cancelled CarePlanActivityStatus (Required) |
statusReason | 0..1 | CodeableConcept | Reason for current status | |
prohibited | ?! | 1..1 | boolean | Do NOT do |
scheduled[x] | When activity is to occur | |||
scheduledTiming | 0..1 | Timing | ||
scheduledPeriod | 0..1 | Period | ||
scheduledString | 0..1 | string | ||
location | 0..1 | Location | Where it should happen | |
performer | 0..* | Practitioner | Organization | RelatedPerson | Patient | Who will be responsible? | |
product | 0..1 | Medication | Substance | What is to be administered/supplied | |
dailyAmount | I | 0..1 | Quantity | How to consume/day? |
quantity | I | 0..1 | Quantity | How much to administer/supply/consume |
note | 0..1 | string | Extra info on activity occurrence | |
notes | 0..1 | string | Comments about the plan |
UML Diagram
XML Template
<CarePlan xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier External Ids for this plan --></identifier> <patient><!-- 0..1 Reference(Patient) Who care plan is for --></patient> <status value="[code]"/><!-- 1..1 planned | active | completed --> <period><!-- 0..1 Period Time period plan covers --></period> <author><!-- 0..* Reference(Patient|Practitioner|RelatedPerson|Organization) Who is responsible for plan --></author> <modified value="[dateTime]"/><!-- 0..1 When last updated --> <category><!-- 0..* CodeableConcept Type of plan --></category> <concern><!-- 0..* Reference(Condition) Health issues this plan addresses --></concern> <support><!-- 0..* Reference(Any) Information considered as part of plan --></support> <participant> <!-- 0..* Who's involved in plan? --> <role><!-- 0..1 CodeableConcept Type of involvement --></role> <member><!-- 1..1 Reference(Practitioner|RelatedPerson|Patient|Organization) Who is involved --></member> </participant> <goal><!-- 0..* Reference(Goal) Desired outcome of plan --></goal> <activity> <!-- 0..* Action to occur as part of plan --> <actionResulting><!-- 0..* Reference(Any) Appointments, orders, etc. --></actionResulting> <notes value="[string]"/><!-- 0..1 Comments about the activity --> <reference><!-- 0..1 Reference(Appointment|CommunicationRequest| DeviceUseRequest|DiagnosticOrder|MedicationPrescription|NutritionOrder|Order| ProcedureRequest|ProcessRequest|ReferralRequest|Supply|VisionPrescription) Activity details defined in specific resource --></reference> <detail> <!-- 0..1 In-line definition of activity --> <category value="[code]"/><!-- 1..1 diet | drug | encounter | observation | procedure | supply | other --> <code><!-- 0..1 CodeableConcept Detail type of activity --></code> <reason[x]><!-- 0..1 CodeableConcept|Reference(Condition) Why activity should be done --></reason[x]> <goal><!-- 0..* Reference(Goal) Goals this activity relates to --></goal> <status value="[code]"/><!-- 0..1 not-started | scheduled | in-progress | on-hold | completed | cancelled --> <statusReason><!-- 0..1 CodeableConcept Reason for current status --></statusReason> <prohibited value="[boolean]"/><!-- 1..1 Do NOT do --> <scheduled[x]><!-- 0..1 Timing|Period|string When activity is to occur --></scheduled[x]> <location><!-- 0..1 Reference(Location) Where it should happen --></location> <performer><!-- 0..* Reference(Practitioner|Organization|RelatedPerson|Patient) Who will be responsible? --></performer> <product><!-- 0..1 Reference(Medication|Substance) What is to be administered/supplied --></product> <dailyAmount><!-- 0..1 Quantity How to consume/day? --></dailyAmount> <quantity><!-- 0..1 Quantity How much to administer/supply/consume --></quantity> <note value="[string]"/><!-- 0..1 Extra info on activity occurrence --> </detail> </activity> <notes value="[string]"/><!-- 0..1 Comments about the plan --> </CarePlan>
JSON Template
{ "resourceType" : "CarePlan", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // External Ids for this plan "patient" : { Reference(Patient) }, // Who care plan is for "status" : "<code>", // R! planned | active | completed "period" : { Period }, // Time period plan covers "author" : [{ Reference(Patient|Practitioner|RelatedPerson|Organization) }], // Who is responsible for plan "modified" : "<dateTime>", // When last updated "category" : [{ CodeableConcept }], // Type of plan "concern" : [{ Reference(Condition) }], // Health issues this plan addresses "support" : [{ Reference(Any) }], // Information considered as part of plan "participant" : [{ // Who's involved in plan? "role" : { CodeableConcept }, // Type of involvement "member" : { Reference(Practitioner|RelatedPerson|Patient|Organization) } // R! Who is involved }], "goal" : [{ Reference(Goal) }], // Desired outcome of plan "activity" : [{ // Action to occur as part of plan "actionResulting" : [{ Reference(Any) }], // Appointments, orders, etc. "notes" : "<string>", // Comments about the activity "reference" : { Reference(Appointment|CommunicationRequest| DeviceUseRequest|DiagnosticOrder|MedicationPrescription|NutritionOrder|Order| ProcedureRequest|ProcessRequest|ReferralRequest|Supply|VisionPrescription) }, // C? Activity details defined in specific resource "detail" : { // C? In-line definition of activity "category" : "<code>", // R! diet | drug | encounter | observation | procedure | supply | other "code" : { CodeableConcept }, // Detail type of activity // reason[x]: Why activity should be done. One of these 2: "reasonCodeableConcept" : { CodeableConcept }, "reasonReference" : { Reference(Condition) }, "goal" : [{ Reference(Goal) }], // Goals this activity relates to "status" : "<code>", // not-started | scheduled | in-progress | on-hold | completed | cancelled "statusReason" : { CodeableConcept }, // Reason for current status "prohibited" : <boolean>, // R! Do NOT do // scheduled[x]: When activity is to occur. One of these 3: "scheduledTiming" : { Timing }, "scheduledPeriod" : { Period }, "scheduledString" : "<string>", "location" : { Reference(Location) }, // Where it should happen "performer" : [{ Reference(Practitioner|Organization|RelatedPerson|Patient) }], // Who will be responsible? "product" : { Reference(Medication|Substance) }, // What is to be administered/supplied "dailyAmount" : { Quantity }, // C? How to consume/day? "quantity" : { Quantity }, // C? How much to administer/supply/consume "note" : "<string>" // Extra info on activity occurrence } }], "notes" : "<string>" // Comments about the plan }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
CarePlan | DomainResource | Healthcare plan for patient | ||
identifier | Σ | 0..* | Identifier | External Ids for this plan |
patient | Σ | 0..1 | Patient | Who care plan is for |
status | ?! Σ | 1..1 | code | planned | active | completed CarePlanStatus (Required) |
period | Σ | 0..1 | Period | Time period plan covers |
author | Σ | 0..* | Patient | Practitioner | RelatedPerson | Organization | Who is responsible for plan |
modified | Σ | 0..1 | dateTime | When last updated |
category | Σ | 0..* | CodeableConcept | Type of plan |
concern | Σ | 0..* | Condition | Health issues this plan addresses |
support | 0..* | Any | Information considered as part of plan | |
participant | 0..* | Element | Who's involved in plan? | |
role | 0..1 | CodeableConcept | Type of involvement | |
member | 1..1 | Practitioner | RelatedPerson | Patient | Organization | Who is involved | |
goal | 0..* | Goal | Desired outcome of plan | |
activity | 0..* | Element | Action to occur as part of plan | |
actionResulting | 0..* | Any | Appointments, orders, etc. | |
notes | 0..1 | string | Comments about the activity | |
reference | I | 0..1 | Appointment | CommunicationRequest | DeviceUseRequest | DiagnosticOrder | MedicationPrescription | NutritionOrder | Order | ProcedureRequest | ProcessRequest | ReferralRequest | Supply | VisionPrescription | Activity details defined in specific resource |
detail | I | 0..1 | Element | In-line definition of activity DailyDose can only be specified if activity category is drug or food Quantity can only be specified if activity category is supply Only provide a detail reference, or a simple detail summary |
category | 1..1 | code | diet | drug | encounter | observation | procedure | supply | other CarePlanActivityCategory (Required) | |
code | 0..1 | CodeableConcept | Detail type of activity | |
reason[x] | Why activity should be done | |||
reasonCodeableConcept | 0..1 | CodeableConcept | ||
reasonReference | 0..1 | Condition | ||
goal | 0..* | Goal | Goals this activity relates to | |
status | ?! | 0..1 | code | not-started | scheduled | in-progress | on-hold | completed | cancelled CarePlanActivityStatus (Required) |
statusReason | 0..1 | CodeableConcept | Reason for current status | |
prohibited | ?! | 1..1 | boolean | Do NOT do |
scheduled[x] | When activity is to occur | |||
scheduledTiming | 0..1 | Timing | ||
scheduledPeriod | 0..1 | Period | ||
scheduledString | 0..1 | string | ||
location | 0..1 | Location | Where it should happen | |
performer | 0..* | Practitioner | Organization | RelatedPerson | Patient | Who will be responsible? | |
product | 0..1 | Medication | Substance | What is to be administered/supplied | |
dailyAmount | I | 0..1 | Quantity | How to consume/day? |
quantity | I | 0..1 | Quantity | How much to administer/supply/consume |
note | 0..1 | string | Extra info on activity occurrence | |
notes | 0..1 | string | Comments about the plan |
XML Template
<CarePlan xmlns="http://hl7.org/fhir"> <!-- from Resource: id, meta, implicitRules, and language --> <!-- from DomainResource: text, contained, extension, and modifierExtension --> <identifier><!-- 0..* Identifier External Ids for this plan --></identifier> <patient><!-- 0..1 Reference(Patient) Who care plan is for --></patient> <status value="[code]"/><!-- 1..1 planned | active | completed --> <period><!-- 0..1 Period Time period plan covers --></period> <author><!-- 0..* Reference(Patient|Practitioner|RelatedPerson|Organization) Who is responsible for plan --></author> <modified value="[dateTime]"/><!-- 0..1 When last updated --> <category><!-- 0..* CodeableConcept Type of plan --></category> <concern><!-- 0..* Reference(Condition) Health issues this plan addresses --></concern> <support><!-- 0..* Reference(Any) Information considered as part of plan --></support> <participant> <!-- 0..* Who's involved in plan? --> <role><!-- 0..1 CodeableConcept Type of involvement --></role> <member><!-- 1..1 Reference(Practitioner|RelatedPerson|Patient|Organization) Who is involved --></member> </participant> <goal><!-- 0..* Reference(Goal) Desired outcome of plan --></goal> <activity> <!-- 0..* Action to occur as part of plan --> <actionResulting><!-- 0..* Reference(Any) Appointments, orders, etc. --></actionResulting> <notes value="[string]"/><!-- 0..1 Comments about the activity --> <reference><!-- 0..1 Reference(Appointment|CommunicationRequest| DeviceUseRequest|DiagnosticOrder|MedicationPrescription|NutritionOrder|Order| ProcedureRequest|ProcessRequest|ReferralRequest|Supply|VisionPrescription) Activity details defined in specific resource --></reference> <detail> <!-- 0..1 In-line definition of activity --> <category value="[code]"/><!-- 1..1 diet | drug | encounter | observation | procedure | supply | other --> <code><!-- 0..1 CodeableConcept Detail type of activity --></code> <reason[x]><!-- 0..1 CodeableConcept|Reference(Condition) Why activity should be done --></reason[x]> <goal><!-- 0..* Reference(Goal) Goals this activity relates to --></goal> <status value="[code]"/><!-- 0..1 not-started | scheduled | in-progress | on-hold | completed | cancelled --> <statusReason><!-- 0..1 CodeableConcept Reason for current status --></statusReason> <prohibited value="[boolean]"/><!-- 1..1 Do NOT do --> <scheduled[x]><!-- 0..1 Timing|Period|string When activity is to occur --></scheduled[x]> <location><!-- 0..1 Reference(Location) Where it should happen --></location> <performer><!-- 0..* Reference(Practitioner|Organization|RelatedPerson|Patient) Who will be responsible? --></performer> <product><!-- 0..1 Reference(Medication|Substance) What is to be administered/supplied --></product> <dailyAmount><!-- 0..1 Quantity How to consume/day? --></dailyAmount> <quantity><!-- 0..1 Quantity How much to administer/supply/consume --></quantity> <note value="[string]"/><!-- 0..1 Extra info on activity occurrence --> </detail> </activity> <notes value="[string]"/><!-- 0..1 Comments about the plan --> </CarePlan>
JSON Template
{ "resourceType" : "CarePlan", // from Resource: id, meta, implicitRules, and language // from DomainResource: text, contained, extension, and modifierExtension "identifier" : [{ Identifier }], // External Ids for this plan "patient" : { Reference(Patient) }, // Who care plan is for "status" : "<code>", // R! planned | active | completed "period" : { Period }, // Time period plan covers "author" : [{ Reference(Patient|Practitioner|RelatedPerson|Organization) }], // Who is responsible for plan "modified" : "<dateTime>", // When last updated "category" : [{ CodeableConcept }], // Type of plan "concern" : [{ Reference(Condition) }], // Health issues this plan addresses "support" : [{ Reference(Any) }], // Information considered as part of plan "participant" : [{ // Who's involved in plan? "role" : { CodeableConcept }, // Type of involvement "member" : { Reference(Practitioner|RelatedPerson|Patient|Organization) } // R! Who is involved }], "goal" : [{ Reference(Goal) }], // Desired outcome of plan "activity" : [{ // Action to occur as part of plan "actionResulting" : [{ Reference(Any) }], // Appointments, orders, etc. "notes" : "<string>", // Comments about the activity "reference" : { Reference(Appointment|CommunicationRequest| DeviceUseRequest|DiagnosticOrder|MedicationPrescription|NutritionOrder|Order| ProcedureRequest|ProcessRequest|ReferralRequest|Supply|VisionPrescription) }, // C? Activity details defined in specific resource "detail" : { // C? In-line definition of activity "category" : "<code>", // R! diet | drug | encounter | observation | procedure | supply | other "code" : { CodeableConcept }, // Detail type of activity // reason[x]: Why activity should be done. One of these 2: "reasonCodeableConcept" : { CodeableConcept }, "reasonReference" : { Reference(Condition) }, "goal" : [{ Reference(Goal) }], // Goals this activity relates to "status" : "<code>", // not-started | scheduled | in-progress | on-hold | completed | cancelled "statusReason" : { CodeableConcept }, // Reason for current status "prohibited" : <boolean>, // R! Do NOT do // scheduled[x]: When activity is to occur. One of these 3: "scheduledTiming" : { Timing }, "scheduledPeriod" : { Period }, "scheduledString" : "<string>", "location" : { Reference(Location) }, // Where it should happen "performer" : [{ Reference(Practitioner|Organization|RelatedPerson|Patient) }], // Who will be responsible? "product" : { Reference(Medication|Substance) }, // What is to be administered/supplied "dailyAmount" : { Quantity }, // C? How to consume/day? "quantity" : { Quantity }, // C? How much to administer/supply/consume "note" : "<string>" // Extra info on activity occurrence } }], "notes" : "<string>" // Comments about the plan }
Alternate definitions: Schema/Schematron, Resource Profile (XML, JSON)
Path | Definition | Type | Reference |
---|---|---|---|
CarePlan.status | Indicates whether the plan is currently being acted upon, represents future intentions or is now just historical record. | Required | http://hl7.org/fhir/care-plan-status |
CarePlan.category | Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans. E.g. "Home health", "psychiatric", "asthma", "disease management", etc. | Unknown | No details provided yet |
CarePlan.participant.role | Indicates specific responsibility of an individual within the care plan. E.g. "Primary physician", "Team coordinator", "Caregiver", etc. | Unknown | No details provided yet |
CarePlan.activity.detail.category | High-level categorization of the type of activity in a care plan. | Required | http://hl7.org/fhir/care-plan-activity-category |
CarePlan.activity.detail.code | Detailed description of the type of activity. E.g. What lab test, what procedure, what kind of encounter. | Unknown | No details provided yet |
CarePlan.activity.detail.reason[x] | Identifies why a care plan activity is needed. Can include any health condition codes as well as such concepts as "general wellness", prohylaxis, surgical preparation, etc. | Unknown | No details provided yet |
CarePlan.activity.detail.status | Indicates where the activity is at in its overall life cycle | Required | http://hl7.org/fhir/care-plan-activity-status |
CarePlan.activity.detail.statusReason | Describes why the current activity has the status it does. E.g. "Recovering from injury" as a reason for non-started or on-hold, "Patient does not enjoy activity" as a reason for cancelling a planned activity | Unknown | No details provided yet |
Search parameters for this resource. The common parameters also apply. See Searching for more information about searching in REST, messaging, and services.
Name | Type | Description | Paths |
activitycode | token | Detail type of activity | CarePlan.activity.detail.code |
activitydate | date | Specified date occurs within period specified by CarePlan.activity.timingSchedule | CarePlan.activity.detail.scheduled[x] |
activityreference | reference | Activity details defined in specific resource | CarePlan.activity.reference (Supply, ReferralRequest, ProcedureRequest, Appointment, CommunicationRequest, MedicationPrescription, Order, VisionPrescription, ProcessRequest, DeviceUseRequest, NutritionOrder, DiagnosticOrder) |
condition | reference | Health issues this plan addresses | CarePlan.concern (Condition) |
date | date | Time period plan covers | CarePlan.period |
goal | reference | Desired outcome of plan | CarePlan.goal (Goal) |
participant | reference | Who is involved | CarePlan.participant.member (Organization, Patient, Practitioner, RelatedPerson) |
patient | reference | Who care plan is for | CarePlan.patient (Patient) |
performer | reference | Matches if the practitioner is listed as a performer in any of the "simple" activities. (For performers of the detailed activities, chain through the activitydetail search parameter.) | CarePlan.activity.detail.performer (Patient, Organization, Practitioner, RelatedPerson) |