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

FHIR IG analytics

Packagehl7.fhir.cz.ems
Resource TypeStructureDefinition
IdStructureDefinition-DispatchDataCz.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/cz-ems/StructureDefinition-DispatchDataCz.html
URLhttps://hl7.cz/fhir/cz-ems/StructureDefinition/DispatchDataCz
Version0.0.2
Statusdraft
Date2026-01-30T07:36:37+00:00
NameLogEnDispatchDataCz
TitleA.2.1 - Dispatch Data
Realmcz
Authorityhl7
DescriptionEMS Report - Dispatch Data
Typehttps://hl7.cz/fhir/cz-ems/StructureDefinition/DispatchDataCz
Kindlogical

Resources that use this resource

ConceptMap
DispatchDataEMS2FHIR-czCZ DispatchData Model to this guide Map
StructureDefinition
EmsReportCzA - EMS Report

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: StructureDefinition DispatchDataCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. DispatchDataCz 0..*BaseA.2.1 - Dispatch Data
... dispatchIdentification 1..1BaseA.2.1.1 - Dispatch Identification
.... dispatchNumber 1..1IdentifierA.2.1.1.1 - Dispatch Identifier
.... additionalDispatchIdentifier 0..*IdentifierA.2.1.1.2 - Additional Dispatch Identifier
... vehicleIdentification 1..1BaseA.2.1.2 - Vehicle Identification
.... licensePlate 1..1IdentifierA.2.1.2.1 - License Plate
... crewMemberIdentification 1..*BaseA.2.1.3 - Crew Member Identification
.... crewMemberIdentifier 1..1IdentifierA.2.1.3.1 - Crew Member Identifier
.... firstName 1..1stringA.2.1.3.2 - First Name
.... lastName 1..1stringA.2.1.3.3 - Last Name
.... role 1..1CodeableConceptA.2.1.3.4 - Role
... dispatchCenterOperator 1..1BaseA.2.1.4 - Dispatch Center Operator Identification
.... operatorIdentifier 1..1IdentifierA.2.1.4.1 - Operator Identifier
.... firstName 1..1stringA.2.1.4.2 - First Name
.... lastName 1..1stringA.2.1.4.3 - Last Name
.... role 1..1CodeableConceptA.2.1.4.4 - Role
... dispatchStartLocation 1..1BaseA.2.1.5 - Dispatch Start Location
.... address 1..1AddressA.2.1.5.1 - Address
... incidentLocation 1..1BaseA.2.1.6 - Incident Location
.... gpsAddress 1..1AddressA.2.1.6.1 - GPS Address
.... address 0..1AddressA.2.1.6.2 - Address
... dispatchClassification 1..1BaseA.2.1.7 - Dispatch Classification
.... dispatchUrgency 1..1CodeableConceptA.2.1.7.1 - Dispatch Urgency
.... callClassification 1..1CodeableConceptA.2.1.7.2 - Call Classification
... callerContact 0..1BaseA.2.1.8 - Caller Contact
.... phone 1..1ContactPointA.2.1.8.1 - Phone

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "DispatchDataCz",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/cz-ems/StructureDefinition/DispatchDataCz",
  "version": "0.0.2",
  "name": "LogEnDispatchDataCz",
  "title": "A.2.1 - Dispatch Data",
  "status": "draft",
  "date": "2026-01-30T07:36:37+00:00",
  "publisher": "HL7 Czech Republic",
  "contact": [
    {
      "name": "HL7 Czech Republic",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.hl7.cz/"
        }
      ]
    }
  ],
  "description": "EMS Report - Dispatch Data",
  "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/cz-ems/StructureDefinition/DispatchDataCz",
  "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": "DispatchDataCz",
        "path": "DispatchDataCz",
        "short": "A.2.1 - Dispatch Data",
        "definition": "EMS Report - Dispatch Data",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "DispatchDataCz.dispatchIdentification",
        "path": "DispatchDataCz.dispatchIdentification",
        "short": "A.2.1.1 - Dispatch Identification",
        "definition": "Identification of the dispatch",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.dispatchIdentification",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchIdentification.dispatchNumber",
        "path": "DispatchDataCz.dispatchIdentification.dispatchNumber",
        "short": "A.2.1.1.1 - Dispatch Identifier",
        "definition": "Dispatch Identifier",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.dispatchIdentification.dispatchNumber",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchIdentification.additionalDispatchIdentifier",
        "path": "DispatchDataCz.dispatchIdentification.additionalDispatchIdentifier",
        "short": "A.2.1.1.2 - Additional Dispatch Identifier",
        "definition": "Additional identifier(s) of the dispatch",
        "min": 0,
        "max": "*",
        "base": {
          "path": "DispatchDataCz.dispatchIdentification.additionalDispatchIdentifier",
          "min": 0,
          "max": "*"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "DispatchDataCz.vehicleIdentification",
        "path": "DispatchDataCz.vehicleIdentification",
        "short": "A.2.1.2 - Vehicle Identification",
        "definition": "Identification of the vehicle",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.vehicleIdentification",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.vehicleIdentification.licensePlate",
        "path": "DispatchDataCz.vehicleIdentification.licensePlate",
        "short": "A.2.1.2.1 - License Plate",
        "definition": "License plate or call sign of the vehicle (incl. helicopter registration if applicable)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.vehicleIdentification.licensePlate",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "DispatchDataCz.crewMemberIdentification",
        "path": "DispatchDataCz.crewMemberIdentification",
        "short": "A.2.1.3 - Crew Member Identification",
        "definition": "Identification of members of the responding crew",
        "min": 1,
        "max": "*",
        "base": {
          "path": "DispatchDataCz.crewMemberIdentification",
          "min": 1,
          "max": "*"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.crewMemberIdentification.crewMemberIdentifier",
        "path": "DispatchDataCz.crewMemberIdentification.crewMemberIdentifier",
        "short": "A.2.1.3.1 - Crew Member Identifier",
        "definition": "Identifier of the crew member",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.crewMemberIdentification.crewMemberIdentifier",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "DispatchDataCz.crewMemberIdentification.firstName",
        "path": "DispatchDataCz.crewMemberIdentification.firstName",
        "short": "A.2.1.3.2 - First Name",
        "definition": "First name of the crew member",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.crewMemberIdentification.firstName",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DispatchDataCz.crewMemberIdentification.lastName",
        "path": "DispatchDataCz.crewMemberIdentification.lastName",
        "short": "A.2.1.3.3 - Last Name",
        "definition": "Last name of the crew member",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.crewMemberIdentification.lastName",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DispatchDataCz.crewMemberIdentification.role",
        "path": "DispatchDataCz.crewMemberIdentification.role",
        "short": "A.2.1.3.4 - Role",
        "definition": "Role of the crew member",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.crewMemberIdentification.role",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchCenterOperator",
        "path": "DispatchDataCz.dispatchCenterOperator",
        "short": "A.2.1.4 - Dispatch Center Operator Identification",
        "definition": "Identification of the dispatch center operator (ZOS operator)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.dispatchCenterOperator",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchCenterOperator.operatorIdentifier",
        "path": "DispatchDataCz.dispatchCenterOperator.operatorIdentifier",
        "short": "A.2.1.4.1 - Operator Identifier",
        "definition": "Identifier of the dispatch center operator",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.dispatchCenterOperator.operatorIdentifier",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchCenterOperator.firstName",
        "path": "DispatchDataCz.dispatchCenterOperator.firstName",
        "short": "A.2.1.4.2 - First Name",
        "definition": "First name of the operator",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.dispatchCenterOperator.firstName",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchCenterOperator.lastName",
        "path": "DispatchDataCz.dispatchCenterOperator.lastName",
        "short": "A.2.1.4.3 - Last Name",
        "definition": "Last name of the operator",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.dispatchCenterOperator.lastName",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchCenterOperator.role",
        "path": "DispatchDataCz.dispatchCenterOperator.role",
        "short": "A.2.1.4.4 - Role",
        "definition": "Role of the dispatch center operator",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.dispatchCenterOperator.role",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchStartLocation",
        "path": "DispatchDataCz.dispatchStartLocation",
        "short": "A.2.1.5 - Dispatch Start Location",
        "definition": "Location from where the dispatch is initiated",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.dispatchStartLocation",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchStartLocation.address",
        "path": "DispatchDataCz.dispatchStartLocation.address",
        "short": "A.2.1.5.1 - Address",
        "definition": "Address or GPS coordinates of the dispatch start location",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.dispatchStartLocation.address",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "DispatchDataCz.incidentLocation",
        "path": "DispatchDataCz.incidentLocation",
        "short": "A.2.1.6 - Incident Location",
        "definition": "Location of the incident",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.incidentLocation",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.incidentLocation.gpsAddress",
        "path": "DispatchDataCz.incidentLocation.gpsAddress",
        "short": "A.2.1.6.1 - GPS Address",
        "definition": "GPS coordinates of the incident location",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.incidentLocation.gpsAddress",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "DispatchDataCz.incidentLocation.address",
        "path": "DispatchDataCz.incidentLocation.address",
        "short": "A.2.1.6.2 - Address",
        "definition": "Address of the incident location",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.incidentLocation.address",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchClassification",
        "path": "DispatchDataCz.dispatchClassification",
        "short": "A.2.1.7 - Dispatch Classification",
        "definition": "Classification of the dispatch",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.dispatchClassification",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchClassification.dispatchUrgency",
        "path": "DispatchDataCz.dispatchClassification.dispatchUrgency",
        "short": "A.2.1.7.1 - Dispatch Urgency",
        "definition": "Urgency level of the dispatch (1 to 4)",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.dispatchClassification.dispatchUrgency",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchClassification.callClassification",
        "path": "DispatchDataCz.dispatchClassification.callClassification",
        "short": "A.2.1.7.2 - Call Classification",
        "definition": "Classification of the call – preliminary information about the patient’s problem / reason for dispatch",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.dispatchClassification.callClassification",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DispatchDataCz.callerContact",
        "path": "DispatchDataCz.callerContact",
        "short": "A.2.1.8 - Caller Contact",
        "definition": "Contact details of the caller",
        "min": 0,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.callerContact",
          "min": 0,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.callerContact.phone",
        "path": "DispatchDataCz.callerContact.phone",
        "short": "A.2.1.8.1 - Phone",
        "definition": "Phone number of the caller",
        "min": 1,
        "max": "1",
        "base": {
          "path": "DispatchDataCz.callerContact.phone",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "DispatchDataCz",
        "path": "DispatchDataCz",
        "short": "A.2.1 - Dispatch Data",
        "definition": "EMS Report - Dispatch Data"
      },
      {
        "id": "DispatchDataCz.dispatchIdentification",
        "path": "DispatchDataCz.dispatchIdentification",
        "short": "A.2.1.1 - Dispatch Identification",
        "definition": "Identification of the dispatch",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchIdentification.dispatchNumber",
        "path": "DispatchDataCz.dispatchIdentification.dispatchNumber",
        "short": "A.2.1.1.1 - Dispatch Identifier",
        "definition": "Dispatch Identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchIdentification.additionalDispatchIdentifier",
        "path": "DispatchDataCz.dispatchIdentification.additionalDispatchIdentifier",
        "short": "A.2.1.1.2 - Additional Dispatch Identifier",
        "definition": "Additional identifier(s) of the dispatch",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "DispatchDataCz.vehicleIdentification",
        "path": "DispatchDataCz.vehicleIdentification",
        "short": "A.2.1.2 - Vehicle Identification",
        "definition": "Identification of the vehicle",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.vehicleIdentification.licensePlate",
        "path": "DispatchDataCz.vehicleIdentification.licensePlate",
        "short": "A.2.1.2.1 - License Plate",
        "definition": "License plate or call sign of the vehicle (incl. helicopter registration if applicable)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "DispatchDataCz.crewMemberIdentification",
        "path": "DispatchDataCz.crewMemberIdentification",
        "short": "A.2.1.3 - Crew Member Identification",
        "definition": "Identification of members of the responding crew",
        "min": 1,
        "max": "*",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.crewMemberIdentification.crewMemberIdentifier",
        "path": "DispatchDataCz.crewMemberIdentification.crewMemberIdentifier",
        "short": "A.2.1.3.1 - Crew Member Identifier",
        "definition": "Identifier of the crew member",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "DispatchDataCz.crewMemberIdentification.firstName",
        "path": "DispatchDataCz.crewMemberIdentification.firstName",
        "short": "A.2.1.3.2 - First Name",
        "definition": "First name of the crew member",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DispatchDataCz.crewMemberIdentification.lastName",
        "path": "DispatchDataCz.crewMemberIdentification.lastName",
        "short": "A.2.1.3.3 - Last Name",
        "definition": "Last name of the crew member",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DispatchDataCz.crewMemberIdentification.role",
        "path": "DispatchDataCz.crewMemberIdentification.role",
        "short": "A.2.1.3.4 - Role",
        "definition": "Role of the crew member",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchCenterOperator",
        "path": "DispatchDataCz.dispatchCenterOperator",
        "short": "A.2.1.4 - Dispatch Center Operator Identification",
        "definition": "Identification of the dispatch center operator (ZOS operator)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchCenterOperator.operatorIdentifier",
        "path": "DispatchDataCz.dispatchCenterOperator.operatorIdentifier",
        "short": "A.2.1.4.1 - Operator Identifier",
        "definition": "Identifier of the dispatch center operator",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchCenterOperator.firstName",
        "path": "DispatchDataCz.dispatchCenterOperator.firstName",
        "short": "A.2.1.4.2 - First Name",
        "definition": "First name of the operator",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchCenterOperator.lastName",
        "path": "DispatchDataCz.dispatchCenterOperator.lastName",
        "short": "A.2.1.4.3 - Last Name",
        "definition": "Last name of the operator",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchCenterOperator.role",
        "path": "DispatchDataCz.dispatchCenterOperator.role",
        "short": "A.2.1.4.4 - Role",
        "definition": "Role of the dispatch center operator",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchStartLocation",
        "path": "DispatchDataCz.dispatchStartLocation",
        "short": "A.2.1.5 - Dispatch Start Location",
        "definition": "Location from where the dispatch is initiated",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchStartLocation.address",
        "path": "DispatchDataCz.dispatchStartLocation.address",
        "short": "A.2.1.5.1 - Address",
        "definition": "Address or GPS coordinates of the dispatch start location",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "DispatchDataCz.incidentLocation",
        "path": "DispatchDataCz.incidentLocation",
        "short": "A.2.1.6 - Incident Location",
        "definition": "Location of the incident",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.incidentLocation.gpsAddress",
        "path": "DispatchDataCz.incidentLocation.gpsAddress",
        "short": "A.2.1.6.1 - GPS Address",
        "definition": "GPS coordinates of the incident location",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "DispatchDataCz.incidentLocation.address",
        "path": "DispatchDataCz.incidentLocation.address",
        "short": "A.2.1.6.2 - Address",
        "definition": "Address of the incident location",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchClassification",
        "path": "DispatchDataCz.dispatchClassification",
        "short": "A.2.1.7 - Dispatch Classification",
        "definition": "Classification of the dispatch",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchClassification.dispatchUrgency",
        "path": "DispatchDataCz.dispatchClassification.dispatchUrgency",
        "short": "A.2.1.7.1 - Dispatch Urgency",
        "definition": "Urgency level of the dispatch (1 to 4)",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DispatchDataCz.dispatchClassification.callClassification",
        "path": "DispatchDataCz.dispatchClassification.callClassification",
        "short": "A.2.1.7.2 - Call Classification",
        "definition": "Classification of the call – preliminary information about the patient’s problem / reason for dispatch",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "DispatchDataCz.callerContact",
        "path": "DispatchDataCz.callerContact",
        "short": "A.2.1.8 - Caller Contact",
        "definition": "Contact details of the caller",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "DispatchDataCz.callerContact.phone",
        "path": "DispatchDataCz.callerContact.phone",
        "short": "A.2.1.8.1 - Phone",
        "definition": "Phone number of the caller",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      }
    ]
  }
}