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 . Page versions: R5 R4B R4 R3 R2

4.3.6 Resource CarePlan - Formal Definitions

Formal definitions for the elements in the CarePlan resource.

CarePlan
DefinitionDescribes 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
AliasesCare Team
CarePlan.identifier
DefinitionThis 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).
Control0..*
TypeIdentifier
RequirementsNeed to allow connection to a wider workflow.
CarePlan.patient
DefinitionIdentifies the patient/subject whose intended care is described by the plan.
Control0..1
TypeResource(Patient)
RequirementsCare plans are associated with the patient the plan is for.
CarePlan.status
DefinitionIndicates whether the plan is currently being acted upon, represents future intentions or is now just historical record.
Control1..1
BindingCarePlanStatus: Indicates whether the plan is currently being acted upon, represents future intentions or is now just historical record. (see http://hl7.org/fhir/care-plan-status for values)
Typecode
Is Modifiertrue
RequirementsAllows clinicians to determine whether the plan is actionable or not.
CarePlan.period
DefinitionIndicates when the plan did (or is intended to) come into effect and end.
Control0..1
TypePeriod
RequirementsAllows tracking what plan(s) are in effect at a particular time.
CommentsAny activities scheduled as part of the plan should be constrained to the specified period.
CarePlan.modified
DefinitionIdentifies the most recent date on which the plan has been revised.
Control0..1
TypedateTime
RequirementsIndicates how current the plan is.
CarePlan.concern
DefinitionIdentifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.
Control0..*
TypeResource(Condition)
RequirementsLinks plan to the conditions it manages. Also scopes plans - multiple plans may exist addressing different concerns.
CarePlan.participant
DefinitionIdentifies all people and organizations who are expected to be involved in the care envisioned by this plan.
Control0..*
RequirementsAllows representation of care teams, helps scope care plan. In some cases may be a determiner of access permissions.
AliasesCare Team
CarePlan.participant.role
DefinitionIndicates 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
CommentsRoles 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
DefinitionThe specific person or organization who is participating/expected to participate in the care plan.
Control1..1
TypeResource(Practitioner | RelatedPerson | Patient | Organization)
CommentsPatient only needs to be listed if they have a role other than "subject of care".
CarePlan.goal
DefinitionDescribes the intended objective(s) of carrying out the Care Plan.
Control0..*
RequirementsProvides context for plan. Allows plan effectiveness to be evaluated by clinicians.
CommentsGoal can be achieving a particular change or merely maintaining a current state or even slowing a decline.
CarePlan.goal.description
DefinitionHuman-readable description of a specific desired objective of the care plan.
Control1..1
Typestring
RequirementsWithout a description of what's trying to be achieved, element has no purpose.
CarePlan.goal.status
DefinitionIndicates whether the goal has been reached and is still considered relevant.
Control0..1
BindingCarePlanGoalStatus: Indicates whether the goal has been met and is still being targeted (see http://hl7.org/fhir/care-plan-goal-status for values)
Typecode
RequirementsAllows measuring outcome and also indicates relevance of goal to plan.
CarePlan.goal.notes
DefinitionAny comments related to the goal.
Control0..1
Typestring
RequirementsThere's a need to capture information about the goal that doesn't actually describe the goal.
CommentsMay be used for progress notes, concerns or other related information that doesn't actually describe the goal itself.
CarePlan.goal.concern
DefinitionThe identified conditions that this goal relates to - the condition that caused it to be created, or that it is intended to address.
Control0..*
TypeResource(Condition)
RequirementsAllows specific goals to explicitly linked to conditions - makes the plan more understandable.
CommentsThe concerns do not also need to be listed under CarePlan.concern, but may be.
CarePlan.activity
DefinitionIdentifies 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..*
RequirementsAllows systems to prompt for performance of planned activities, validate plans against best practice.
CarePlan.activity.goal
DefinitionInternal reference that identifies the goals that this activity is intended to contribute towards meeting.
Control0..*
Typeidref
RequirementsSo that participants know the link explicitly.
CarePlan.activity.status
DefinitionIdentifies what progress is being made for the specific activity.
Control0..1
BindingCarePlanActivityStatus: Indicates where the activity is at in its overall life cycle (see http://hl7.org/fhir/care-plan-activity-status for values)
Typecode
RequirementsIndicates progress against the plan, whether the activity is still relevant for the plan.
CommentsSome 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.prohibited
DefinitionIf true, indicates that the described activity is one that must NOT be engaged in when following the plan.
Control1..1
Typeboolean
Is Modifiertrue
RequirementsCaptures intention to not do something that may have been previously typical.
CarePlan.activity.actionResulting
DefinitionResources that describe follow-on actions resulting from the plan, such as drug prescriptions, encounter records, appointments, etc.
Control0..*
TypeResource(Any)
RequirementsLinks plan to resulting actions.
CarePlan.activity.notes
DefinitionNotes about the execution of the activity.
Control0..1
Typestring
RequirementsCan be used to capture information about adherence, progress, concerns, etc.
CommentsDoesn't describe the activity - that goes in details.
CarePlan.activity.detail
DefinitionThe details of the proposed activity represented in a specific resource.
Control0..1
TypeResource(Procedure | MedicationPrescription | DiagnosticOrder | Encounter)
RequirementsDetails in a form consistent with other applications and contexts of use.
InvariantsAffect this element
Inv-3: Only provide a detail reference, or a simple detail summary (xpath: not(exists(f:detail)) or not(exists(f:simple)))
CarePlan.activity.simple
DefinitionA simple summary of details suitable for a general care plan system (e.g. form driven) that doesn't know about specific resources such as procedure etc.
Control0..1
RequirementsDetails in a simple form for generic care plan systems.
InvariantsDefined on this element
Inv-1: DailyDose can only be specified if activity category is drug or food (xpath: (f:category/@value=('drug','diet')) = exists(f:dailyAmount))
Inv-2: Quantity can only be specified if activity category is supply (xpath: (f:category/@value=('supply')) = exists(f:quantity))
Inv-3: Only provide a detail reference, or a simple detail summary (xpath: not(exists(f:detail)) or not(exists(f:simple)))
Affect this element
Inv-3: Only provide a detail reference, or a simple detail summary (xpath: not(exists(f:detail)) or not(exists(f:simple)))
CarePlan.activity.simple.category
DefinitionHigh-level categorization of the type of activity in a care plan.
Control1..1
BindingCarePlanActivityCategory: High-level categorization of the type of activity in a care plan. (see http://hl7.org/fhir/care-plan-activity-category for values)
Typecode
RequirementsMay determine what types of extensions are permitted.
CarePlan.activity.simple.code
DefinitionDetailed description of the type of 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
RequirementsAllows matching performed to planned as well as validation against protocols.
CommentsTends to be less relevant for activities involving particular products. Codes should not convey negation - use "prohibited" instead.
CarePlan.activity.simple.timing[x]
DefinitionThe period, timing or frequency upon which the described activity is to occur.
Control0..1
TypeSchedule|Period|string
RequirementsAllows prompting for activities and detection of missed planned activities.
CarePlan.activity.simple.location
DefinitionIdentifies the facility where the activity will occur. E.g. home, hospital, specific clinic, etc.
Control0..1
TypeResource(Location)
RequirementsHelps in planning of activity.
CommentsMay reference a specific clinical location or may just identify a type of location.
CarePlan.activity.simple.performer
DefinitionIdentifies who's expected to be involved in the activity.
Control0..*
TypeResource(Practitioner | Organization | RelatedPerson | Patient)
RequirementsHelps in planning of activity.
CommentsA performer MAY also be a participant in the care plan.
CarePlan.activity.simple.product
DefinitionIdentifies the food, drug or other product being consumed or supplied in the activity.
Control0..1
TypeResource(Medication | Substance)
CarePlan.activity.simple.dailyAmount
DefinitionIdentifies the quantity expected to be consumed in a given day.
Control0..1
TypeQuantity
RequirementsAllows rough dose checking.
Aliasesdaily dose
InvariantsAffect this element
Inv-1: DailyDose can only be specified if activity category is drug or food (xpath: (f:category/@value=('drug','diet')) = exists(f:dailyAmount))
CarePlan.activity.simple.quantity
DefinitionIdentifies the quantity expected to be supplied.
Control0..1
TypeQuantity
InvariantsAffect this element
Inv-2: Quantity can only be specified if activity category is supply (xpath: (f:category/@value=('supply')) = exists(f:quantity))
CarePlan.activity.simple.details
DefinitionThis provides a textual description of constraints on the 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
DefinitionGeneral notes about the care plan not covered elsewhere.
Control0..1
Typestring
RequirementsUsed to capture information that applies to the plan as a whole that doesn't fit into discrete elements.

comments powered by Disqus