HL7 Europe Imaging Report R5, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.1-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging-r5/ and changes regularly. See the Directory of published versions
These are stored in DiagnosticReport.note and in Composition.section.extension[note]. Based on this content the section.text and DiagnosticReport.text and Composition.text are populated.
The annotations are entered as markdown which allows inclusion of tables
TBD
These links can be included in the text (Narrative) using text-link extensions. Referring them from the unstructured text is TBD.
The specification focusses first on the infrastructural aspects and marks the terminology related this as extensible. We are conservative in placing terminology requirements on findings and interpretations are there currently is not a widespread consensus on what terminology is used.
These are separate documents; separate imaging reports. TBD: in what way link these in this report.
DICOM-SR reports can be accessed and referred using ImagingSelections as they are stored as instances in the PACS. In the case that the report is a DICOM-SR report,
Yes, there can be multiple reports referring the same study. A study can refer tmore than one study. See semi-structured example.
This can be done using text-link extensions.
TBD – can we this from the Narrative as well.
These can be included as Media in R4 and DocumentReference in R5 and are referred from the Composition.section[finding] and DiagnosticReport.media
Currently not in scope
TBD
AI results are stored as DICOM-SR documents which can be accessed as DICOM instances using the manifest. Optionally, the source system has the option to reflect the content of these DICOM-SR documents in FHIR using the DICOM-SR-2-FHIR IG. When elements from the AIR reports are included in the imaging report, it is RECOMMENDED to use the format specified in DICOM-SR-2-FHIR.
Some of the source data for imaging report comes from DICOM. Although DICOM recommends to include time-zone information there will be situations that the timezone is not included in the DICOM data and cannot be derived from the context. In this case the document creator SHALL include the date-time value as is and add the Uncertain period Extension to indicate the uncertainty period of the datetime value.
...
"started" : "2015-02-07T13:28:17-05:00"
"_started" : {
"extension" : [
{ "url": "http://hl7.org/fhir/StructureDefinition/uncertainPeriod",
"valuePeriod" : {
"start": "2015-02-07T13:28:17-12:00",
"end": "2015-02-07T13:28:17+12:00"
}
}
]
}
...