This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Detailed Descriptions for the elements in the CarePlan2 resource.
CarePlan2 | |
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. |
Control | 1..1 |
Alternate Names | Care Team |
CarePlan2.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). |
Control | 0..* |
Type | Identifier |
Requirements | Need to allow connection to a wider workflow. |
CarePlan2.patient | |
Definition | Identifies the patient/subject whose intended care is described by the plan. |
Control | 0..1 |
Type | Reference(Patient) |
Requirements | Care plans are associated with the patient the plan is for. |
CarePlan2.status | |
Definition | Indicates whether the plan is currently being acted upon, represents future intentions or is now just historical record. |
Control | 1..1 |
Binding | CarePlan2Status: Required: http://hl7.org/fhir/care-plan2-status (Indicates whether the plan is currently being acted upon, represents future intentions or is now just historical record.) |
Type | code |
Is Modifier | true |
Requirements | Allows clinicians to determine whether the plan is actionable or not. |
CarePlan2.period | |
Definition | Indicates when the plan did (or is intended to) come into effect and end. |
Control | 0..1 |
Type | Period |
Requirements | Allows tracking what plan(s) are in effect at a particular time. |
Comments | Any activities scheduled as part of the plan should be constrained to the specified period. |
CarePlan2.modified | |
Definition | Identifies the most recent date on which the plan has been revised. |
Control | 0..1 |
Type | dateTime |
Requirements | Indicates how current the plan is. |
CarePlan2.concern | |
Definition | Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan. |
Control | 0..* |
Type | Reference(Condition) |
Requirements | Links plan to the conditions it manages. Also scopes plans - multiple plans may exist addressing different concerns. |
CarePlan2.participant | |
Definition | Identifies all people and organizations who are expected to be involved in the care envisioned by this plan. |
Control | 0..* |
Requirements | Allows representation of care teams, helps scope care plan. In some cases may be a determiner of access permissions. |
Alternate Names | Care Team |
CarePlan2.participant.role | |
Definition | Indicates specific responsibility of an individual within the care plan. E.g. "Primary physician", "Team coordinator", "Caregiver", etc. |
Control | 0..1 |
Binding | CarePlan2ParticipantRole: Indicates specific responsibility of an individual within the care plan. E.g. "Primary physician", "Team coordinator", "Caregiver", etc. |
Type | CodeableConcept |
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. |
CarePlan2.participant.member | |
Definition | The specific person or organization who is participating/expected to participate in the care plan. |
Control | 1..1 |
Type | Reference(Practitioner | RelatedPerson | Patient | Organization) |
Comments | Patient only needs to be listed if they have a role other than "subject of care". |
CarePlan2.notes | |
Definition | General notes about the care plan not covered elsewhere. |
Control | 0..1 |
Type | string |
Requirements | Used to capture information that applies to the plan as a whole that doesn't fit into discrete elements. |
CarePlan2.goal | |
Definition | Describes the intended objective(s) of carrying out the Care Plan. |
Control | 0..* |
Type | Reference(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. |
CarePlan2.activity | |
Definition | Identifies an action that is planned to happen as part of the careplan. For example, a medication to be used, lab tests to perform, self-monitoring, education, etc. |
Control | 0..* |
Type | Reference(ProcedureRequest | MedicationPrescription | DiagnosticOrder | ReferralRequest | CommunicationRequest | NutritionOrder) |
Requirements | Allows systems to prompt for performance of planned activities, validate plans against best practice. |