FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/PlanOfCare

Packagehl7.fhir.eu.hdr
TypeStructureDefinition
IdPlanOfCare
FHIR VersionR4
Sourcehttp://hl7.eu/fhir/hdr/https://build.fhir.org/ig/hl7-eu/hdr/StructureDefinition-PlanOfCare.html
URLhttp://hl7.eu/fhir/hdr/StructureDefinition/PlanOfCare
Version0.1.0-ballot
Statusdraft
Date2025-06-01T06:10:09+00:00
NamePlanOfCareHdrEhn
TitleA.2.8.1 - Care plan
Realmeu
Authorityhl7
DescriptionHospital Discharge Report - Care plan after discharge - A.2.8.1 eHN
CopyrightUsed by permission of HL7 Europe, all rights reserved Creative Commons License
Typehttp://hl7.eu/fhir/hdr/StructureDefinition/PlanOfCare
Kindlogical

Resources that use this resource

ConceptMap
planOfCare2FHIR-eu-hdreHN Plan of Care Model to this guide Map
StructureDefinition
HospitalDischargeReportCzA - Hospital Discharge Report (eHN)
HospitalDischargeReportA - Hospital Discharge Report (eHN)

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition PlanOfCare

NameFlagsCard.TypeDescription & Constraintsdoco
.. PlanOfCare 0..*BaseA.2.8.1 - Care plan
... title 0..1stringA.2.9.1.1 - Title
... addresses 0..*CodeableConceptA.2.9.1.2 - Addresses
... description 0..1stringA.2.9.1.3 - Description
... planPeriod 0..1PeriodA.2.9.1.4 - Plan Period
... details 0..*BaseA.2.9.1.5 - Other details
... activity 0..*BaseA.2.9.1.6 - Activity
.... kind 0..1CodeableConceptA.2.9.1.6.1 - Kind
.... description 0..1stringA.2.9.1.6.2 - Activity description
.... attribute 0..*BaseA.2.9.1.6.3 - Specific attributes

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "PlanOfCare",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/hdr/StructureDefinition/PlanOfCare",
  "version": "0.1.0-ballot",
  "name": "PlanOfCareHdrEhn",
  "title": "A.2.8.1 - Care plan",
  "status": "draft",
  "date": "2025-06-01T06:10:09+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "Hospital Discharge Report - Care plan after discharge - A.2.8.1 eHN",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Used by permission of HL7 Europe, all rights reserved Creative Commons License",
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://hl7.eu/fhir/hdr/StructureDefinition/PlanOfCare",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Base",
  "derivation": "specialization",
  "snapshot": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/tools/StructureDefinition/snapshot-base-version",
        "valueString": "4.0.1"
      }
    ],
    "element": [
      {
        "id": "PlanOfCare",
        "path": "PlanOfCare",
        "short": "A.2.8.1 - Care plan",
        "definition": "Hospital Discharge Report - Care plan after discharge - A.2.8.1 eHN",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "PlanOfCare.title",
        "path": "PlanOfCare.title",
        "short": "A.2.9.1.1 - Title",
        "definition": "Human-friendly name for the care plan (e.g. Hip replacement care plan)",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlanOfCare.title",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PlanOfCare.addresses",
        "path": "PlanOfCare.addresses",
        "short": "A.2.9.1.2 - Addresses",
        "definition": "Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan. This element provides a linkage to the conditions recorded in the diagnostic summary section.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "PlanOfCare.addresses",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PlanOfCare.description",
        "path": "PlanOfCare.description",
        "short": "A.2.9.1.3 - Description",
        "definition": "A description of the scope and nature of the plan.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlanOfCare.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PlanOfCare.planPeriod",
        "path": "PlanOfCare.planPeriod",
        "short": "A.2.9.1.4 - Plan Period",
        "definition": "Indicates when the plan did (or is intended to) come into effect and end.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlanOfCare.planPeriod",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "PlanOfCare.details",
        "path": "PlanOfCare.details",
        "short": "A.2.9.1.5 - Other details",
        "definition": "Other structured and coded details, care team, goals to be achieved.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "PlanOfCare.details",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "PlanOfCare.activity",
        "path": "PlanOfCare.activity",
        "short": "A.2.9.1.6 - Activity",
        "definition": "Actions to occur as part of the plan.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "PlanOfCare.activity",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "PlanOfCare.activity.kind",
        "path": "PlanOfCare.activity.kind",
        "short": "A.2.9.1.6.1 - Kind",
        "definition": "A description of the type of care plan activity. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlanOfCare.activity.kind",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PlanOfCare.activity.description",
        "path": "PlanOfCare.activity.description",
        "short": "A.2.9.1.6.2 - Activity description",
        "definition": "A detailed description of the activity.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlanOfCare.activity.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PlanOfCare.activity.attribute",
        "path": "PlanOfCare.activity.attribute",
        "short": "A.2.9.1.6.3 - Specific attributes",
        "definition": "Specific structured attributes per each activity type expressed by the Activity kind element, E.g., specific attributes for prescription request, appointment, etc.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "PlanOfCare.activity.attribute",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "PlanOfCare",
        "path": "PlanOfCare",
        "short": "A.2.8.1 - Care plan",
        "definition": "Hospital Discharge Report - Care plan after discharge - A.2.8.1 eHN"
      },
      {
        "id": "PlanOfCare.title",
        "path": "PlanOfCare.title",
        "short": "A.2.9.1.1 - Title",
        "definition": "Human-friendly name for the care plan (e.g. Hip replacement care plan)",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PlanOfCare.addresses",
        "path": "PlanOfCare.addresses",
        "short": "A.2.9.1.2 - Addresses",
        "definition": "Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan. This element provides a linkage to the conditions recorded in the diagnostic summary section.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PlanOfCare.description",
        "path": "PlanOfCare.description",
        "short": "A.2.9.1.3 - Description",
        "definition": "A description of the scope and nature of the plan.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PlanOfCare.planPeriod",
        "path": "PlanOfCare.planPeriod",
        "short": "A.2.9.1.4 - Plan Period",
        "definition": "Indicates when the plan did (or is intended to) come into effect and end.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "PlanOfCare.details",
        "path": "PlanOfCare.details",
        "short": "A.2.9.1.5 - Other details",
        "definition": "Other structured and coded details, care team, goals to be achieved.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "PlanOfCare.activity",
        "path": "PlanOfCare.activity",
        "short": "A.2.9.1.6 - Activity",
        "definition": "Actions to occur as part of the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "PlanOfCare.activity.kind",
        "path": "PlanOfCare.activity.kind",
        "short": "A.2.9.1.6.1 - Kind",
        "definition": "A description of the type of care plan activity. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PlanOfCare.activity.description",
        "path": "PlanOfCare.activity.description",
        "short": "A.2.9.1.6.2 - Activity description",
        "definition": "A detailed description of the activity.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PlanOfCare.activity.attribute",
        "path": "PlanOfCare.activity.attribute",
        "short": "A.2.9.1.6.3 - Specific attributes",
        "definition": "Specific structured attributes per each activity type expressed by the Activity kind element, E.g., specific attributes for prescription request, appointment, etc.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      }
    ]
  }
}