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
The imaging report represents a report made by a radiologist based on an ImagingStudy. The figure below presents an overview of the data that is part of the imaging-report.
In order to keep the diagram readable, not all references are included.
classDiagram
  direction LR
  class ImReport{
    <<Bundle>>
  }
  ImReport *-- "1" ImComposition
  ImReport *-- "1" ImDiagnosticReport
  ImReport *-- "1" ImPatient
  ImReport *-- "0..*" ImOrder
  ImReport *-- "0..*" PractitionerRoleEu
  ImReport *-- "0..*" DeviceEu
  ImReport *-- "0..*" OrganizationEu
  ImReport *-- "0..*" ImImagingStudy
  ImReport *-- "0..*" ImProcedure
  ImReport *-- "0..*" ImImagingSelection
  ImReport *-- "0..*" ImFinding
  ImReport *-- "0..*" ImKeyImageDocumentReference
  ImReport *-- "0..*" ImKeyImageImagingSelection
  ImReport *-- "0..*" ConditionEu: section[impression]
  ImReport *-- "0..*" CarePlanEU
  ImDiagnosticReport --> ImComposition: composition
  
  ImComposition --> ImOrder: extension[basedOn]  
  ImComposition --> PractitionerRoleEu: extension[informationRecipient]
  ImComposition --> ImDiagnosticReport: extension[diagnosticreport-reference]
  ImComposition --> PractitionerRoleEu: author[author]
  ImComposition --> DeviceEu: author[authoring-device]
  ImComposition --> PractitionerRoleEu: attester[legalAuthenticator]
  ImComposition --> PractitionerRoleEu: attester[resultValidator]
  ImComposition --> OrganizationEu: custodian
  ImComposition --> ImPatient: subject
  ImComposition --> ImImagingStudy: event[study].detail
  ImComposition --> ImProcedure: event[procedure].detail
  ImComposition --> ImImagingStudy: section[imagingstudy]
  ImComposition --> ImOrder: section[order]
  ImComposition --> ImProcedure: section[procedure]
  ImComposition --> ImImagingStudy: section[comparison]
  ImComposition --> ImImagingSelection: section[comparison]
  ImComposition --> ImFinding: section[findings]
  ImComposition --> ImKeyImageDocumentReference: section[keyImage]
  ImComposition --> ImKeyImageImagingSelection: section[keyImage]
  ImComposition --> ImFinding: section[impression]
  ImComposition --> ConditionEu: section[impression]
  ImComposition --> ImKeyImageDocumentReference: section[keyImage]
  ImComposition --> ImKeyImageImagingSelection: section[keyImage]
  ImComposition --> CarePlanEU: section[recommendation]
The report is a FHIR bundle that includes ImComposition and ImDiagnosticReport resources and all resources in the tree of resources that referred to (see $document operation).
These define obligations on FHIR resources for systems conforming to this implementation guide.
The imaging specific obligations are specified in:
| Name | Title | Description | 
| Report_ImAdverseEvent | ImAdverseEvent: obligations | Report obligations for ImAdverseEvent | 
| Report_ImComposition | ImComposition: obligations | Report obligations for ImComposition | 
| Report_ImDiagnosticReport | ImDiagnosticReport: obligations | Report obligations for ImDiagnosticReport | 
| Report_ImFinding | ImFinding: obligations | Report obligations for ImFinding | 
| Report_ImImagingStudy | ImImagingStudy: obligations | Report obligations for ImImagingStudy | 
| Report_ImOrder | ImOrder: obligations | Report obligations for ImOrder | 
| Report_ImPatient | ImPatient: obligations | Report obligations for ImPatient | 
| Report_ImProcedure | ImProcedure: obligations | Report obligations for ImProcedure | 
| Report_ImRadiationDoseObservation | ImRadiationDoseObservation: obligations | Report obligations for ImRadiationDoseObservation | 
| Report_ImReportDocumentReference | Report Obligations for ImReportIheMhdDocumentReference | Report Obligations for ImReportIheMhdDocumentReference | 
The common obligations are specified in:
| Name | Title | Description | 
| Report_EuAddress | EuAddress: obligations | Report obligations for EuAddress | 
| Report_EuAllergyIntolerance | EuAllergyIntolerance: obligations | Report obligations for EuAllergyIntolerance | 
| Report_EuAttachment | EuAttachment: obligations | Report obligations for EuAttachment | 
| Report_EuBodyStructure | EuBodyStructure: obligations | Report obligations for EuBodyStructure | 
| Report_EuCarePlan | EuCarePlan: obligations | Report obligations for EuCarePlan | 
| Report_EuCondition | EuCondition: obligations | Report obligations for EuCondition | 
| Report_EuCoverage | EuCoverage: obligations | Report obligations for EuCoverage | 
| Report_EuDevice | EuDevice: obligations | Report obligations for EuDevice | 
| Report_EuDocumentReference | EuDocumentReference: obligations | Report obligations for EuDocumentReference | 
| Report_EuEncounter | EuEncounter: obligations | Report obligations for EuEncounter | 
| Report_EuHumanName | EuHumanName: obligations | Report obligations for EuHumanName | 
| Report_EuMedicationAdministration | EuMedicationAdministration: obligations | Report obligations for EuMedicationAdministration | 
| Report_EuObservation | EuObservation: obligations | Report obligations for EuObservation | 
| Report_EuOrganization | EuOrganization: obligations | Report obligations for EuOrganization | 
| Report_EuPatient | EuPatient: obligations | Report obligations for EuPatient | 
| Report_EuPractitioner | EuPractitioner: obligations | Report obligations for EuPractitioner | 
| Report_EuPractitionerRole | EuPractitionerRole: obligations | Report obligations for EuPractitionerRole | 
| Report_EuProcedure | EuProcedure: obligations | Report obligations for EuProcedure | 
| Report_EuQuantity | EuQuantity: obligations | Report obligations for EuQuantity | 
| Report_EuServiceRequest | EuServiceRequest: obligations | Report obligations for EuServiceRequest | 
| Report_EuSimpleQuantity | EuSimpleQuantity: obligations | Report obligations for EuSimpleQuantity |