xShare Project CarePlan
1.0.0-ci - ci-build
150
xShare Project CarePlan, published by xShare Project. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/xshare-careplan/ and changes regularly. See the Directory of published versions
This page explains how conceptual elements from the XShareCarePlanModel logical model are expressed in the corresponding xShare Care Plan profile used by this Implementation Guide.
The revised logical model now derives from EHDSCarePlan. Elements inherited from that parent
remain mapped here where they are relevant to the xShare Care Plan profile, while newly introduced or
renamed elements are aligned with the current R4 representation used by this guide.
| XShareCarePlanModel (Logical Model) | Relationship | Target FHIR representation | ||||
|---|---|---|---|---|---|---|
| Element | Description | Relation | Resource | Element | Description | Notes |
| title | Human-friendly title of the care plan. | equivalent | CarePlan | title | Title of the care plan. | Inherited from the EHDSCarePlan parent logical model. |
| description | Narrative description of the care plan. | equivalent | CarePlan | description | Description of the care plan. | Inherited from the EHDSCarePlan parent logical model. |
| status | Workflow/lifecycle status of the care plan. | equivalent | CarePlan | status | Current status of the care plan. | Inherited from the EHDSCarePlan parent logical model. |
| realize[x] | Identifier or reference to the guidelines that this care plan realizes. | related-to | CarePlan | instantiatesUri | URI identifying an external protocol, guideline, or definition instantiated by the plan. | Direct URI values map to CarePlan.instantiatesUri. Logical-model references are broader than the current xShare R4 representation and would need additional profiling if used. |
| realize[x] | Identifier or reference to the guidelines that this care plan realizes. | related-to | CarePlan | instantiatesCanonical | Canonical identifier for the guideline instantiated by the plan. | Direct canonical values map to CarePlan.instantiatesCanonical. Logical-model references are broader than the current xShare R4 representation and would need additional profiling if used. |
| category | Categorization of the care plan. | equivalent | CarePlan | category | Type/category of the care plan. | |
| period | Time period the care plan covers. | equivalent | CarePlan | period | Period over which the care plan is in effect. | Inherited from the EHDSCarePlan parent logical model. |
| author[x] | Person or organization responsible for creating the care plan. | equivalent | CarePlan | author | Who authored the care plan. | Inherited from the EHDSCarePlan parent logical model. |
| careTeam | Care team/organization in charge of the plan. | equivalent | CarePlan | careTeam | CareTeam(s) responsible for the plan. | References the CareTeam resource(s) carrying the participants. |
| careTeam.member[x] | References to practitioners, organizations, or related persons involved in the care plan. | related-to | CareTeam | participant.member | Member of the care team. | Reached through CarePlan.careTeam. |
| subject | The patient who is the subject of this care plan. | equivalent | CarePlan | subject | Who the care plan is for. | Inherited from the EHDSCarePlan parent logical model. |
| reason | Problems/health concerns prompting the care plan. | equivalent | CarePlan | addresses | Conditions/concerns addressed by the plan. | Inherited from the EHDSCarePlan parent logical model and mapped to Condition references in CarePlan.addresses. |
| supportingInfo | Evidence/supporting information used as the basis for this care plan. | equivalent | CarePlan | supportingInfo | Supporting information for the plan. | |
| goalDetails | Goals defined for the care plan, including treatment goals and patient goals. | related-to | CarePlan | goal | Goals addressed by the plan. | CarePlan.goal references Goal resources; the logical-model goal details are represented in the referenced Goal. |
| goalDetails.category | Categorization of the goal, e.g. treatment goal or patient goal. | equivalent | Goal | category | Category of the goal. | Reached through CarePlan.goal. |
| goalDetails.target | Target of the goal. | equivalent | Goal | target | Target value, measure, or state to be achieved. | Use the appropriate Goal.target parts, including detail[x], depending on how the target is represented. |
| goalDetails.due | Date by which the goal should be met or reviewed. | related-to | Goal | target.dueDate | Date by which the goal should be met. | Use Goal.statusDate instead if a future refinement needs to record when an achieved/improving status took effect. |
| activity[x] | Reference to the activity resource represented in the plan. | equivalent | CarePlan | activity.reference | Reference to the request, task, encounter, procedure, or other activity resource. | The revised logical model constrains the activity choice to references. |
| detailsActivity | Planned or performed activities as part of the care plan. | related-to | CarePlan | activity | Activities that are part of the plan. | Acts as the logical grouping for the mapped activity components below. |
| detailsActivity.workflowStatus | Workflow status of the activity. | related-to | CarePlan | activity.reference | Reference to the activity resource. | The activity status is captured in the referenced resource, e.g. ServiceRequest.status, Task.status, Procedure.status, or Appointment.status. |
| detailsActivity.narrative | Human-readable narrative describing the activity. | related-to | CarePlan | activity.progress | Notes about the progress of the activity. | Activity-specific narrative may also be represented in the referenced resource narrative. |
| detailsActivity.outcome | Outcome(s) or progress notes captured for the activity. | equivalent | CarePlan | activity.progress | Annotation(s) describing progress or outcome. | The revised logical model expresses outcome/progress as Annotation rather than separate summary/evidence sub-elements. |
| detailsActivity.performed | References to the performed activities. | related-to | CarePlan | activity.outcomeReference | References to resources documenting performed outcomes or events. | Used when the plan links to the activity that was actually performed, such as a Procedure or Encounter. |