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

FHIR IG analytics

Packagehl7.fhir.cz.elp
Resource TypeStructureDefinition
IdStructureDefinition-ResultCz.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/elp/StructureDefinition-ResultCz.html
URLhttps://hl7.cz/fhir/elp/StructureDefinition/ResultCz
Version0.0.1
Statusdraft
Date2025-12-22T13:03:51+00:00
NameLogEnResultCz
TitleA.2.3 - Result of the medical report
Realmcz
Authorityhl7
DescriptionResult of the report on medical ability to drive motor vehicles
Typehttps://hl7.cz/fhir/elp/StructureDefinition/ResultCz
Kindlogical

Resources that use this resource

ConceptMap
Result2FHIR-czCZ Result Model to this guide Map
StructureDefinition
ElpCzA - Electronic Medical Report

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition ResultCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. ResultCz 0..*BaseA.2.3 - Result of the medical report
... medicalfitness 1..1CodeableConceptA.2.3.1 - Medical fitness
... restrictionsHarmonizedCodes 0..*CodeableConceptA.2.3.2 - Restrictions/conditions for driving a motor vehicle - harmonized codes
... restrictionsNationalCodes 0..*CodeableConceptA.2.3.3 - Restrictions/conditions for driving a motor vehicle – national codes
... specificationRestriction 0..*CodeableConceptA.2.3.4 - Specification of restrictions/conditions for driving a motor vehicle
... justification 0..*stringA.2.3.5 - Justification for restriction or condition

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "ResultCz",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/elp/StructureDefinition/ResultCz",
  "version": "0.0.1",
  "name": "LogEnResultCz",
  "title": "A.2.3 - Result of the medical report",
  "status": "draft",
  "date": "2025-12-22T13:03:51+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "Result of the report on medical ability to drive motor vehicles",
  "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/elp/StructureDefinition/ResultCz",
  "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": "ResultCz",
        "path": "ResultCz",
        "short": "A.2.3 - Result of the medical report",
        "definition": "Result of the report on medical ability to drive motor vehicles",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "ResultCz.medicalfitness",
        "path": "ResultCz.medicalfitness",
        "short": "A.2.3.1 - Medical fitness",
        "definition": "A value from the AssessmentResultCodeList that indicates whether the person being assessed is medically fit to drive motor vehicles.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "ResultCz.medicalfitness",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "ResultCz.restrictionsHarmonizedCodes",
        "path": "ResultCz.restrictionsHarmonizedCodes",
        "short": "A.2.3.2 - Restrictions/conditions for driving a motor vehicle - harmonized codes",
        "definition": "Restrictions on medical fitness to drive motor vehicles according to the ListHarmonizedCodesRO code list.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ResultCz.restrictionsHarmonizedCodes",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "ResultCz.restrictionsNationalCodes",
        "path": "ResultCz.restrictionsNationalCodes",
        "short": "A.2.3.3 - Restrictions/conditions for driving a motor vehicle – national codes",
        "definition": "Restrictions on medical fitness to drive motor vehicles according to the ListNationalCodesRO code list.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ResultCz.restrictionsNationalCodes",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "ResultCz.specificationRestriction",
        "path": "ResultCz.specificationRestriction",
        "short": "A.2.3.4 - Specification of restrictions/conditions for driving a motor vehicle",
        "definition": "These are letters for use in combination with harmonized codes 01 to 44 for further specification of restrictions according to the ListSpecificationRo code list.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ResultCz.specificationRestriction",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "ResultCz.justification",
        "path": "ResultCz.justification",
        "short": "A.2.3.5 - Justification for restriction or condition",
        "definition": "Text description by the assessing physician of the restriction or condition for driving a motor vehicle.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "ResultCz.justification",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "ResultCz",
        "path": "ResultCz",
        "short": "A.2.3 - Result of the medical report",
        "definition": "Result of the report on medical ability to drive motor vehicles"
      },
      {
        "id": "ResultCz.medicalfitness",
        "path": "ResultCz.medicalfitness",
        "short": "A.2.3.1 - Medical fitness",
        "definition": "A value from the AssessmentResultCodeList that indicates whether the person being assessed is medically fit to drive motor vehicles.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "ResultCz.restrictionsHarmonizedCodes",
        "path": "ResultCz.restrictionsHarmonizedCodes",
        "short": "A.2.3.2 - Restrictions/conditions for driving a motor vehicle - harmonized codes",
        "definition": "Restrictions on medical fitness to drive motor vehicles according to the ListHarmonizedCodesRO code list.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "ResultCz.restrictionsNationalCodes",
        "path": "ResultCz.restrictionsNationalCodes",
        "short": "A.2.3.3 - Restrictions/conditions for driving a motor vehicle – national codes",
        "definition": "Restrictions on medical fitness to drive motor vehicles according to the ListNationalCodesRO code list.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "ResultCz.specificationRestriction",
        "path": "ResultCz.specificationRestriction",
        "short": "A.2.3.4 - Specification of restrictions/conditions for driving a motor vehicle",
        "definition": "These are letters for use in combination with harmonized codes 01 to 44 for further specification of restrictions according to the ListSpecificationRo code list.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "ResultCz.justification",
        "path": "ResultCz.justification",
        "short": "A.2.3.5 - Justification for restriction or condition",
        "definition": "Text description by the assessing physician of the restriction or condition for driving a motor vehicle.",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  }
}