HL7 Europe Imaging Report R4, 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-r4/ and changes regularly. See the Directory of published versions
{
"resourceType" : "DiagnosticReport",
"id" : "ImagingReportRetractionExample",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/imaging/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/health-data-api/1.0.0-ballot/CodeSystem-eehrxf-document-priority-category-cs.html\">http://hl7.eu/fhir/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\n \n\n \n\n \n\n\n \n \n \n </table>\n</div>\n</div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition",
"valueReference" : {
🔗 "reference" : "Composition/ImagingReportRetractionComposition"
}
}
],
"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/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"
}
],
"imagingStudy" : [
{
🔗 "reference" : "ImagingStudy/ImagingStudyStructuredReport"
}
]
}