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/DiagnosticReportSemiStructured> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "DiagnosticReportSemiStructured"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.eu/fhir/imaging/StructureDefinition/DiagnosticReportEuImaging" ;
fhir:index -1 ;
fhir:link <http://hl7.eu/fhir/imaging/StructureDefinition/DiagnosticReportEuImaging>
]
] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ]
] ;
fhir:DomainResource.extension [
fhir:index -1 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/5.0/StructureDefinition/extension-DiagnosticReport.composition" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Composition/CompositionSemiStructured> ;
fhir:Reference.reference [ fhir:value "Composition/CompositionSemiStructured" ]
]
] ;
fhir:DiagnosticReport.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "http://example.org/myhosptital/reportidentifiers" ] ;
fhir:Identifier.value [ fhir:value "o32u4js8492ff" ]
] ;
fhir:DiagnosticReport.basedOn [
fhir:index -1 ;
fhir:Reference.type [ fhir:value "ServiceRequest" ] ;
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:index -1 ;
fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
fhir:Coding.code [ fhir:value "121022" ] ;
fhir:Coding.display [ fhir:value "Accession Number" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://example.org/myhosptital/accessionsystem" ] ;
fhir:Identifier.value [ fhir:value "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://terminology.hl7.org/CodeSystem/v2-0074" ] ;
fhir:Coding.code [ fhir:value "RAD" ] ;
fhir:Coding.display [ fhir:value "Radiologie" ]
]
], [
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: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:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index -1 ;
a loinc:24802-1 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "24802-1" ]
]
] ;
fhir:DiagnosticReport.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientSemiStructuredReport> ;
fhir:Reference.reference [ fhir:value "Patient/PatientSemiStructuredReport" ]
] ;
fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2025-05-08"^^xsd:date] ;
fhir:DiagnosticReport.performer [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Organization/OrganizationSemiStructuredReport> ;
fhir:Reference.reference [ fhir:value "Organization/OrganizationSemiStructuredReport" ]
] ;
fhir:DiagnosticReport.resultsInterpreter [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/PractitionerRole/PractitionerRoleSemiStructuredReportAuthor> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/PractitionerRoleSemiStructuredReportAuthor" ]
] ;
fhir:DiagnosticReport.result [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Observation/ObservationNarrative> ;
fhir:Reference.reference [ fhir:value "Observation/ObservationNarrative" ]
] ;
fhir:DiagnosticReport.imagingStudy [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/ImagingStudy/ImagingStudySemiStructuredReport1> ;
fhir:Reference.reference [ fhir:value "ImagingStudy/ImagingStudySemiStructuredReport1" ]
], [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/ImagingStudy/ImagingStudySemiStructuredReport2> ;
fhir:Reference.reference [ fhir:value "ImagingStudy/ImagingStudySemiStructuredReport2" ]
] ;
fhir:DiagnosticReport.conclusion [ fhir:value "Beginnende Großzehengrundgelenksarthrose, links mehr als rechts. Z.n. Umstellungsosteotomie des MFK1 links."] ;
fhir:DiagnosticReport.presentedForm [
fhir:index -1 ;
fhir:Attachment.contentType [ fhir:value "application/pdf" ] ;
fhir:Attachment.language [ fhir:value "de-DE" ] ;
fhir:Attachment.url [ fhir:value "http://hl7.eu/fhir/imaging-r5/Binary/BinarySemistructuredReport" ]
] .
<http://hl7.org/fhir/Composition/CompositionSemiStructured> a fhir:Composition .
<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 .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/DiagnosticReportSemiStructured.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DiagnosticReport/DiagnosticReportSemiStructured.ttl> .
IG © 2025+ HL7 Europe.
Package hl7.fhir.eu.imaging#1.0.0-ballot based on FHIR 4.0.1.
Generated
2026-07-15
