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

FHIR IG analytics

Packagehl7.fhir.cz.elp
Resource TypeStructureDefinition
IdStructureDefinition-HeaderElpCz.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7-cz/elp/StructureDefinition-HeaderElpCz.html
URLhttps://hl7.cz/fhir/elp/StructureDefinition/HeaderElpCz
Version0.0.1
Statusdraft
Date2025-12-22T13:03:51+00:00
NameLogEnHeaderElpCz
TitleA.1 - Document header
Realmcz
Authorityhl7
DescriptionHeader of the electronic medical report according to Czech specifications.
Typehttps://hl7.cz/fhir/elp/StructureDefinition/HeaderElpCz
Kindlogical

Resources that use this resource

ConceptMap
Header2FHIR-czCZ Header 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 HeaderElpCz

NameFlagsCard.TypeDescription & Constraintsdoco
.. HeaderElpCz 0..*BaseA.1 - Document header
... patient 1..1BaseA.1.1 - Patient
.... rid 1..1IdentifierA.1.1.1 - RID
.... name 1..1stringA.1.1.2 - Name
.... lastName 1..1stringA.1.1.3 - Last name
.... dateOfBirth 1..1dateTimeA.1.1.4 - Date of birth
.... address 1..1AddressA.1.1.5 - Address
.... contact 1..1ContactPointA.1.1.6 - Contact
.... documentType 1..1CodeableConceptA.1.1.7 - Document type
.... documentNumber 1..1stringA.1.1.8 - Document Number
... assessingPhysician 1..1BaseA.1.2 - Assessing Physician
.... id 1..1IdentifierA.1.2.1 - ID
.... firstName 1..1stringA.1.2.2 - First name
.... lastName 1..1stringA.1.2.3 - Last name
.... specialty 1..1CodeableConceptA.1.2.4 - Specialty
.... providerID 1..1IdentifierA.1.2.5 - Provider ID
.... providerName 1..1stringA.1.2.6 - Provider name
.... providerAddress 1..1AddressA.1.2.7 - Provider Address
... metadata 1..1BaseA.1.3 - Metadata
.... id 1..1IdentifierA.1.3.1 - ID
.... category 1..1CodeableConceptA.1.3.2 - Category
.... status 1..1CodeableConceptA.1.3.3 - Status
.... creationDate 1..1dateTimeA.1.3.4 - Creation date
.... filename 1..1stringA.1.3.5 - Filename
.... documentManager 1..1stringA.1.3.6 - Document Manager
.... confidentiality 1..1CodeableConceptA.1.3.7 - Confidentiality
.... language 1..1CodeableConceptA.1.3.8 - Language
.... version 1..1stringA.1.3.9 - Version
.... electronicSignature 1..1SignatureA.1.3.10 - Electronic signature
.... timestamp 1..1instantA.1.3.11 - Timestamp

doco Documentation for this format

Source1

{
  "resourceType": "StructureDefinition",
  "id": "HeaderElpCz",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://hl7.cz/fhir/elp/StructureDefinition/HeaderElpCz",
  "version": "0.0.1",
  "name": "LogEnHeaderElpCz",
  "title": "A.1 - Document header",
  "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": "Header of the electronic medical report 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/elp/StructureDefinition/HeaderElpCz",
  "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": "HeaderElpCz",
        "path": "HeaderElpCz",
        "short": "A.1 - Document header",
        "definition": "Header of the electronic medical report according to Czech specifications.",
        "min": 0,
        "max": "*",
        "base": {
          "path": "Base",
          "min": 0,
          "max": "*"
        },
        "isModifier": false
      },
      {
        "id": "HeaderElpCz.patient",
        "path": "HeaderElpCz.patient",
        "short": "A.1.1 - Patient",
        "definition": "Patient information.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.patient",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.rid",
        "path": "HeaderElpCz.patient.rid",
        "short": "A.1.1.1 - RID",
        "definition": "Patient's National Health Sector Identifier.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.patient.rid",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.name",
        "path": "HeaderElpCz.patient.name",
        "short": "A.1.1.2 - Name",
        "definition": "Name of the patient.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.patient.name",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.lastName",
        "path": "HeaderElpCz.patient.lastName",
        "short": "A.1.1.3 - Last name",
        "definition": "Patient's last name.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.patient.lastName",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.dateOfBirth",
        "path": "HeaderElpCz.patient.dateOfBirth",
        "short": "A.1.1.4 - Date of birth",
        "definition": "Patient's date of birth.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.patient.dateOfBirth",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.address",
        "path": "HeaderElpCz.patient.address",
        "short": "A.1.1.5 - Address",
        "definition": "Citizenship according to Act 186/2013. Citizenship as stated on official identity documents.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.patient.address",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.contact",
        "path": "HeaderElpCz.patient.contact",
        "short": "A.1.1.6 - Contact",
        "definition": "Patient contact details (email, telephone).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.patient.contact",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.documentType",
        "path": "HeaderElpCz.patient.documentType",
        "short": "A.1.1.7 - Document type",
        "definition": "The medical report includes information about the patient's identity document. From the DocumentType code list",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.patient.documentType",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.documentNumber",
        "path": "HeaderElpCz.patient.documentNumber",
        "short": "A.1.1.8 - Document Number",
        "definition": "The number of the patient's identity document.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.patient.documentNumber",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician",
        "path": "HeaderElpCz.assessingPhysician",
        "short": "A.1.2 - Assessing Physician",
        "definition": "Information about the assessing physician.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.assessingPhysician",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.id",
        "path": "HeaderElpCz.assessingPhysician.id",
        "short": "A.1.2.1 - ID",
        "definition": "Identification number of the healthcare professional. Either an internal identifier assigned by the healthcare provider institution or (preferably) the national ID of the healthcare professional, such as a license number or registration number.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.assessingPhysician.id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.firstName",
        "path": "HeaderElpCz.assessingPhysician.firstName",
        "short": "A.1.2.2 - First name",
        "definition": "First name of the assessing physician.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.assessingPhysician.firstName",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.lastName",
        "path": "HeaderElpCz.assessingPhysician.lastName",
        "short": "A.1.2.3 - Last name",
        "definition": "Last name of the assessing physician.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.assessingPhysician.lastName",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.specialty",
        "path": "HeaderElpCz.assessingPhysician.specialty",
        "short": "A.1.2.4 - Specialty",
        "definition": "Specialty of the assessing physician. From the HealthcareProfessionalSpecialty code list",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.assessingPhysician.specialty",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.providerID",
        "path": "HeaderElpCz.assessingPhysician.providerID",
        "short": "A.1.2.5 - Provider ID",
        "definition": "Identification number of the healthcare provider where the assessing physician is employed. Either an internal identifier assigned by the healthcare provider institution or (preferably) a national healthcare provider ID, such as IČZ.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.assessingPhysician.providerID",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.providerName",
        "path": "HeaderElpCz.assessingPhysician.providerName",
        "short": "A.1.2.6 - Provider name",
        "definition": "Name of the healthcare provider where the assessing physician is employed.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.assessingPhysician.providerName",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.providerAddress",
        "path": "HeaderElpCz.assessingPhysician.providerAddress",
        "short": "A.1.2.7 - Provider Address",
        "definition": "Address of the healthcare provider where the assessing physician is employed.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.assessingPhysician.providerAddress",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata",
        "path": "HeaderElpCz.metadata",
        "short": "A.1.3 - Metadata",
        "definition": "Metadata of the document.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.metadata",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.id",
        "path": "HeaderElpCz.metadata.id",
        "short": "A.1.3.1 - ID",
        "definition": "Unique identifier of the medical assessment.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.metadata.id",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.category",
        "path": "HeaderElpCz.metadata.category",
        "short": "A.1.3.2 - Category",
        "definition": "Category of the electronic health record (EHR).",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.metadata.category",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.status",
        "path": "HeaderElpCz.metadata.status",
        "short": "A.1.3.3 - Status",
        "definition": "Status of the document.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.metadata.status",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.creationDate",
        "path": "HeaderElpCz.metadata.creationDate",
        "short": "A.1.3.4 - Creation date",
        "definition": "Date and time of creation of the medical report.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.metadata.creationDate",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.filename",
        "path": "HeaderElpCz.metadata.filename",
        "short": "A.1.3.5 - Filename",
        "definition": "Filename of the medical report.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.metadata.filename",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.documentManager",
        "path": "HeaderElpCz.metadata.documentManager",
        "short": "A.1.3.6 - Document Manager",
        "definition": "Manager of the medical report.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.metadata.documentManager",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.confidentiality",
        "path": "HeaderElpCz.metadata.confidentiality",
        "short": "A.1.3.7 - Confidentiality",
        "definition": "Confidentiality level of the medical report.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.metadata.confidentiality",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.language",
        "path": "HeaderElpCz.metadata.language",
        "short": "A.1.3.8 - Language",
        "definition": "The language in which the medical report is written.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.metadata.language",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.version",
        "path": "HeaderElpCz.metadata.version",
        "short": "A.1.3.9 - Version",
        "definition": "The version of the medical report.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.metadata.version",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.electronicSignature",
        "path": "HeaderElpCz.metadata.electronicSignature",
        "short": "A.1.3.10 - Electronic signature",
        "definition": "Electronic signature or seal of the document.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.metadata.electronicSignature",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "Signature"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.timestamp",
        "path": "HeaderElpCz.metadata.timestamp",
        "short": "A.1.3.11 - Timestamp",
        "definition": "Electronic timestamp.",
        "min": 1,
        "max": "1",
        "base": {
          "path": "HeaderElpCz.metadata.timestamp",
          "min": 1,
          "max": "1"
        },
        "type": [
          {
            "code": "instant"
          }
        ]
      }
    ]
  },
  "differential": {
    "element": [
      {
        "id": "HeaderElpCz",
        "path": "HeaderElpCz",
        "short": "A.1 - Document header",
        "definition": "Header of the electronic medical report according to Czech specifications."
      },
      {
        "id": "HeaderElpCz.patient",
        "path": "HeaderElpCz.patient",
        "short": "A.1.1 - Patient",
        "definition": "Patient information.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.rid",
        "path": "HeaderElpCz.patient.rid",
        "short": "A.1.1.1 - RID",
        "definition": "Patient's National Health Sector Identifier.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.name",
        "path": "HeaderElpCz.patient.name",
        "short": "A.1.1.2 - Name",
        "definition": "Name of the patient.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.lastName",
        "path": "HeaderElpCz.patient.lastName",
        "short": "A.1.1.3 - Last name",
        "definition": "Patient's last name.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.dateOfBirth",
        "path": "HeaderElpCz.patient.dateOfBirth",
        "short": "A.1.1.4 - Date of birth",
        "definition": "Patient's date of birth.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.address",
        "path": "HeaderElpCz.patient.address",
        "short": "A.1.1.5 - Address",
        "definition": "Citizenship according to Act 186/2013. Citizenship as stated on official identity documents.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.contact",
        "path": "HeaderElpCz.patient.contact",
        "short": "A.1.1.6 - Contact",
        "definition": "Patient contact details (email, telephone).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "ContactPoint"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.documentType",
        "path": "HeaderElpCz.patient.documentType",
        "short": "A.1.1.7 - Document type",
        "definition": "The medical report includes information about the patient's identity document. From the DocumentType code list",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "HeaderElpCz.patient.documentNumber",
        "path": "HeaderElpCz.patient.documentNumber",
        "short": "A.1.1.8 - Document Number",
        "definition": "The number of the patient's identity document.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician",
        "path": "HeaderElpCz.assessingPhysician",
        "short": "A.1.2 - Assessing Physician",
        "definition": "Information about the assessing physician.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.id",
        "path": "HeaderElpCz.assessingPhysician.id",
        "short": "A.1.2.1 - ID",
        "definition": "Identification number of the healthcare professional. Either an internal identifier assigned by the healthcare provider institution or (preferably) the national ID of the healthcare professional, such as a license number or registration number.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.firstName",
        "path": "HeaderElpCz.assessingPhysician.firstName",
        "short": "A.1.2.2 - First name",
        "definition": "First name of the assessing physician.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.lastName",
        "path": "HeaderElpCz.assessingPhysician.lastName",
        "short": "A.1.2.3 - Last name",
        "definition": "Last name of the assessing physician.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.specialty",
        "path": "HeaderElpCz.assessingPhysician.specialty",
        "short": "A.1.2.4 - Specialty",
        "definition": "Specialty of the assessing physician. From the HealthcareProfessionalSpecialty code list",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.providerID",
        "path": "HeaderElpCz.assessingPhysician.providerID",
        "short": "A.1.2.5 - Provider ID",
        "definition": "Identification number of the healthcare provider where the assessing physician is employed. Either an internal identifier assigned by the healthcare provider institution or (preferably) a national healthcare provider ID, such as IČZ.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.providerName",
        "path": "HeaderElpCz.assessingPhysician.providerName",
        "short": "A.1.2.6 - Provider name",
        "definition": "Name of the healthcare provider where the assessing physician is employed.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.assessingPhysician.providerAddress",
        "path": "HeaderElpCz.assessingPhysician.providerAddress",
        "short": "A.1.2.7 - Provider Address",
        "definition": "Address of the healthcare provider where the assessing physician is employed.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Address"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata",
        "path": "HeaderElpCz.metadata",
        "short": "A.1.3 - Metadata",
        "definition": "Metadata of the document.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Base"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.id",
        "path": "HeaderElpCz.metadata.id",
        "short": "A.1.3.1 - ID",
        "definition": "Unique identifier of the medical assessment.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.category",
        "path": "HeaderElpCz.metadata.category",
        "short": "A.1.3.2 - Category",
        "definition": "Category of the electronic health record (EHR).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.status",
        "path": "HeaderElpCz.metadata.status",
        "short": "A.1.3.3 - Status",
        "definition": "Status of the document.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.creationDate",
        "path": "HeaderElpCz.metadata.creationDate",
        "short": "A.1.3.4 - Creation date",
        "definition": "Date and time of creation of the medical report.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.filename",
        "path": "HeaderElpCz.metadata.filename",
        "short": "A.1.3.5 - Filename",
        "definition": "Filename of the medical report.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.documentManager",
        "path": "HeaderElpCz.metadata.documentManager",
        "short": "A.1.3.6 - Document Manager",
        "definition": "Manager of the medical report.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.confidentiality",
        "path": "HeaderElpCz.metadata.confidentiality",
        "short": "A.1.3.7 - Confidentiality",
        "definition": "Confidentiality level of the medical report.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.language",
        "path": "HeaderElpCz.metadata.language",
        "short": "A.1.3.8 - Language",
        "definition": "The language in which the medical report is written.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.version",
        "path": "HeaderElpCz.metadata.version",
        "short": "A.1.3.9 - Version",
        "definition": "The version of the medical report.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.electronicSignature",
        "path": "HeaderElpCz.metadata.electronicSignature",
        "short": "A.1.3.10 - Electronic signature",
        "definition": "Electronic signature or seal of the document.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Signature"
          }
        ]
      },
      {
        "id": "HeaderElpCz.metadata.timestamp",
        "path": "HeaderElpCz.metadata.timestamp",
        "short": "A.1.3.11 - Timestamp",
        "definition": "Electronic timestamp.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "instant"
          }
        ]
      }
    ]
  }
}