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

FHIR IG analytics

Packagehl7.fhir.cz.szz
Resource TypeStructureDefinition
IdStructureDefinition-SzzCz.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/szz/StructureDefinition-SzzCz.html
URLhttps://hl7.cz/fhir/szz/StructureDefinition/SzzCz
Version0.0.1
Statusdraft
Date2025-12-22T12:04:24+00:00
NameLogEnSzzCz
TitleA - Shared Health Record
Realmcz
Authorityhl7
DescriptionLogical model of the Shared Health Record according to Czech specifications.
Typehttps://hl7.cz/fhir/szz/StructureDefinition/SzzCz
Kindlogical

Resources that use this resource

ConceptMap
EmergencyRecord2FHIR-czCZ Emergency record Model to this guide Map

Resources that this resource uses

StructureDefinition
EmergencyRecordCzA.2 - Emergency health record
HeaderSzzCzA.1 - Document header
PreventiveAndScreeningRecordCzA.3 - Preventive and screening health record

Narrative

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

Generated Narrative: StructureDefinition SzzCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. SzzCz 0..*BaseA - Shared Health Record
... header 1..1HeaderSzzCzA.1 - Document header
... body 1..1BaseDocument body
.... emergencyRecord 0..1EmergencyRecordCzA.2 - Emergency health record
.... preventiveAndScreeningRecord 0..1PreventiveAndScreeningRecordCzA.3 - Preventive and screening health record

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "SzzCz",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/szz/StructureDefinition/SzzCz",
  "version": "0.0.1",
  "name": "LogEnSzzCz",
  "title": "A - Shared Health Record",
  "status": "draft",
  "date": "2025-12-22T12:04:24+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Logical model of the Shared Health Record according to Czech specifications.",
  "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/szz/StructureDefinition/SzzCz",
  "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": "SzzCz",
        "path": "SzzCz",
        "short": "A - Shared Health Record",
        "definition": "Logical model of the Shared Health Record according to Czech specifications.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "SzzCz.header",
        "path": "SzzCz.header",
        "short": "A.1 - Document header",
        "definition": "Header of the shared health record according to Czech specifications",
        "min": 1,
        "max": "1",
        "base": {
          "path": "SzzCz.header",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "https://hl7.cz/fhir/szz/StructureDefinition/HeaderSzzCz"
          }
        ]
      },
      {
        "id": "SzzCz.body",
        "path": "SzzCz.body",
        "short": "Document body",
        "definition": "The body contains preventive/screening record.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "SzzCz.body",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SzzCz.body.emergencyRecord",
        "path": "SzzCz.body.emergencyRecord",
        "short": "A.2 - Emergency health record",
        "definition": "Emergency health record",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SzzCz.body.emergencyRecord",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "https://hl7.cz/fhir/szz/StructureDefinition/EmergencyRecordCz"
          }
        ]
      },
      {
        "id": "SzzCz.body.preventiveAndScreeningRecord",
        "path": "SzzCz.body.preventiveAndScreeningRecord",
        "short": "A.3 - Preventive and screening health record",
        "definition": "Preventive and screening health record",
        "min": 0,
        "max": "1",
        "base": {
          "path": "SzzCz.body.preventiveAndScreeningRecord",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "https://hl7.cz/fhir/szz/StructureDefinition/PreventiveAndScreeningRecordCz"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "SzzCz",
        "path": "SzzCz",
        "short": "A - Shared Health Record",
        "definition": "Logical model of the Shared Health Record according to Czech specifications."
      },
      {
        "id": "SzzCz.header",
        "path": "SzzCz.header",
        "short": "A.1 - Document header",
        "definition": "Header of the shared health record according to Czech specifications",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "https://hl7.cz/fhir/szz/StructureDefinition/HeaderSzzCz"
          }
        ]
      },
      {
        "id": "SzzCz.body",
        "path": "SzzCz.body",
        "short": "Document body",
        "definition": "The body contains preventive/screening record.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "SzzCz.body.emergencyRecord",
        "path": "SzzCz.body.emergencyRecord",
        "short": "A.2 - Emergency health record",
        "definition": "Emergency health record",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "https://hl7.cz/fhir/szz/StructureDefinition/EmergencyRecordCz"
          }
        ]
      },
      {
        "id": "SzzCz.body.preventiveAndScreeningRecord",
        "path": "SzzCz.body.preventiveAndScreeningRecord",
        "short": "A.3 - Preventive and screening health record",
        "definition": "Preventive and screening health record",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "https://hl7.cz/fhir/szz/StructureDefinition/PreventiveAndScreeningRecordCz"
          }
        ]
      }
    ]
  }
}