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

FHIR IG Statistics: StructureDefinition/PlanOfCareCz

Packagehl7.fhir.cz.hdr
TypeStructureDefinition
IdPlanOfCareCz
FHIR VersionR4
Sourcehttps://hl7.cz/fhir/hdr/https://build.fhir.org/ig/HL7-cz/hdr/StructureDefinition-PlanOfCareCz.html
URLhttps://hl7.cz/fhir/hdr/StructureDefinition/PlanOfCareCz
Version0.0.2
Statusdraft
Date2025-07-18T09:03:32+00:00
NamePlanOfCareHdrEhnCz
TitleA.2.8.1 - Care plan
Realmcz
Authorityhl7
DescriptionHospital Discharge Report - Care plan after discharge - A.2.8.1 eHN
Typehttps://hl7.cz/fhir/hdr/StructureDefinition/PlanOfCareCz
Kindlogical

Resources that use this resource

ConceptMap
planOfCare2FHIR-cz-hdreHN Plan of Care Model to this guide Map

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition PlanOfCareCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. PlanOfCareCz 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..*BackboneElementA.2.9.1.5 - Other details
... activity 0..*BackboneElementA.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..*BackboneElementA.2.9.1.6.3 - Specific attributes

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "PlanOfCareCz",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/hdr/StructureDefinition/PlanOfCareCz",
  "version": "0.0.2",
  "name": "PlanOfCareHdrEhnCz",
  "title": "A.2.8.1 - Care plan",
  "status": "draft",
  "date": "2025-07-18T09:03:32+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "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": "203",
          "display": "Czech Republic (CZE)"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://hl7.cz/fhir/hdr/StructureDefinition/PlanOfCareCz",
  "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": "PlanOfCareCz",
        "path": "PlanOfCareCz",
        "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": "PlanOfCareCz.title",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.title",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.addresses",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.addresses",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.description",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.planPeriod",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.planPeriod",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.details",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.details",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.activity",
        "path": "PlanOfCareCz.activity",
        "short": "A.2.9.1.6 - Activity",
        "definition": "Actions to occur as part of the plan.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "PlanOfCareCz.activity",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.activity.id",
        "path": "PlanOfCareCz.activity.id",
        "representation": [
          "xmlAttr"
        ],
        "short": "Unique id for inter-element referencing",
        "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "Element.id",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
                "valueUrl": "string"
              }
            ],
            "code": "http://hl7.org/fhirpath/System.String"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.activity.extension",
        "path": "PlanOfCareCz.activity.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "description": "Extensions are always sliced by (at least) url",
          "rules": "open"
        },
        "short": "Additional content defined by implementations",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "alias": [
          "extensions",
          "user content"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "Element.extension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": false,
        "isSummary": false,
        "mapping": [
          {
            "identity": "rim",
            "map": "n/a"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.activity.modifierExtension",
        "path": "PlanOfCareCz.activity.modifierExtension",
        "short": "Extensions that cannot be ignored even if unrecognized",
        "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
        "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
        "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
        "alias": [
          "extensions",
          "user content",
          "modifiers"
        ],
        "min": 0,
        "max": "*",
        "base": {
          "path": "BackboneElement.modifierExtension",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Extension"
          }
        ],
        "constraint": [
          {
            "key": "ele-1",
            "severity": "error",
            "human": "All FHIR elements must have a @value or children",
            "expression": "hasValue() or (children().count() > id.count())",
            "xpath": "@value|f:*|h:div",
            "source": "http://hl7.org/fhir/StructureDefinition/Element"
          },
          {
            "key": "ext-1",
            "severity": "error",
            "human": "Must have either extensions or value[x], not both",
            "expression": "extension.exists() != value.exists()",
            "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
            "source": "http://hl7.org/fhir/StructureDefinition/Extension"
          }
        ],
        "isModifier": true,
        "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
        "isSummary": true,
        "mapping": [
          {
            "identity": "rim",
            "map": "N/A"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.activity.kind",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.activity.kind",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.activity.description",
        "path": "PlanOfCareCz.activity.description",
        "short": "A.2.9.1.6.2 - Activity description",
        "definition": "A detailed description of the activity.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "PlanOfCareCz.activity.description",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.activity.attribute",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.activity.attribute",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "PlanOfCareCz",
        "path": "PlanOfCareCz",
        "short": "A.2.8.1 - Care plan",
        "definition": "Hospital Discharge Report - Care plan after discharge - A.2.8.1 eHN"
      },
      {
        "id": "PlanOfCareCz.title",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.addresses",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.description",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.planPeriod",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.details",
        "path": "PlanOfCareCz.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": "BackboneElement"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.activity",
        "path": "PlanOfCareCz.activity",
        "short": "A.2.9.1.6 - Activity",
        "definition": "Actions to occur as part of the plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "PlanOfCareCz.activity.kind",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.activity.description",
        "path": "PlanOfCareCz.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": "PlanOfCareCz.activity.attribute",
        "path": "PlanOfCareCz.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": "BackboneElement"
          }
        ]
      }
    ]
  }
}