FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r5
Resource TypeStructureDefinition
IdStructureDefinition-EHDSCarePlan.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/hl7-eu/imaging-r5/StructureDefinition-EHDSCarePlan.html
URLhttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSCarePlan
Version0.1.0
Statusdraft
Date2025-08-05T08:51:00+00:00
NameEHDSCarePlan
TitleCare plan model
Realmeu
Authorityhl7
DescriptionEHDS simplified model for care plan. The model includes very minimal information and is not designed to cover the full functionality of care plans.
CopyrightCopyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0).
Typehttps://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSCarePlan
Kindlogical

Resources that use this resource

StructureDefinition
EHDSDischargeReportDischarge Report model
EHDSEncounterEncounter model
EHDSImagingReportImaging report model
EHDSPatientSummaryPatient summary model

Resources that this resource uses

StructureDefinition
EHDSDataSetDataSet model

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: StructureDefinition EHDSCarePlan

Language: en

NameFlagsCard.TypeDescription & Constraintsdoco
.. EHDSCarePlan 0..*EHDSDataSetCare plan model

Elements defined in Ancestors:header, presentedForm
Instances of this logical model can be the target of a Reference
... header
.... subject 1..1EHDSPatientThe patient whose intended care is described by the plan.
.... identifier 0..*IdentifierIdentifier for the care plan
.... status 1..1CodeableConceptIndicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.
Binding Description: (preferred): HL7 Request status
... title 0..1stringHuman-friendly name for the care plan
... description 0..1stringA description of the scope and nature of the plan.
... period 0..1PeriodIndicates when the plan did (or is intended to) come into effect and end.
... addresses 0..*CodeableConceptConditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.
Binding Description: (preferred): ICD-10, SNOMED CT, Orphacode
... activity[x] 0..1The details of the proposed activity represented in a specific resource.
.... activityStringstring
.... activityReferenceReference(Any)

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "EHDSCarePlan",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-type-characteristics",
      "valueCode": "can-be-target"
    }
  ],
  "url": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSCarePlan",
  "version": "0.1.0",
  "name": "EHDSCarePlan",
  "title": "Care plan model",
  "status": "draft",
  "date": "2025-08-05T08:51:00+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "Xt-EHR",
      "telecom": [
        {
          "system": "url",
          "value": "http://Xt-EHR.eu"
        }
      ]
    }
  ],
  "description": "EHDS simplified model for care plan. The model includes very minimal information and is not designed to cover the full functionality of care plans.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0).",
  "fhirVersion": "5.0.0",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "logical",
  "abstract": false,
  "type": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSCarePlan",
  "baseDefinition": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDataSet",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "0.1.0"
      }
    ],
    "element": [
      {
        "id": "EHDSCarePlan",
        "path": "EHDSCarePlan",
        "short": "Care plan model",
        "definition": "EHDS simplified model for care plan. The model includes very minimal information and is not designed to cover the full functionality of care plans.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.header",
        "path": "EHDSCarePlan.header",
        "short": "Common header for all patient-related data",
        "definition": "Common header for all patient-related data",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.header.subject",
        "path": "EHDSCarePlan.header.subject",
        "short": "The patient whose intended care is described by the plan.",
        "definition": "Patient/subject information",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.subject",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSPatient"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.header.identifier",
        "path": "EHDSCarePlan.header.identifier",
        "short": "Identifier for the care plan",
        "definition": "Business identifier for the object",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSDataSet.header.identifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.header.authorship",
        "path": "EHDSCarePlan.header.authorship",
        "short": "Authorship",
        "definition": "Resource authoring details",
        "min": 1,
        "max": "*",
        "base": {
          "path": "EHDSDataSet.header.authorship",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.header.authorship.author[x]",
        "path": "EHDSCarePlan.header.authorship.author[x]",
        "short": "Author",
        "definition": "Author(s) by whom the resource was/were authored. Multiple authors could be provided.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.authorship.author[x]",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSHealthProfessional"
          },
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSOrganisation"
          },
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSDevice"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.header.authorship.datetime",
        "path": "EHDSCarePlan.header.authorship.datetime",
        "short": "Date and time of authoring/issuing",
        "definition": "Date and time of the issuing the document/resource by its author.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.authorship.datetime",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.header.lastUpdate",
        "path": "EHDSCarePlan.header.lastUpdate",
        "short": "Date and time of the last update to the resource",
        "definition": "Date and time of the last update to the document/information",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.lastUpdate",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.header.status",
        "path": "EHDSCarePlan.header.status",
        "short": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.",
        "definition": "Status of the resource",
        "min": 1,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.status",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "HL7 Request status"
        }
      },
      {
        "id": "EHDSCarePlan.header.statusReason[x]",
        "path": "EHDSCarePlan.header.statusReason[x]",
        "short": "Reason for the current status of the resource.",
        "definition": "Reason for the current status of the resource.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.statusReason[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          },
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.header.language",
        "path": "EHDSCarePlan.header.language",
        "short": "Language",
        "definition": "Language in which the resource is written. Language is expressed by the IETF language tag.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.language",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "BCP 47"
        }
      },
      {
        "id": "EHDSCarePlan.header.version",
        "path": "EHDSCarePlan.header.version",
        "short": "Version",
        "definition": "Business version of the resource.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSDataSet.header.version",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.presentedForm",
        "path": "EHDSCarePlan.presentedForm",
        "short": "A narrative easy-to-read representation of the full data set, e.g. PDF-version of a document",
        "definition": "A narrative easy-to-read representation of the full data set, e.g. PDF-version of a document",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSDataSet.presentedForm",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSAttachment"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.title",
        "path": "EHDSCarePlan.title",
        "short": "Human-friendly name for the care plan",
        "definition": "Human-friendly name for the care plan",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSCarePlan.title",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.description",
        "path": "EHDSCarePlan.description",
        "short": "A description of the scope and nature of the plan.",
        "definition": "A description of the scope and nature of the plan.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSCarePlan.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.period",
        "path": "EHDSCarePlan.period",
        "short": "Indicates when the plan did (or is intended to) come into effect and end.",
        "definition": "Indicates when the plan did (or is intended to) come into effect and end.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSCarePlan.period",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.addresses",
        "path": "EHDSCarePlan.addresses",
        "short": "Conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.",
        "definition": "Conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "EHDSCarePlan.addresses",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "ICD-10, SNOMED CT, Orphacode"
        }
      },
      {
        "id": "EHDSCarePlan.activity[x]",
        "path": "EHDSCarePlan.activity[x]",
        "short": "The details of the proposed activity represented in a specific resource.",
        "definition": "The details of the proposed activity represented in a specific resource.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "EHDSCarePlan.activity[x]",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          },
          {
            "code": "Reference"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "EHDSCarePlan",
        "path": "EHDSCarePlan",
        "short": "Care plan model",
        "definition": "EHDS simplified model for care plan. The model includes very minimal information and is not designed to cover the full functionality of care plans."
      },
      {
        "id": "EHDSCarePlan.header.subject",
        "path": "EHDSCarePlan.header.subject",
        "short": "The patient whose intended care is described by the plan."
      },
      {
        "id": "EHDSCarePlan.header.identifier",
        "path": "EHDSCarePlan.header.identifier",
        "short": "Identifier for the care plan"
      },
      {
        "id": "EHDSCarePlan.header.status",
        "path": "EHDSCarePlan.header.status",
        "short": "Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.",
        "binding": {
          "strength": "preferred",
          "description": "HL7 Request status"
        }
      },
      {
        "id": "EHDSCarePlan.title",
        "path": "EHDSCarePlan.title",
        "short": "Human-friendly name for the care plan",
        "definition": "Human-friendly name for the care plan",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.description",
        "path": "EHDSCarePlan.description",
        "short": "A description of the scope and nature of the plan.",
        "definition": "A description of the scope and nature of the plan.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.period",
        "path": "EHDSCarePlan.period",
        "short": "Indicates when the plan did (or is intended to) come into effect and end.",
        "definition": "Indicates when the plan did (or is intended to) come into effect and end.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "EHDSCarePlan.addresses",
        "path": "EHDSCarePlan.addresses",
        "short": "Conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.",
        "definition": "Conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "preferred",
          "description": "ICD-10, SNOMED CT, Orphacode"
        }
      },
      {
        "id": "EHDSCarePlan.activity[x]",
        "path": "EHDSCarePlan.activity[x]",
        "short": "The details of the proposed activity represented in a specific resource.",
        "definition": "The details of the proposed activity represented in a specific resource.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          },
          {
            "code": "Reference"
          }
        ]
      }
    ]
  }
}