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
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/DiagnosticReportSemiStructured> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "DiagnosticReportSemiStructured"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://hl7.eu/fhir/imaging-r5/StructureDefinition/DiagnosticReportEuImaging"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/imaging-r5/StructureDefinition/DiagnosticReportEuImaging>
] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ]
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/myhosptital/reportidentifiers"^^xsd:anyURI ] ;
fhir:value [ fhir:v "o32u4js8492ff" ]
] ) ; #
fhir:basedOn ( [
fhir:type [ fhir:v "ServiceRequest"^^xsd:anyURI ] ;
fhir:identifier [
fhir:type [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ]
] [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "121022" ] ;
fhir:display [ fhir:v "Accession Number" ]
] )
] ;
fhir:system [ fhir:v "http://example.org/myhosptital/accessionsystem"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123456789" ]
]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0074"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RAD" ] ;
fhir:display [ fhir:v "Radiologie" ]
] )
] [
fhir:coding ( [
a loinc:85430-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85430-7" ]
] )
] [
fhir:coding ( [
fhir:system [ fhir:v "http://hl7.eu/fhir/eu-health-data-api/CodeSystem/eehrxf-document-priority-category-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Medical-Imaging" ]
] )
] ) ; #
fhir:code [
fhir:coding ( [
a loinc:24802-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24802-1" ]
] )
] ; #
fhir:subject [
fhir:link <http://hl7.org/fhir/Patient/PatientSemiStructuredReport> ;
fhir:reference [ fhir:v "Patient/PatientSemiStructuredReport" ]
] ; #
fhir:effective [
a fhir:dateTime ;
fhir:v "2025-05-08"^^xsd:date
] ; #
fhir:performer ( [
fhir:link <http://hl7.org/fhir/Organization/OrganizationSemiStructuredReport> ;
fhir:reference [ fhir:v "Organization/OrganizationSemiStructuredReport" ]
] ) ; #
fhir:resultsInterpreter ( [
fhir:link <http://hl7.org/fhir/PractitionerRole/PractitionerRoleSemiStructuredReportAuthor> ;
fhir:reference [ fhir:v "PractitionerRole/PractitionerRoleSemiStructuredReportAuthor" ]
] ) ; #
fhir:result ( [
fhir:link <http://hl7.org/fhir/Observation/ObservationNarrative> ;
fhir:reference [ fhir:v "Observation/ObservationNarrative" ]
] ) ; #
fhir:study ( [
fhir:link <http://hl7.org/fhir/ImagingStudy/ImagingStudySemiStructuredReport1> ;
fhir:reference [ fhir:v "ImagingStudy/ImagingStudySemiStructuredReport1" ]
] [
fhir:link <http://hl7.org/fhir/ImagingStudy/ImagingStudySemiStructuredReport2> ;
fhir:reference [ fhir:v "ImagingStudy/ImagingStudySemiStructuredReport2" ]
] ) ; #
fhir:composition [
fhir:link <http://hl7.org/fhir/Composition/CompositionSemiStructured> ;
fhir:reference [ fhir:v "Composition/CompositionSemiStructured" ]
] ; #
fhir:conclusion [ fhir:v "Beginnende Großzehengrundgelenksarthrose, links mehr als rechts. Z.n. Umstellungsosteotomie des MFK1 links."] ; #
fhir:presentedForm ( [
fhir:contentType [ fhir:v "application/pdf" ] ;
fhir:language [ fhir:v "de-DE" ] ;
fhir:url [ fhir:v "http://hl7.eu/fhir/imaging-r5/Binary/BinarySemistructuredReport"^^xsd:anyURI ] ;
fhir:pages [ fhir:v "1"^^xsd:positiveInteger ]
] ) . #
<http://hl7.org/fhir/Patient/PatientSemiStructuredReport> a fhir:Patient .
<http://hl7.org/fhir/Organization/OrganizationSemiStructuredReport> a fhir:Organization .
<http://hl7.org/fhir/PractitionerRole/PractitionerRoleSemiStructuredReportAuthor> a fhir:PractitionerRole .
<http://hl7.org/fhir/Observation/ObservationNarrative> a fhir:Observation .
<http://hl7.org/fhir/ImagingStudy/ImagingStudySemiStructuredReport1> a fhir:ImagingStudy .
<http://hl7.org/fhir/ImagingStudy/ImagingStudySemiStructuredReport2> a fhir:ImagingStudy .
<http://hl7.org/fhir/Composition/CompositionSemiStructured> a fhir:Composition .
IG © 2025+ HL7 Europe.
Package hl7.fhir.eu.imaging-r5#1.0.0-ballot based on FHIR 5.0.0.
Generated
2026-07-15
