HL7 Europe Imaging Report R5, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot 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
{
"resourceType" : "DiagnosticReport",
"id" : "ImagingReportRetractionExample",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/imaging-r5/StructureDefinition/DiagnosticReportEuImaging"
]
},
"language" : "en",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td>ImagingReportRetractionExample</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Code: </b></th>\n <td>\n\n \n <p style=\"margin-bottom: 5px;\">\n \n <span>Diagnostic imaging study</span>\n \n \n <span>(</span>\n \n <span><a href=\"https://loinc.org/\">http://loinc.org</a>:</span>\n \n \n <span>18748-4</span>\n \n <span>)</span>\n \n </p>\n \n\n</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\">\n <b>\n \n Identifier:\n \n </b>\n </th>\n <td>\n <p style=\"margin-bottom: 5px;\">\n \n <span><a href=\"https://example.org/imaging-report-identifiers\">https://example.org/imaging-report-identifiers</a>: </span>\n \n \n <span>report-retraction-example</span>\n \n </p>\n </td>\n </tr>\n \n \n \n\n \n <tr>\n <th scope=\"row\"><b>Status: </b></th>\n <td>entered-in-error</td>\n </tr>\n \n\n \n \n \n <tr>\n <th scope=\"row\"><b>Category: </b></th>\n <td>\n \n \n\n \n <p style=\"margin-bottom: 5px;\">\n \n \n <span>(</span>\n \n <span><a href=\"https://loinc.org/\">http://loinc.org</a>:</span>\n \n \n <span>85430-7</span>\n \n <span>)</span>\n \n </p>\n \n\n\n \n \n\n \n <p style=\"margin-bottom: 5px;\">\n \n \n <span>(</span>\n \n <span><a href=\"http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs\">http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs</a>:</span>\n \n \n <span>Medical-Imaging</span>\n \n <span>)</span>\n \n </p>\n \n\n\n \n </td>\n </tr>\n \n \n \n <tr>\n <th scope=\"row\"><b>Subject: </b></th>\n \n <td><a href=\"Patient-PatientStructuredReport.html\">3D TEE 2D(official) (no stated gender), DoB: 1976-04-29 ( 00 CARDIAC 2)</a> </td>\n \n </tr>\n \n\n \n \n \n\n \n <tr>\n <th scope=\"row\"><b>Performer: </b></th>\n <td>\n \n <p><a href=\"Organization-OrganizationStructuredReport.html\">Organization Ultrasound centrum</a></p>\n \n </td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Studies: </b></th>\n <td>\n <ul>\n \n <li><a href=\"ImagingStudy-ImagingStudyStructuredReport.html\">ImagingStudy: extension = Upper trunk; identifier = Study Instance UID: DICOM Unique Id#urn:oid:1.3.46.670589.58.10.10562925256214266678.11674839624289915183; status = available; modality = Ultrasound; started = 2025-04-29</a></li>\n \n </ul>\n </td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Composition: </b></th>\n <td>\n <a href=\"Composition-ImagingReportRetractionComposition.html\">Retracted imaging report</a>\n </td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Results interpreter: </b></th>\n <td>\n <ul>\n \n <li><a href=\"Observation-ObservationNarrative.html\">Observation Radiology Study observation (narrative)</a></li>\n \n </ul>\n </td>\n </tr> \n \n\n \n\n\n \n \n \n </table>\n</div>\n</div>"
},
"identifier" : [
{
"system" : "https://example.org/imaging-report-identifiers",
"value" : "report-retraction-example"
}
],
"status" : "entered-in-error",
"category" : [
{
"coding" : [
{
"system" : "http://loinc.org",
"code" : "85430-7"
}
]
},
{
"coding" : [
{
"system" : "http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs",
"code" : "Medical-Imaging"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "18748-4",
"display" : "Diagnostic imaging study"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientStructuredReport"
},
"performer" : [
{
🔗 "reference" : "Organization/OrganizationStructuredReport"
}
],
"result" : [
{
🔗 "reference" : "Observation/ObservationNarrative"
}
],
"study" : [
{
🔗 "reference" : "ImagingStudy/ImagingStudyStructuredReport"
}
],
"composition" : {
🔗 "reference" : "Composition/ImagingReportRetractionComposition"
}
}