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: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DiagnosticReportMinimalMetadata"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/imaging-r4/StructureDefinition/DiagnosticReportEuImagingMinimalMetadata"^^xsd:anyURI ;
fhir:l <http://hl7.eu/fhir/imaging-r4/StructureDefinition/DiagnosticReportEuImagingMinimalMetadata> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\">\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=\"https://build.fhir.org/ig/euridice-org/eu-health-data-api/CodeSystem-eehrxf-document-priority-category-cs.html\">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 \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>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://example.org/myhospital/reportidentifiers"^^xsd:anyURI ;
fhir:l <http://example.org/myhospital/reportidentifiers> ] ;
fhir:value [ fhir:v "unstructured-report-001" ]
] ) ; #
fhir:basedOn ( [
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203> ] ;
fhir:code [ fhir:v "ACSN" ] ] ) ] ;
fhir:system [
fhir:v "http://example.org/myhospital/accessionsystem"^^xsd:anyURI ;
fhir:l <http://example.org/myhospital/accessionsystem> ] ;
fhir:value [ fhir:v "ACC-123456789" ] ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs"^^xsd:anyURI ;
fhir:l <http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs> ] ;
fhir:code [ fhir:v "Medical-Imaging" ] ] )
] [
( fhir:coding [
a loinc:85430-7 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "85430-7" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:85430-7 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "85430-7" ] ;
fhir:display [ fhir:v "Diagnostic imaging report - example sections and entries" ] ] )
] ; #
fhir:subject [
fhir:l <urn:uuid:1d3c5b7a-9e0f-4a2b-8c6d-5e4f3a2b1c0d> ;
fhir:reference [ fhir:v "urn:uuid:1d3c5b7a-9e0f-4a2b-8c6d-5e4f3a2b1c0d" ]
] ; #
fhir:performer ( [
fhir:l fhir:Organization/OrganizationUnstructuredReport ;
fhir:reference [ fhir:v "Organization/OrganizationUnstructuredReport" ]
] ) ; #
fhir:imagingStudy ( [
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [
fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ;
fhir:l <http://dicom.nema.org/resources/ontology/DCM> ] ;
fhir:code [ fhir:v "110180" ] ;
fhir:display [ fhir:v "Study Instance UID" ] ] ) ] ;
fhir:system [
fhir:v "urn:dicom:uid"^^xsd:anyURI ;
fhir:l <urn:dicom:uid> ] ;
fhir:value [ fhir:v "1.2.840.113619.2.55.3.604688123.783.1704067200.1" ] ]
] ) ; #
fhir:presentedForm ( [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:language [ fhir:v "de" ] ;
fhir:url [
fhir:v "Binary/BinaryUnstructuredReport"^^xsd:anyURI ;
fhir:l fhir:Binary/BinaryUnstructuredReport ] ;
fhir:creation [ fhir:v "2024-01-01T00:00:00Z"^^xsd:dateTime ]
] ) . #
IG © 2025+ HL7 Europe.
Package hl7.fhir.eu.imaging-r4#1.0.0-ballot based on FHIR 4.0.1.
Generated
2026-03-11
