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" : "DiagnosticReportSemiStructured",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/imaging-r5/StructureDefinition/DiagnosticReportEuImaging"
]
},
"language" : "en",
"text" : {
"status" : "extensions"
},
"identifier" : [
{
"system" : "http://example.org/myhosptital/reportidentifiers",
"value" : "o32u4js8492ff"
}
],
"basedOn" : [
{
"type" : "ServiceRequest",
"identifier" : {
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ACSN"
},
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "121022",
"display" : "Accession Number"
}
]
},
"system" : "http://example.org/myhosptital/accessionsystem",
"value" : "123456789"
}
}
],
"status" : "final",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0074",
"code" : "RAD",
"display" : "Radiologie"
}
]
},
{
"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" : "24802-1"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientSemiStructuredReport"
},
"effectiveDateTime" : "2025-05-08",
"performer" : [
{
🔗 "reference" : "Organization/OrganizationSemiStructuredReport"
}
],
"resultsInterpreter" : [
{
🔗 "reference" : "PractitionerRole/PractitionerRoleSemiStructuredReportAuthor"
}
],
"result" : [
{
🔗 "reference" : "Observation/ObservationNarrative"
}
],
"study" : [
{
🔗 "reference" : "ImagingStudy/ImagingStudySemiStructuredReport1"
},
{
🔗 "reference" : "ImagingStudy/ImagingStudySemiStructuredReport2"
}
],
"composition" : {
🔗 "reference" : "Composition/CompositionSemiStructured"
},
"conclusion" : "Beginnende Großzehengrundgelenksarthrose, links mehr als rechts. Z.n. Umstellungsosteotomie des MFK1 links.",
"presentedForm" : [
{
"contentType" : "application/pdf",
"language" : "de-DE",
"url" : "http://hl7.eu/fhir/imaging-r5/Binary/BinarySemistructuredReport",
"pages" : 1
}
]
}