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

Care Plan Mapping

XShareCarePlanModel to xShare CarePlan map
Yellow row/cells: In this ballot publication, some row/cells of the mapping table have been left in yellow to indicate areas requiring further review or refinement; including feedback from the Xt-EHR joint action (see note above). These highlights will be addressed in subsequent updates to ensure accuracy and completeness of the mappings.

XShareCarePlanModel to xShare CarePlan map

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.

Mapping Context

XShareCarePlanModel to xShare CarePlan map
XShareCarePlanModel (Logical Model) Relationship Target FHIR representation
Element Description Relation Resource Element Description Notes
title Human-friendly title of the care plan. equivalent CarePlantitle Title of the care plan. Inherited from the EHDSCarePlan parent logical model.
description Narrative description of the care plan. equivalent CarePlandescription Description of the care plan. Inherited from the EHDSCarePlan parent logical model.
status Workflow/lifecycle status of the care plan. equivalent CarePlanstatus 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 CarePlaninstantiatesUri 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 CarePlaninstantiatesCanonical 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 CarePlancategory Type/category of the care plan.
period Time period the care plan covers. equivalent CarePlanperiod 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 CarePlanauthor Who authored the care plan. Inherited from the EHDSCarePlan parent logical model.
careTeam Care team/organization in charge of the plan. equivalent CarePlancareTeam 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 CareTeamparticipant.member Member of the care team. Reached through CarePlan.careTeam.
subject The patient who is the subject of this care plan. equivalent CarePlansubject Who the care plan is for. Inherited from the EHDSCarePlan parent logical model.
reason Problems/health concerns prompting the care plan. equivalent CarePlanaddresses 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 CarePlansupportingInfo Supporting information for the plan.
goalDetails Goals defined for the care plan, including treatment goals and patient goals. related-to CarePlangoal 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 Goalcategory Category of the goal. Reached through CarePlan.goal.
goalDetails.target Target of the goal. equivalent Goaltarget 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 Goaltarget.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 CarePlanactivity.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 CarePlanactivity 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 CarePlanactivity.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 CarePlanactivity.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 CarePlanactivity.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 CarePlanactivity.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.