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/ImagingReportReplacementExample> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ImagingReportReplacementExample"] ;
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: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>ImagingReportReplacementExample</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 study</span>\n \n \n <span>(</span>\n \n <span><a href=\"https://loinc.org/\">http://loinc.org</a>:</span>\n \n \n <span>18748-4</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=\"https://example.org/imaging-report-identifiers\">https://example.org/imaging-report-identifiers</a>: </span>\n \n \n <span>report-replacement-example</span>\n \n </p>\n </td>\n </tr>\n \n \n \n\n \n <tr>\n <th scope=\"row\"><b>Status: </b></th>\n <td>amended</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://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 \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 </td>\n </tr>\n \n \n \n <tr>\n <th scope=\"row\"><b>Subject: </b></th>\n \n <td><a href=\"Patient-PatientStructuredReport.html\">3D TEE 2D(official) (no stated gender), DoB: 1976-04-29 ( 00 CARDIAC 2)</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-OrganizationStructuredReport.html\">Organization Ultrasound centrum</a></p>\n \n </td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n\n \n \n \n </table>\n</div>\n</div>"
] ;
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/ImagingReportReplacementComposition> ;
fhir:Reference.reference [ fhir:value "Composition/ImagingReportReplacementComposition" ]
]
] ;
fhir:DiagnosticReport.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "https://example.org/imaging-report-identifiers" ] ;
fhir:Identifier.value [ fhir:value "report-replacement-example" ]
] ;
fhir:DiagnosticReport.status [ fhir:value "amended"] ;
fhir:DiagnosticReport.category [
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:18748-4 ;
fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
fhir:Coding.code [ fhir:value "18748-4" ] ;
fhir:Coding.display [ fhir:value "Diagnostic imaging study" ]
]
] ;
fhir:DiagnosticReport.subject [
fhir:link <http://hl7.org/fhir/Patient/PatientStructuredReport> ;
fhir:Reference.reference [ fhir:value "Patient/PatientStructuredReport" ]
] ;
fhir:DiagnosticReport.performer [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/Organization/OrganizationStructuredReport> ;
fhir:Reference.reference [ fhir:value "Organization/OrganizationStructuredReport" ]
] ;
fhir:DiagnosticReport.imagingStudy [
fhir:index -1 ;
fhir:link <http://hl7.org/fhir/ImagingStudy/ImagingStudyStructuredReport> ;
fhir:Reference.reference [ fhir:value "ImagingStudy/ImagingStudyStructuredReport" ]
] .
<http://hl7.org/fhir/Composition/ImagingReportReplacementComposition> a fhir:Composition .
<http://hl7.org/fhir/Patient/PatientStructuredReport> a fhir:Patient .
<http://hl7.org/fhir/Organization/OrganizationStructuredReport> a fhir:Organization .
<http://hl7.org/fhir/ImagingStudy/ImagingStudyStructuredReport> a fhir:ImagingStudy .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/ImagingReportReplacementExample.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DiagnosticReport/ImagingReportReplacementExample.ttl> .
IG © 2025+ HL7 Europe.
Package hl7.fhir.eu.imaging#1.0.0-ballot based on FHIR 4.0.1.
Generated
2026-08-12
