HL7 Europe Imaging Study Report
0.1.0-ballot - ci-build 150

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-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/oijauregui/ehdsimaging/tree/master and changes regularly. See the Directory of published versions

Imaging Report

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.

Overview

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).

Report Profiles

These define obligations on FHIR resources for systems conforming to this implementation guide.

The imaging specific obligations are specified in:

NameTitleDescription

The common obligations are specified in:

NameTitleDescription