HL7 Czech Imaging Report IG
0.1.0-ballot - ci-build
HL7 Czech Imaging Report IG, published by HL7 Czech Republic. This guide is not an authorized publication; it is the continuous build for version 0.1.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7-cz/img/ and changes regularly. See the Directory of published versions
Official URL: https://hl7.cz/fhir/img/ConceptMap/HeaderImagingReport2FHIR-cz | Version: 0.1.0-ballot | |||
Draft as of 2025-07-10 | Computable Name: HeaderImagingReport2FHIRcz |
CZ Imaging Report Header Model to this guide mapping
Mapping from (not specified) to (not specified)
Group 1 Mapping from A.1.1 - Identification and A.1.2 - related contact information of the Patient/subject to Patient (CZ core)
Source Code | Relationship | Target Code | Comment |
Header.subject (A.1.1 - Identification and A.1.2 - related contact information of the Patient/subject) | is equivalent to | Patient | Composition.subject.ofType(CZ_PatientCore) or Composition.subject.ofType(CZ_PatientAnimal) |
Header.payer.insuranceNumber (A.1.3.3 - Health insurance number) | is equivalent to | Patient.identifier | If treated as one of the Patient identifiers; this applies in some jurisdictions. |
Group 2 Mapping from A.1.3 - Health insurance and payment information to Coverage (CZ)
Source Code | Relationship | Target Code | Comment |
Header.payer (A.1.3 - Health insurance and payment information - Health insurance information is not always required, however, in some jurisdictions, the insurance number is also used as the patient identifier. It is necessary not just for identification but also forms access to funding for care.) | is related to | Composition.section:Coverage | Composition.section:Coverage.entry.ofType(CZ_Coverage) |
Header.payer.insuranceCode (A.1.3.1 - Health insurance code) | is equivalent to | CZ_Coverage.payor.identifier | |
Header.payer.insuranceName (A.1.3.2 - Health insurance name) | is equivalent to | CZ_Coverage.payor.name |
Group 3 Mapping from A.1.4 - Information recipient - (intended recipient or recipients of the report), if applicable to Practitioner (CZ core)
Source Code | Relationship | Target Code | Comment |
Header.informationRecipient (A.1.4 - Recipient identifier) | is equivalent to | Composition.recipient | Composition.extension:informationRecipient.valueReference.resolve() |
InformationRecipientCz.identifier (A.1.4.1 - Recipient identifier) | is equivalent to | CZ_PractitionerCore.identifier | |
InformationRecipientCz.name (A.1.4.2 - Recipient name) | is equivalent to | CZ_PractitionerCore.practictioner.name | |
InformationRecipientCz.organizationID (A.1.4.3 - Recipient organisation ID) | is equivalent to | CZ_PractitionerCore.organization.identifier | ID Organization |
InformationRecipientCz.organization (A.1.4.4 - Recipient organisation) | is equivalent to | CZ_PractitionerCore.organization |
Group 4 Mapping from A.1.5 - Author to Practitioner (CZ core)
Source Code | Relationship | Target Code | Comment |
Header.author (A.1.5 - Author (by whom the Hospital discharge report was/were authored). Multiple authors could be provided.) | is equivalent to | Composition.author | Composition.author.resolve().ofType(CZ_PractitionerCore) |
AuthorCz.identifier (A.1.5.1 - Author identifier) | is equivalent to | CZ_PractitionerCore.identifier | |
AuthorCz.name (A.1.5.2 - Author name) | is equivalent to | CZ_PractitionerCore.practictioner.name | |
AuthorCz.organizationID (A.1.5.3 - Author organisation ID) | is equivalent to | CZ_PractitionerCore.organization.identifier | If Organization |
AuthorCz.organization (A.1.5.4 - Author organisation) | is related to | CZ_PractitionerCore.organization |
Group 5 Mapping from A.1.6 - Attester (multiple attesters could be provided) to Practitioner (CZ core)
Source Code | Relationship | Target Code | Comment |
Header.attester (A.1.6 - Attester (multiple attesters could be provided)) | is equivalent to | CZ_PractitionerCore | where attester.mode = 'professional' AND Composition.attester.party.resolve().ofType(CZ_PractitionerCore) |
AttesterCz.identifier (A.1.6.1 - Attester identifier) | is equivalent to | CZ_PractitionerCore.identifier | |
AttesterCz.name (A.1.6.2 - Attester name) | is equivalent to | CZ_PractitionerCore.practictioner.name | |
AttesterCz.organizationID (A.1.6.3 - Attester organisation ID) | is equivalent to | CZ_PractitionerCore.organization.identifier | |
AttesterCz.organization (A.1.6.4 - Attester organisation) | is equivalent to | CZ_PractitionerCore.organization |
Group 6 Mapping from A.1.7 - Legal authenticator (The person taking responsibility for the medical content of the document) to Practitioner (CZ core)
Source Code | Relationship | Target Code | Comment |
Header.legalAuthenticator (A.1.7 - Legal authenticator (The person taking responsibility for the medical content of the document)) | is equivalent to | CZ_PractitionerCore | where attester.mode = 'legal' AND Composition.attester.party.resolve().ofType(CZ_PractitionerCore) |
LegalAuthenticatorCz.identifier (A.1.7.1 - Legal authenticator identifier) | is equivalent to | CZ_PractitionerCore.identifier | where attester.mode = 'legal' |
LegalAuthenticatorCz.name (A.1.7.2 - Legal authenticator name) | is equivalent to | CZ_PractitionerCore.practictioner.name | where attester.mode = 'legal' |
LegalAuthenticatorCz.organizationID (A.1.7.3 - Legal authenticator organisation ID) | is equivalent to | CZ_PractitionerCore.organization.identifier | where attester.mode = 'legal' |
LegalAuthenticatorCz.organization (A.1.7.4 - Legal authenticator organisation) | is equivalent to | CZ_PractitionerCore.organization | where attester.mode = 'legal' |
Group 7 Mapping from A.1.8 - Document metadata to Bundle: Imaging Report (CZ)
Source Code | Relationship | Target Code | Comment |
Header.documentMetadata.identifier (A.1.8.1 - Document ID) | is equivalent to | Bundle.identifier | If it is the identifier of a particular report instance |
Header.documentMetadata.dateTime (A.1.8.4 - Report date and time) | is equivalent to | Bundle.timeStamp | If it is when this particular version of this report has been assembled into a Bundle. |
Group 8 Mapping from A.1 - Imaging Report header data element to Composition: Imaging Report (CZ)
Source Code | Relationship | Target Code | Comment |
Header.subject (A.1.1 - Identification and A.1.2 - related contact information of the Patient/subject) | is equivalent to | Composition.subject | |
Header.author.dateTime (A.1.5.5 - Date Time) | is equivalent to | Composition.date | |
Header.documentMetadata (A.1.8 - Document metadata) | is related to | Composition.meta | |
Header.documentMetadata.identifier (A.1.8.1 - Document ID) | is equivalent to | Composition.identifier | If it is the identifer of the document (indipendently by its versions) and not of this particular document instance. |
Header.documentMetadata.category (A.1.8.2 - Document category) | is equivalent to | Composition.category | |
Header.documentMetadata.status (A.1.8.3 - Document status) | is equivalent to | Composition.status | |
Header.documentMetadata.dateTime (A.1.8.4 - Report date and time) | is equivalent to | Composition.date | If it is when this document has been created (indipendently by its version) |
Header.documentMetadata.title (A.1.8.5 - Document title) | is equivalent to | Composition.title | |
Header.documentMetadata.custodian (A.1.8.6 - Report custodian) | is equivalent to | Composition.custodian | |
Header.documentMetadata.confidentiality (A.1.8.7 - Confidentiality) | is equivalent to | Composition.confidentiality | |
Header.documentMetadata.language (A.1.8.8 - Language) | is related to | Composition.language | |
Header.documentMetadata.version (A.1.8.9 - Version) | is equivalent to | Composition.extension:versionNumber.valueString | As business version, not as resource version |