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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/DiagnosticReportMinimalMetadata> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "DiagnosticReportMinimalMetadata"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.eu/fhir/imaging/StructureDefinition/DiagnosticReportEuImagingMinimalMetadata" ;
fhir:index -1 ;
fhir:link <http://hl7.eu/fhir/imaging/StructureDefinition/DiagnosticReportEuImagingMinimalMetadata>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.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>DiagnosticReportMinimalMetadata</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 report - example sections and entries</span>\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</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=\"http://example.org/myhospital/reportidentifiers\">http://example.org/myhospital/reportidentifiers</a>: </span>\n \n \n <span>unstructured-report-001</span>\n \n </p>\n </td>\n </tr>\n \n \n \n <tr>\n <th scope=\"row\"><b>BasedOn: </b></th>\n <td>Identifier: Accession ID/ACC-123456789</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Status: </b></th>\n <td>final</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=\"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 \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 </td>\n </tr>\n \n \n \n <tr>\n <th scope=\"row\"><b>Subject: </b></th>\n \n <td><a href=\"Bundle-bundle-report-minimal-metadata-unstructured.html#urn-uuid-1d3c5b7a-9e0f-4a2b-8c6d-5e4f3a2b1c0d\">Jane Doe(official) (no stated gender), DoB: 1976-04-29</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-OrganizationUnstructuredReport.html\">Organization Rediologie Zentrum Bremen</a></p>\n \n </td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n\n \n \n \n <tr>\n <th scope=\"row\"><b>Presented form: </b></th>\n <td>\n <ul>\n \n <li>application/pdf @ Binary/BinaryUnstructuredReport</li>\n \n </ul>\n </td>\n </tr> \n \n </table>\n</div>\n</div>"
] ;
fhir:DiagnosticReport.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "http://example.org/myhospital/reportidentifiers" ] ;
fhir:Identifier.value [ fhir:value "unstructured-report-001" ]
] ;
fhir:DiagnosticReport.basedOn [
fhir:index -1 ;
fhir:Reference.identifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "ACSN" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://example.org/myhospital/accessionsystem" ] ;
fhir:Identifier.value [ fhir:value "ACC-123456789" ]
]
] ;
fhir:DiagnosticReport.status [ fhir:value "final"] ;
fhir:DiagnosticReport.category [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://hl7.eu/fhir/health-data-api/CodeSystem/eehrxf-document-priority-category-cs" ] ;
fhir:Coding.code [ fhir:value "Medical-Imaging" ]
]
], [
fhir:index -1 ;
fhir:CodeableConcept.coding [
fhir:index -1 ;
a loinc:85430-7 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "85430-7" ]
]
] ;
fhir:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a loinc:85430-7 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "85430-7" ] ;
fhir:Coding.display [ fhir:value "Diagnostic imaging report - example sections and entries" ]
]
] ;
fhir:DiagnosticReport.subject [
fhir:Reference.reference [ fhir:value "urn:uuid:1d3c5b7a-9e0f-4a2b-8c6d-5e4f3a2b1c0d" ]
] ;
fhir:DiagnosticReport.performer [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Organization/OrganizationUnstructuredReport> ;
fhir:Reference.reference [ fhir:value "Organization/OrganizationUnstructuredReport" ]
] ;
fhir:DiagnosticReport.imagingStudy [
fhir:index -1 ;
fhir:Reference.identifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index -1 ;
fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
fhir:Coding.code [ fhir:value "110180" ] ;
fhir:Coding.display [ fhir:value "Study Instance UID" ]
]
] ;
fhir:Identifier.system [ fhir:value "urn:dicom:uid" ] ;
fhir:Identifier.value [ fhir:value "1.2.840.113619.2.55.3.604688123.783.1704067200.1" ]
]
] ;
fhir:DiagnosticReport.presentedForm [
fhir:index -1 ;
fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
fhir:Attachment.language [ fhir:value "de" ] ;
fhir:Attachment.url [ fhir:value "Binary/BinaryUnstructuredReport" ] ;
fhir:Attachment.creation [ fhir:value "2024-01-01T00:00:00Z"^^xsd:dateTime ]
] .
<http://hl7.org/fhir/Organization/OrganizationUnstructuredReport> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/DiagnosticReportMinimalMetadata.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DiagnosticReport/DiagnosticReportMinimalMetadata.ttl> .
IG © 2025+ HL7 Europe.
Package hl7.fhir.eu.imaging#1.0.0-ballot based on FHIR 4.0.1.
Generated
2026-07-15
