DSTU2 Ballot Source

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

4.4.7 Resource CarePlan - Detailed Descriptions

Detailed Descriptions for the elements in the CarePlan resource.

CarePlan
Definition

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.

Control1..1
Alternate NamesCare Team
CarePlan.identifier
Definition

This records identifiers associated with this care plan that are defined by business processed and/ or used to refer to it when a direct URL reference to the resource itself is not appropriate (e.g. in CDA documents, or in written / printed documentation).

NoteThis is a business identifer, not a resource identifier (see discussion)
Control0..*
TypeIdentifier
Requirements

Need to allow connection to a wider workflow.

Summarytrue
CarePlan.patient
Definition

Identifies the patient/subject whose intended care is described by the plan.

Control0..1
TypeReference(Patient)
Requirements

Care plans are associated with the patient the plan is for.

Summarytrue
CarePlan.status
Definition

Indicates whether the plan is currently being acted upon, represents future intentions or is now just historical record.

Control1..1
BindingCarePlanStatus: Required: http://hl7.org/fhir/care-plan-status (Indicates whether the plan is currently being acted upon, represents future intentions or is now just historical record.)
Typecode
Is Modifiertrue
Requirements

Allows clinicians to determine whether the plan is actionable or not.

Summarytrue
CarePlan.period
Definition

Indicates when the plan did (or is intended to) come into effect and end.

Control0..1
TypePeriod
Requirements

Allows tracking what plan(s) are in effect at a particular time.

Summarytrue
Comments

Any activities scheduled as part of the plan should be constrained to the specified period.

CarePlan.author
Definition

Identifies the individual(s) or ogranization who is responsible for the content of the care plan.

Control0..*
TypeReference(Patient | Practitioner | RelatedPerson | Organization)
Summarytrue
Comments

Collaborative care plans may have multiple authors.

CarePlan.modified
Definition

Identifies the most recent date on which the plan has been revised.

Control0..1
TypedateTime
Requirements

Indicates how current the plan is.

Summarytrue
CarePlan.category
Definition

Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans. E.g. "Home health", "psychiatric", "asthma", "disease management", etc.

Control0..*
BindingCarePlanCategory: Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans. E.g. "Home health", "psychiatric", "asthma", "disease management", etc.
TypeCodeableConcept
Requirements

Used for filtering what plan(s) are retrieved and displayed to different types of users.

Summarytrue
Comments

There may be multiple axis of categorization and one plan may serve multiple purposes. In some cases, this may be redundant with references to CarePlan.concern.

To DoNeed a value set for this.
CarePlan.concern
Definition

Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.

Control0..*
TypeReference(Condition)
Requirements

Links plan to the conditions it manages. Also scopes plans - multiple plans may exist addressing different concerns.

Summarytrue
CarePlan.support
Definition

Identifies portions of the patient's record that specifically influenced the formation of the plan. These might include co-morbidities, recent procedures, limitations, recent assessments, etc.

Control0..*
TypeReference(Any)
Requirements

Identifies barriers and other considerations associated with the care plan.

Comments

Use "concern" to identify specific conditions addressed by the care plan.

CarePlan.participant
Definition

Identifies all people and organizations who are expected to be involved in the care envisioned by this plan.

Control0..*
Requirements

Allows representation of care teams, helps scope care plan. In some cases may be a determiner of access permissions.

Alternate NamesCare Team
CarePlan.participant.role
Definition

Indicates specific responsibility of an individual within the care plan. E.g. "Primary physician", "Team coordinator", "Caregiver", etc.

Control0..1
BindingCarePlanParticipantRole: Indicates specific responsibility of an individual within the care plan. E.g. "Primary physician", "Team coordinator", "Caregiver", etc.
TypeCodeableConcept
Comments

Roles may sometimes be inferred by type of Practitioner. These are relationships that hold only within the context of the care plan. General relationships should be handled as properties of the Patient resource directly.

CarePlan.participant.member
Definition

The specific person or organization who is participating/expected to participate in the care plan.

Control1..1
TypeReference(Practitioner | RelatedPerson | Patient | Organization)
Comments

Patient only needs to be listed if they have a role other than "subject of care".

CarePlan.goal
Definition

Describes the intended objective(s) of carrying out the Care Plan.

Control0..*
TypeReference(Goal)
Requirements

Provides context for plan. Allows plan effectiveness to be evaluated by clinicians.

Comments

Goal can be achieving a particular change or merely maintaining a current state or even slowing a decline.

CarePlan.activity
Definition

Identifies a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring, education, etc.

Control0..*
Requirements

Allows systems to prompt for performance of planned activities, validate plans against best practice.

CarePlan.activity.actionResulting
Definition

Resources that describe follow-on actions resulting from the plan, such as drug prescriptions, encounter records, appointments, etc.

Control0..*
TypeReference(Any)
Requirements

Links plan to resulting actions.

CarePlan.activity.notes
Definition

Notes about the execution of the activity.

Control0..1
Typestring
Requirements

Can be used to capture information about adherence, progress, concerns, etc.

Comments

Doesn't describe the activity - that goes in details.

CarePlan.activity.reference
Definition

The details of the proposed activity represented in a specific resource.

Control0..1
TypeReference(Appointment | CommunicationRequest | DeviceUseRequest | DiagnosticOrder | MedicationPrescription | NutritionOrder | Order | ProcedureRequest | ProcessRequest | ReferralRequest | Supply | VisionPrescription)
Requirements

Details in a form consistent with other applications and contexts of use.

InvariantsAffect this element
cpl-3: Only provide a detail reference, or a simple detail summary (xpath: not(exists(f:detail)) or not(exists(f:simple)))
CarePlan.activity.detail
Definition

A simple summary of a planned activity suitable for a general care plan system (e.g. form driven) that doesn't know about specific resources such as procedure etc.

Control0..1
Requirements

Details in a simple form for generic care plan systems.

InvariantsDefined on this element
cpl-1: DailyDose can only be specified if activity category is drug or food (xpath: (f:category/@value=('drug','diet')) = exists(f:dailyAmount))
cpl-2: Quantity can only be specified if activity category is supply (xpath: (f:category/@value=('supply')) = exists(f:quantity))
cpl-3: Only provide a detail reference, or a simple detail summary (xpath: not(exists(f:detail)) or not(exists(f:simple)))
Affect this element
cpl-3: Only provide a detail reference, or a simple detail summary (xpath: not(exists(f:detail)) or not(exists(f:simple)))
CarePlan.activity.detail.category
Definition

High-level categorization of the type of activity in a care plan.

Control1..1
BindingCarePlanActivityCategory: Required: http://hl7.org/fhir/care-plan-activity-category (High-level categorization of the type of activity in a care plan.)
Typecode
Requirements

May determine what types of extensions are permitted.

CarePlan.activity.detail.code
Definition

Detailed description of the type of planned activity. E.g. What lab test, what procedure, what kind of encounter.

Control0..1
BindingCarePlanActivityType: Detailed description of the type of activity. E.g. What lab test, what procedure, what kind of encounter.
TypeCodeableConcept
Requirements

Allows matching performed to planned as well as validation against protocols.

Comments

Tends to be less relevant for activities involving particular products. Codes should not convey negation - use "prohibited" instead.

CarePlan.activity.detail.reason[x]
Definition

Provides the health condition(s) or other rationale that drove the inclusion of this particular activity as part of the plan.

Control0..1
BindingCarePlanActivityReason: 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.
TypeCodeableConcept|Reference(Condition)
Comments

Conditions can be identified at the activity level that are not identified as reasons for the overall plan.

CarePlan.activity.detail.goal
Definition

Internal reference that identifies the goals that this activity is intended to contribute towards meeting.

Control0..*
TypeReference(Goal)
Requirements

So that participants know the link explicitly.

CarePlan.activity.detail.status
Definition

Identifies what progress is being made for the specific activity.

Control0..1
BindingCarePlanActivityStatus: Required: http://hl7.org/fhir/care-plan-activity-status (Indicates where the activity is at in its overall life cycle)
Typecode
Is Modifiertrue
Requirements

Indicates progress against the plan, whether the activity is still relevant for the plan.

Comments

Some aspects of Status can be inferred based on the resources linked in actionTaken. Note that "status" is only as current as the plan was most recently updated.

CarePlan.activity.detail.statusReason
Definition

Provides reason why the activity isn't yet started, is on hold, was cancelled, etc.

Control0..1
BindingCarePlanActivityStatusReason: 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
TypeCodeableConcept
Comments

Will generally not be present it status is "complete". Be sure to prompt to update this (or at least remove the existing value) if the status is changed.

To DoNeed a proper value set.
CarePlan.activity.detail.prohibited
Definition

If true, indicates that the described activity is one that must NOT be engaged in when following the plan.

Control1..1
Typeboolean
Is Modifiertrue
Requirements

Captures intention to not do something that may have been previously typical.

CarePlan.activity.detail.scheduled[x]
Definition

The period, timing or frequency upon which the described activity is to occur.

Control0..1
TypeTiming|Period|string
Requirements

Allows prompting for activities and detection of missed planned activities.

CarePlan.activity.detail.location
Definition

Identifies the facility where the activity will occur. E.g. home, hospital, specific clinic, etc.

Control0..1
TypeReference(Location)
Requirements

Helps in planning of activity.

Comments

May reference a specific clinical location or may just identify a type of location.

CarePlan.activity.detail.performer
Definition

Identifies who's expected to be involved in the activity.

Control0..*
TypeReference(Practitioner | Organization | RelatedPerson | Patient)
Requirements

Helps in planning of activity.

Comments

A performer MAY also be a participant in the care plan.

CarePlan.activity.detail.product
Definition

Identifies the food, drug or other product to be consumed or supplied in the activity.

Control0..1
TypeReference(Medication | Substance)
CarePlan.activity.detail.dailyAmount
Definition

Identifies the quantity expected to be consumed in a given day.

Control0..1
TypeQuantity
Requirements

Allows rough dose checking.

Alternate Namesdaily dose
InvariantsAffect this element
cpl-1: DailyDose can only be specified if activity category is drug or food (xpath: (f:category/@value=('drug','diet')) = exists(f:dailyAmount))
CarePlan.activity.detail.quantity
Definition

Identifies the quantity expected to be supplied, addministered or consumed by the subject.

Control0..1
TypeQuantity
InvariantsAffect this element
cpl-2: Quantity can only be specified if activity category is supply (xpath: (f:category/@value=('supply')) = exists(f:quantity))
CarePlan.activity.detail.note
Definition

This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.

Control0..1
Typestring
CarePlan.notes
Definition

General notes about the care plan not covered elsewhere.

Control0..1
Typestring
Requirements

Used to capture information that applies to the plan as a whole that doesn't fit into discrete elements.