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.
| 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. | |
| description | Narrative description of the care plan. | equivalent | CarePlan | description | Description of the care plan. | |
| status | Workflow/lifecycle status of the care plan. | equivalent | CarePlan | status | Current status of the care plan. | |
| 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. | |
| author[x] | Person or organization responsible for creating the care plan. | equivalent | CarePlan | author | Who authored the care plan. | |
| 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. | |
| reason | Problems/health concerns prompting the care plan. | equivalent | CarePlan | addresses | Conditions/concerns addressed by the plan. | 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. | |
| goal | 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; goal details are represented in the referenced Goal. |
| goal.category | Categorization of the goal, e.g. treatment goal or patient goal. | equivalent | Goal | category | Category of the goal. | Reached through CarePlan.goal. |
| goal.description | Description of the goal. | equivalent | Goal | description | Code or text describing the goal. | Map the logical string to Goal.description.text when no code is available. |
| goal.target | Target of the goal. | equivalent | Goal | target.detailCodeableConcept | Target value or state to be achieved. | Use the appropriate Goal.target.detail[x] choice if a more specific type is available. |
| goal.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 | Planned or performed activities as part of the care plan. | equivalent | CarePlan | activity | Activities that are part of the plan. | |
| activity.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. |
| activity.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. |
| activity.structured | Reference to a formal request/performance. | equivalent | CarePlan | activity.reference | Reference to a formal artifact. | References to ServiceRequest, Appointment, Task, etc. |
| activity.outcome | Outcome(s) captured for the activity. | related-to | CarePlan | activity | Action to occur as part of plan | See outcome.summary and outcome.evidence mappings below for details. |
| activity.outcome.summary | Short textual summary of the outcome. | equivalent | CarePlan | activity.outcomeCodeableConcept | Outcome summary (coded). | |
| activity.outcome.evidence | Evidence supporting the outcome. | equivalent | CarePlan | activity.outcomeReference | Outcome evidence references. | |