HL7 Europe Patient Summary, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/eps/ and changes regularly. See the Directory of published versions
This page explains how conceptual elements from the EHDS logical model are expressed in the corresponding FHIR CarePlan profile or type used by this Implementation Guide.
| EHDSCarePlan (Logical Model) | Relationship | CarePlan | ||||
|---|---|---|---|---|---|---|
| Element | Description | Relation | Resource | Element | Description | Notes |
| header | Common header for all patient-related data. | related-to | CarePlan | . | General metadata. | Dataset-level; not carried as a single element in CarePlan. |
| header.subject | Patient/subject the care plan is about. | equivalent | CarePlan | subject | Who the plan is for. | |
| header.identifier | Identifier for the care plan. | equivalent | CarePlan | identifier | Business identifiers for the care plan. | |
| header.authorship | Resource authoring details. | related-to | CarePlan | . | Authoring metadata. | CarePlan has author and created elements, see below. |
| header.authorship.author[x] | The responsible party (custodian) for the care plan. | equivalent | CarePlan | author | Who authored the plan. | |
| header.authorship.datetime | Date and time of authoring/issuing. | equivalent | CarePlan | created | When the plan was authored. | |
| header.lastUpdate | Last technical correction/update. | source-is-broader-than-target | CarePlan | meta.lastUpdated | When the resource version last changed. | Use only when the timestamp reflects resource update (instant). |
| header.status | Indicates whether the plan is currently being acted upon, represents future intentions, or is now a historical record. | equivalent | CarePlan | status | Workflow status of the plan. | Preferred binding: HL7 Request status. |
| header.statusReason[x] | Reason for the current status. | no-map | CarePlan | - | No core element; use an extension if the status rationale is required. | |
| header.language | Language of the resource (IETF tag). | equivalent | CarePlan | language | Language used in the care plan. | |
| title | Human-friendly name for the care plan. | equivalent | CarePlan | title | Human-readable name. | |
| description | A description of the scope and nature of the plan. | equivalent | CarePlan | description | Summary of the plan. | |
| period | Indicates when the plan did (or is intended to) come into effect and end. | equivalent | CarePlan | period | Time period the plan is in effect. | |
| addresses[x] | Conditions/problems/concerns/diagnoses/etc whose management and/or mitigation are handled by this plan. | source-is-broader-than-target | CarePlan | addresses | Conditions addressed by the plan. | CarePlan.addresses is Reference(Condition); CodeableConcept may need a referenced Condition. |
| activity[x] | The details of the proposed activity represented in a specific resource. | related-to | CarePlan | activity.reference | Reference to the detailed activity resource. | When EHDS activity is a CodeableConcept the code is determined by the referred resource. activity.detail is no more present in FHIR R5 |
| goal | Describes the intended objective(s) of carrying out the care plan. | source-is-broader-than-target | CarePlan | goal | Desired objectives for the plan. | CarePlan.goal is Reference(Goal); CodeableConcept may need a Goal resource. |
Return to overview: EHDS Logical Models -> FHIR Profiles