HL7 Europe Imaging Study Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.0-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/oijauregui/ehdsimaging/ and changes regularly. See the Directory of published versions
| Official URL: http://hl7.eu/fhir/imaging-r5/ConceptMap/EHDSImagingReportBodyMap | Version: 0.1.0-build | |||
| Draft as of 2025-08-20 | Computable Name: EHDSImagingReportBodyMap | |||
| Copyright/Legal: Used by permission of HL7 Europe, all rights reserved Creative Commons License | ||||
Map for EHDSImagingReportBody
The figure below presents the XtEHR Imaging Logical Model DataSet representation and the FHIR profiles it maps to. For each FHIR profile the impacted fields are listed.
classDiagram
direction LR
class EHDSImagingReportBody {
  <<XtEHR dataset>>
  orderInformation
  orderInformation.orderId
  orderInformation.orderDateAndTime
  orderInformation.orderPlacer
  orderInformation.orderReasonText
  orderInformation.orderReason
  orderInformation.clinicalQuestion
  orderInformation.supportingInformation
  orderInformation.supportingInformation.observation
  orderInformation.supportingInformation.condition
  orderInformation.supportingInformation.medicationAdministration
  orderInformation.supportingInformation.devices
  orderInformation.supportingInformation.pregnancyStatus
  orderInformation.supportingInformation.gestationalAge
  orderInformation.supportingInformation.sexForClinicalUse
  orderInformation.supportingInformation.otherSupportingInformation
  specimen
  serviceRequest
  exposureInformation
  exposureInformation.effectiveDose
  exposureInformation.equivalentDoseInformation
  exposureInformation.equivalentDoseInformation.equivalentDose
  exposureInformation.equivalentDoseInformation.tissueType
  examinationReport
  examinationReport.modality
  examinationReport.bodyPart
  examinationReport.bodyPart.bodyLocation
  examinationReport.bodyPart.laterality
  examinationReport.imagingProcedures
  examinationReport.medication
  examinationReport.adverseReaction
  examinationReport.resultData
  examinationReport.resultData.resultText
  examinationReport.resultData.observationResults
  examinationReport.conclusion
  examinationReport.conclusion.impression
  examinationReport.conclusion.conditionOrFinding[x]
  recommendation
  recommendation.description
  recommendation.carePlan
  comparisonStudy
}
link EHDSImagingReportBody "https://build.fhir.org/ig/Xt-EHR/xt-ehr-common/StructureDefinition-EHDSImagingReportBody.html"
class ImComposition{
  <<FHIR>>
  section[order]
  identifier
  section[order].entry[order]
  section[order].extension[note]
  section[history].entry
  subject
  section[procedure].entry[procedure]
  section[findings]
  section[findings].extension[note]
  section[findings].entry[ImFinding]
  section[impression]
  section[impression].entry[ImFinding]
  section[impression].entry[impression]
  section[recommendation]
  section[recommendation].entry[careplan]
  section[comparison].entry[comparedstudy]
}
class ImOrder{
  <<FHIR>>
  authoredOn
  requester
  reason.concept.text
  reason.concept
  supportingInfo
  reason
  supportingInfo[pregnancy]
}
class ImGestationalAgeObservation{
  <<FHIR>>
  value[x]
}
class ImPatient{
  <<FHIR>>
  extension[sex-for-clinical-use]
  extension[sex-for-clinical-use].extension[value].valueCodeableConcept
  extension[sex-for-clinical-use].extension[period].valuePeriod
}
class ImImagingStudy{
  <<FHIR>>
  series.specimen
  series.modality
  series.bodySite
}
class ImRadiationDoseObservation{
  <<FHIR>>
  component.value[x]
  bodySite
}
class EuBodyStructure{
  <<FHIR>>
  morphology
  includedStructure.structure
  includedStructure.laterality
}
class EuMedicationAdministration{
  <<FHIR>>
  partOf
}
class ImAdverseEvent{
  <<FHIR>>
  suspectEntity[procedure]
  contributingFactor[allergy]
  status
  code
  subject
}
class EuAllergyIntolerance
class ImDiagnosticReport{
  <<FHIR>>
  result
  conclusion
}
class EuCarePlan{
  <<FHIR>>
  description
}
class ImOrder {
  <<FHIR>>
}
class EuObservation {
  <<FHIR>>
}
class EuCondition {
  <<FHIR>>
}
class EuMedicationAdministration {
  <<FHIR>>
}
class EuDevice {
  <<FHIR>>
}
class Observation-pregnancy-status-uv-ips {
  <<FHIR>>
}
class ImGestationalAgeObservation {
  <<FHIR>>
}
class ImPatient {
  <<FHIR>>
}
class EuProcedure {
  <<FHIR>>
}
class ImFinding {
  <<FHIR>>
}
class ImImpression {
  <<FHIR>>
}
class EuCarePlan {
  <<FHIR>>
}
class ImImagingStudy {
  <<FHIR>>
}
class EuPractitionerRole {
  <<FHIR>>
}
class  EuObservation {
  <<FHIR>>
}
class EuSpecimen {
  <<FHIR>>
}
class EuBodyStructure {
  <<FHIR>>
}
class ImProcedure {
  <<FHIR>>
}
class EuAllergyIntolerance {
  <<FHIR>>
}
class  ImRadiationDoseObservation {
  <<FHIR>>
}
EHDSImagingReportBody --> ImComposition
ImComposition --> ImOrder : section[order].entry[order]
ImComposition --> EuObservation : section[history].entry
ImComposition --> EuCondition : section[history].entry
ImComposition --> EuMedicationAdministration : section[history].entry
ImComposition --> EuDevice : section[history].entry
ImComposition --> Observation-pregnancy-status-uv-ips : section[history].entry
ImComposition --> ImGestationalAgeObservation : section[history].entry
ImComposition --> ImPatient : subject
ImComposition --> EuProcedure : section[procedure].entry[procedure]
ImComposition --> ImFinding : section[findings].entry[ImFinding]
ImComposition --> ImFinding : section[impression].entry[ImFinding]
ImComposition --> ImImpression : section[impression].entry[impression]
ImComposition --> EuCarePlan : section[recommendation].entry[careplan]
ImComposition --> ImImagingStudy : section[comparison].entry[comparedstudy]
EHDSImagingReportBody --> ImOrder
ImOrder --> EuPractitionerRole : requester
ImOrder --> EuCondition : supportingInfo
ImOrder -->  EuObservation : supportingInfo
ImOrder --> EuObservation : supportingInfo
ImOrder --> EuMedicationAdministration : reason
ImOrder --> EuDevice : supportingInfo
EHDSImagingReportBody --> ImGestationalAgeObservation
EHDSImagingReportBody --> ImPatient
EHDSImagingReportBody --> ImImagingStudy
ImImagingStudy --> EuSpecimen : series.specimen
ImImagingStudy --> EuBodyStructure : series.bodySite
EHDSImagingReportBody --> ImRadiationDoseObservation
EHDSImagingReportBody --> EuBodyStructure
EHDSImagingReportBody --> EuMedicationAdministration
EuMedicationAdministration --> ImProcedure : partOf
EHDSImagingReportBody --> ImAdverseEvent
ImAdverseEvent --> ImProcedure : suspectEntity[procedure]
ImAdverseEvent --> EuAllergyIntolerance : contributingFactor[allergy]
ImAdverseEvent --> ImPatient : subject
EHDSImagingReportBody --> EuAllergyIntolerance
EHDSImagingReportBody --> ImDiagnosticReport
ImDiagnosticReport --> ImFinding : result
ImDiagnosticReport -->  ImRadiationDoseObservation : result
EHDSImagingReportBody --> EuCarePlan
Mapping from Imaging report body model to (not specified)
Group 1 Mapping from Imaging report body model to Composition: Imaging Report
| Source Concept Details | Relationship | Target Concept Details | Comment | ||
| Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSImagingReportBody | Codes from http://hl7.eu/fhir/imaging-r5/StructureDefinition/ImComposition | ||||
| orderInformation | is related to | section[order] | B.1.1 - Order information | ||
| orderInformation.orderId | is related to | identifier | B.1.1.1 - Order Id | ||
| is related to | section[order].entry[order] | B.1.1.1 - Order Id | |||
| orderInformation.orderReasonText | is related to | section[order].extension[note] | B.1.1.4 - Order reason text | ||
| orderInformation.supportingInformation | is narrower than | section[history].entry | B.1.1.7 - Supporting information | elements from patient history relevant for the report. | |
| orderInformation.supportingInformation.observation | is related to | section[history].entry | B.1.1.7.1 - Observation | ||
| orderInformation.supportingInformation.condition | is related to | section[history].entry | B.1.1.7.2 - Condition | ||
| orderInformation.supportingInformation.medicationAdministration | is related to | section[history].entry | B.1.1.7.3 - Medication Administration | ||
| orderInformation.supportingInformation.devices | is related to | section[history].entry | B.1.1.7.4 - Devices | ||
| orderInformation.supportingInformation.pregnancyStatus | is related to | section[history].entry | B.1.1.7.5 - Pregnancy status | ||
| orderInformation.supportingInformation.gestationalAge | is related to | section[history].entry | B.1.1.7.6 - Gestational age | ||
| orderInformation.supportingInformation.sexForClinicalUse | is related to | subject | B.1.1.7.7 - Sex for clinical use | ||
| orderInformation.supportingInformation.otherSupportingInformation | is related to | section[history].entry | B.1.1.7.8 - Other supporting information | ||
| serviceRequest | is related to | section[order].entry[order] | B.1.3 - Service request | ||
| examinationReport.imagingProcedures | is related to | section[procedure].entry[procedure] | B.1.5.3 - Imaging procedures | ||
| examinationReport.medication | is related to | section[procedure].entry[procedure] | B.1.5.4 - Medication | ||
| examinationReport.resultData | is related to | section[findings] | B.1.5.6 - Result data | ||
| examinationReport.resultData.resultText | is related to | section[findings].extension[note] | B.1.5.6.1 - Result text | ||
| examinationReport.resultData.observationResults | is related to | section[findings].entry[ImFinding] | B.1.5.6.2 - Observation results | ||
| examinationReport.conclusion | is related to | section[impression] | B.1.5.7 - Conclusion | ||
| examinationReport.conclusion.conditionOrFinding[x] | is related to | section[impression].entry[ImFinding] | B.1.5.7.2 - Condition or finding | ||
| is related to | section[impression].entry[impression] | B.1.5.7.2 - Condition or finding | |||
| recommendation | is related to | section[recommendation] | B.1.6 - Recommendation | ||
| recommendation.carePlan | is related to | section[recommendation].entry[careplan] | B.1.6.2 - Care plan | ||
| comparisonStudy | is related to | section[comparison].entry[comparedstudy] | B.1.7 - Comparison Study | ||
Group 2 Mapping from Imaging report body model to ServiceRequest: Imaging Order
| Source Code | Relationship | Target Code | Comment | 
| orderInformation.orderDateAndTime | is related to | authoredOn (B.1.1.2 - Order date and time) | |
| orderInformation.orderPlacer | is related to | requester (B.1.1.3 - Order placer) | |
| orderInformation.orderReasonText | is related to | reason.concept.text (B.1.1.4 - Order reason text) | |
| orderInformation.orderReason | is related to | reason.concept (B.1.1.5 - Order reason) | |
| orderInformation.clinicalQuestion | is related to | reason.concept (B.1.1.6 - Clinical question) | |
| orderInformation.supportingInformation | is related to | supportingInfo (B.1.1.7 - Supporting information) | Point to observations and conditions | 
| orderInformation.supportingInformation.observation | is related to | supportingInfo (B.1.1.7.1 - Observation) | Refer to observations | 
| orderInformation.supportingInformation.condition | is related to | supportingInfo (B.1.1.7.2 - Condition) | Refer to conditions | 
| orderInformation.supportingInformation.medicationAdministration | is related to | reason (B.1.1.7.3 - Medication Administration) | |
| orderInformation.supportingInformation.devices | is related to | supportingInfo (B.1.1.7.4 - Devices) | Refer to device, might be replaced by a more constraint reference. | 
| orderInformation.supportingInformation.pregnancyStatus | is related to | supportingInfo[pregnancy] (B.1.1.7.5 - Pregnancy status) | Code in supporting info, could be a observation as well | 
| serviceRequest | (not mapped) | ||
Group 3 Mapping from Imaging report body model to Observation: Gestational Age
| Source Code | Relationship | Target Code | 
| orderInformation.supportingInformation.gestationalAge | is related to | value[x] (B.1.1.7.6 - Gestational age) | 
Group 4 Mapping from Imaging report body model to Patient: Imaging
| Source Concept Details | Relationship | Target Concept Details | ||
| Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSImagingReportBody | Codes from http://hl7.eu/fhir/imaging-r5/StructureDefinition/ImPatient | |||
| orderInformation.supportingInformation.sexForClinicalUse | is related to | extension[sex-for-clinical-use] | B.1.1.7.7 - Sex for clinical use | |
| is related to | extension[sex-for-clinical-use].extension[value].valueCodeableConcept | B.1.1.7.7 - Sex for clinical use | ||
| is related to | extension[sex-for-clinical-use].extension[period].valuePeriod | B.1.1.7.7 - Sex for clinical use | ||
Group 5 Mapping from Imaging report body model to ImagingStudy: General
| Source Code | Relationship | Target Code | 
| specimen | is related to | series.specimen (B.1.2 - Specimen) | 
| examinationReport.modality | is related to | series.modality (B.1.5.1 - Modality) | 
| examinationReport.bodyPart.bodyLocation | is related to | series.bodySite (B.1.5.2.1 - Body location) | 
| examinationReport.bodyPart.laterality | is related to | series.bodySite (B.1.5.2.2 - Laterality) | 
Group 6 Mapping from Imaging report body model to Observation: Radiation Dose
| Source Code | Relationship | Target Code | Comment | 
| exposureInformation | (not mapped) | ||
| exposureInformation.effectiveDose | is related to | component.value[x] (B.1.4.1 - Effective dose) | choose one of the slices | 
| exposureInformation.equivalentDoseInformation | is related to | component.value[x] (B.1.4.2 - Equivalent dose information) | choose one of the slices | 
| exposureInformation.equivalentDoseInformation.equivalentDose | is related to | component.value[x] (B.1.4.2.1 - Equivalent dose) | choose one of the slices | 
| exposureInformation.equivalentDoseInformation.tissueType | is related to | bodySite (B.1.4.2.2 - Tissue type) | |
Group 7 Mapping from Imaging report body model to BodyStructure: EU BodyStructure
| Source Concept Details | Relationship | Target Concept Details | ||
| Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSImagingReportBody | Codes from http://hl7.eu/fhir/imaging-r5/StructureDefinition/BodyStructureEu | |||
| examinationReport.bodyPart.bodyLocation | is related to | morphology | B.1.5.2.1 - Body location | |
| is related to | includedStructure.structure | B.1.5.2.1 - Body location | ||
| examinationReport.bodyPart.laterality | is related to | includedStructure.laterality | B.1.5.2.2 - Laterality | |
Group 8 Mapping from Imaging report body model to MedicationAdministration
| Source Code | Relationship | Target Code | 
| examinationReport.medication | is related to | partOf (B.1.5.4 - Medication) | 
Group 9 Mapping from Imaging report body model to AdverseEvent: Imaging Adverse Event
| Source Concept Details | Relationship | Target Concept Details | ||
| Codes from https://www.xt-ehr.eu/specifications/fhir/StructureDefinition/EHDSImagingReportBody | Codes from http://hl7.eu/fhir/imaging-r5/StructureDefinition/ImAdverseEvent | |||
| examinationReport.adverseReaction | is related to | suspectEntity[procedure] | B.1.5.5 - Adverse reaction | |
| is related to | contributingFactor[allergy] | B.1.5.5 - Adverse reaction | ||
| is related to | status | B.1.5.5 - Adverse reaction | ||
| is related to | code | B.1.5.5 - Adverse reaction | ||
| is related to | subject | B.1.5.5 - Adverse reaction | ||
Group 10 Mapping from Imaging report body model to AllergyIntolerance: EU AllergyIntolerance
| Source Code | Relationship | Target Code | 
| examinationReport.adverseReaction | (not mapped) | |
Group 11 Mapping from Imaging report body model to DiagnosticReport: Imaging Report
| Source Code | Relationship | Target Code | 
| examinationReport.resultData.observationResults | is related to | result (B.1.5.6.2 - Observation results) | 
| examinationReport.conclusion.impression | is related to | conclusion (B.1.5.7.1 - Impression) | 
Group 12 Mapping from Imaging report body model to CarePlan: EU CarePlan
| Source Code | Relationship | Target Code | 
| recommendation.description | is related to | description (B.1.6.1 - Description) | 
Group 13 Mapping from Imaging report body model to unspecified code system
| Source Code | Relationship | Target Code | 
| examinationReport ((B.1.5 - Examination Report)) | (not mapped) | |
| examinationReport.bodyPart ((B.1.5.2 - Body part)) | (not mapped) | |