HL7 Czech Lab Epidemiology Guide
0.0.1 - ci-build
HL7 Czech Lab Epidemiology Guide, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/lab-epi/ and changes regularly. See the Directory of published versions
| Official URL: https://hl7.cz/fhir/lab-epi/ConceptMap/SLRHeaderEn-to-CZLab | Version: 0.0.1 | |||
| Draft as of 2025-12-19 | Computable Name: SLRHeaderEnToCZLab | |||
Maps SLR Header logical model to CZ Lab message profiles
Shows how header data elements map to MessageHeader/DiagnosticReport/etc.
Mapping from https://example.org/fhir/StructureDefinition/SLRHeaderEn to https://example.org/fhir/ImplementationGuide/cz-lab-message
Group 1 Mapping from https://example.org/fhir/StructureDefinition/SLRHeaderEn to MessageHeader – CZ Lab Report (message)
| Source Code | Relationship | Target Code | Comment |
| SLRHeaderEn.header (Header root) | is related to | MessageHeader | |
| SLRHeaderEn.header.informationRecipient (Information recipient) | is related to | MessageHeader.destination.endpoint | Destination system that should receive the message. |
| SLRHeaderEn.header.metadata.dateTime (Report date and time) | is related to | MessageHeader.timestamp |
Group 2 Mapping from https://example.org/fhir/StructureDefinition/SLRHeaderEn to DiagnosticReport – CZ Lab Report (message payload)
| Source Code | Relationship | Target Code | Comment |
| SLRHeaderEn.header.subject (Patient/subject) | is equivalent to | DiagnosticReport.subject | Reference(Patient) → CZ_Lab_Patient |
| SLRHeaderEn.header.metadata.documentId (Document Id) | is equivalent to | DiagnosticReport.identifier | Business identifier of the lab report (for updates). |
| SLRHeaderEn.header.metadata.type (Document type) | is equivalent to | DiagnosticReport.code | Prefer LOINC 11502-2 (Laboratory report). |
| SLRHeaderEn.header.metadata.status (Document status) | is related to | DiagnosticReport.status | |
| SLRHeaderEn.header.metadata.dateTime (Report date and time) | is equivalent to | DiagnosticReport.issued | |
| SLRHeaderEn.header.metadata.language (Language) | is equivalent to | DiagnosticReport.language | |
| SLRHeaderEn.header.author (Author) | is related to | DiagnosticReport.performer | Organization or Practitioner/Role who produced the report. |
| SLRHeaderEn.header.author (Author (interpreter)) | is related to | DiagnosticReport.resultsInterpreter | |
| SLRHeaderEn.header.legalAuthenticator (Legal authenticator) | (not mapped) | No direct element in message pattern; would map to Composition.attester(mode='legal'). | |
| SLRHeaderEn.header.validator (Result validator) | (not mapped) | No direct element in DR; optional business attribute. | |
| SLRHeaderEn.header.metadata.title (Document title) | (not mapped) | Composition.title in document paradigm. | |
| SLRHeaderEn.header.metadata.custodian (Report custodian) | (not mapped) | Composition.custodian in document paradigm. | |
| SLRHeaderEn.header.metadata.confidentiality (Confidentiality) | (not mapped) | Could be conveyed via meta.security on DR/Bundle; no fixed target here. | |
Group 3 Mapping from https://example.org/fhir/StructureDefinition/SLRHeaderEn to Patient – CZ Lab (RID)
| Source Code | Relationship | Target Code | Comment |
| SLRHeaderEn.header.subject.identifier (RID (patient identifier)) | is equivalent to | Patient.identifier | system=https://ncez.mzcr.cz/fhir/sid/rid |
| SLRHeaderEn.header.subject.birthDate (Birth date) | is equivalent to | Patient.birthDate | |
| SLRHeaderEn.header.subject.address (Address (incl. RÚIAN ext)) | is related to | Patient.address | |
| SLRHeaderEn.header.subject.telecom (Phone) | is related to | Patient.telecom |
Group 4 Mapping from https://example.org/fhir/StructureDefinition/SLRHeaderEn to Organization – CZ Lab (IČO/PCZ/ICP)
| Source Code | Relationship | Target Code | Comment |
| SLRHeaderEn.header.informationRecipient.organization (Recipient organization) | is related to | Organization.identifier | IČO/PCZ/ICP identifiers as per CZ_OrganizationCore. |
Group 5 Mapping from https://example.org/fhir/StructureDefinition/SLRHeaderEn to Coverage – zdravotní pojišťovna
| Source Code | Relationship | Target Code | Comment |
| SLRHeaderEn.header.payer (Health insurance/payment) | is related to | Coverage | Coverage.payor → Organization (insurer). Link via ServiceRequest/Claim if used. |