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

FHIR IG analytics

Packagehl7.fhir.cz.ps
Resource TypeStructureDefinition
IdStructureDefinition-LogCarePlanCzEn.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/ps/StructureDefinition-LogCarePlanCzEn.html
URLhttps://hl7.cz/fhir/ps/StructureDefinition/LogCarePlanCzEn
Version0.0.1
Statusdraft
Date2026-01-05T15:11:51+00:00
NameLogCzCarePlanEn
TitleA.2.9 Care Plan
Realmcz
Authorityhl7
DescriptionLogical model for care plan in the Patient Summary
Typehttps://hl7.cz/fhir/ps/StructureDefinition/LogCarePlanCzEn
Kindlogical

Resources that use this resource

ConceptMap
carePlan2FHIR-cz-psConceptMap: Care Plan to FHIR Patient Summary (CZ)
StructureDefinition
LogBodyPSCzEnA.2 – Document Body

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition LogCarePlanCzEn

NameFlagsCard.TypeDescription & Constraintsdoco
.. LogCarePlanCzEn 0..*BaseA.2.9 Care Plan
... carePlan 0..*BaseA.2.9.1 Care plan
.... title 0..1stringA.2.9.1.1 Title
.... addresses 0..*ConditionA.2.9.1.2 Addresses
.... recommendationDescription 0..1stringA.2.9.1.3 Recommendation description
.... period 0..1PeriodA.2.9.1.4 Period
.... additionalPlanDetails 0..*BaseA.2.9.1.5 Additional plan details
.... carePlanText 0..1stringA.2.9.1.6 Care plan

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "LogCarePlanCzEn",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/ps/StructureDefinition/LogCarePlanCzEn",
  "version": "0.0.1",
  "name": "LogCzCarePlanEn",
  "title": "A.2.9 Care Plan",
  "status": "draft",
  "date": "2026-01-05T15:11:51+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Logical model for care plan in the Patient Summary",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CZ",
          "display": "Czechia"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "https://hl7.cz/fhir/ps/StructureDefinition/LogCarePlanCzEn",
  "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": "LogCarePlanCzEn",
        "path": "LogCarePlanCzEn",
        "short": "A.2.9 Care Plan",
        "definition": "Logical model for care plan in the Patient Summary",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "LogCarePlanCzEn.carePlan",
        "path": "LogCarePlanCzEn.carePlan",
        "short": "A.2.9.1 Care plan",
        "definition": "Care plan.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "LogCarePlanCzEn.carePlan",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LogCarePlanCzEn.carePlan.title",
        "path": "LogCarePlanCzEn.carePlan.title",
        "short": "A.2.9.1.1 Title",
        "definition": "Name of the care plan, e.g. \\\"Care plan after hip joint endoprosthesis\\\".",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogCarePlanCzEn.carePlan.title",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogCarePlanCzEn.carePlan.addresses",
        "path": "LogCarePlanCzEn.carePlan.addresses",
        "short": "A.2.9.1.2 Addresses",
        "definition": "Conditions or health states to which the care plan applies.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "LogCarePlanCzEn.carePlan.addresses",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Condition"
          }
        ]
      },
      {
        "id": "LogCarePlanCzEn.carePlan.recommendationDescription",
        "path": "LogCarePlanCzEn.carePlan.recommendationDescription",
        "short": "A.2.9.1.3 Recommendation description",
        "definition": "Description of the type and nature of the care plan.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogCarePlanCzEn.carePlan.recommendationDescription",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogCarePlanCzEn.carePlan.period",
        "path": "LogCarePlanCzEn.carePlan.period",
        "short": "A.2.9.1.4 Period",
        "definition": "Period during which the care plan should be carried out.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogCarePlanCzEn.carePlan.period",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "LogCarePlanCzEn.carePlan.additionalPlanDetails",
        "path": "LogCarePlanCzEn.carePlan.additionalPlanDetails",
        "short": "A.2.9.1.5 Additional plan details",
        "definition": "Additional structured information describing plan goals, composition of the care team, etc.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "LogCarePlanCzEn.carePlan.additionalPlanDetails",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LogCarePlanCzEn.carePlan.carePlanText",
        "path": "LogCarePlanCzEn.carePlan.carePlanText",
        "short": "A.2.9.1.6 Care plan",
        "definition": "Narrative description of the care plan, including proposals, goals, and requirements for monitoring or improving the condition.",
        "min": 0,
        "max": "1",
        "base": {
          "path": "LogCarePlanCzEn.carePlan.carePlanText",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "LogCarePlanCzEn",
        "path": "LogCarePlanCzEn",
        "short": "A.2.9 Care Plan",
        "definition": "Logical model for care plan in the Patient Summary"
      },
      {
        "id": "LogCarePlanCzEn.carePlan",
        "path": "LogCarePlanCzEn.carePlan",
        "short": "A.2.9.1 Care plan",
        "definition": "Care plan.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LogCarePlanCzEn.carePlan.title",
        "path": "LogCarePlanCzEn.carePlan.title",
        "short": "A.2.9.1.1 Title",
        "definition": "Name of the care plan, e.g. \\\"Care plan after hip joint endoprosthesis\\\".",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogCarePlanCzEn.carePlan.addresses",
        "path": "LogCarePlanCzEn.carePlan.addresses",
        "short": "A.2.9.1.2 Addresses",
        "definition": "Conditions or health states to which the care plan applies.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Condition"
          }
        ]
      },
      {
        "id": "LogCarePlanCzEn.carePlan.recommendationDescription",
        "path": "LogCarePlanCzEn.carePlan.recommendationDescription",
        "short": "A.2.9.1.3 Recommendation description",
        "definition": "Description of the type and nature of the care plan.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "LogCarePlanCzEn.carePlan.period",
        "path": "LogCarePlanCzEn.carePlan.period",
        "short": "A.2.9.1.4 Period",
        "definition": "Period during which the care plan should be carried out.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "LogCarePlanCzEn.carePlan.additionalPlanDetails",
        "path": "LogCarePlanCzEn.carePlan.additionalPlanDetails",
        "short": "A.2.9.1.5 Additional plan details",
        "definition": "Additional structured information describing plan goals, composition of the care team, etc.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "LogCarePlanCzEn.carePlan.carePlanText",
        "path": "LogCarePlanCzEn.carePlan.carePlanText",
        "short": "A.2.9.1.6 Care plan",
        "definition": "Narrative description of the care plan, including proposals, goals, and requirements for monitoring or improving the condition.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}