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
: Observation: radiation dose summary - plain radiography
Raw ttl | Download
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ObservationRadiationDoseXrayExample"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.eu/fhir/imaging-r5/StructureDefinition/ObservationRadiationDoseEuImaging"^^xsd:anyURI ;
fhir:l <http://hl7.eu/fhir/imaging-r5/StructureDefinition/ObservationRadiationDoseEuImaging> ] )
] ; #
fhir:language [ fhir:v "en"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationRadiationDoseXrayExample</b></p><a name=\"ObservationRadiationDoseXrayExample\"> </a><a name=\"hcObservationRadiationDoseXrayExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ObservationRadiationDoseEuImaging.html\">Observation: Radiation Dose</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 73569-6}\">Radiation exposure and protection information [Description] Document Diagnostic imaging</span></p><p><b>subject</b>: <a href=\"Patient-PatientStructuredReport.html\">3D TEE 2D(official) (no stated gender), DoB: 1976-04-29 ( 00 CARDIAC 2)</a></p><p><b>value</b>: Chest radiography (PA and lateral). Estimated dose indicators within typical range for this examination. This summary is suitable for reporting and does not imply patient-specific absorbed dose.</p><p><b>derivedFrom</b>: Identifier: Study Instance UID/urn:oid:1.2.840.113619.2.312.4120.7932814.15731.20260501100003</p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:73569-6 ;
fhir:system [
fhir:v "http://loinc.org"^^xsd:anyURI ;
fhir:l <http://loinc.org> ] ;
fhir:code [ fhir:v "73569-6" ] ;
fhir:display [ fhir:v "Radiation exposure and protection information [Description] Document Diagnostic imaging" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/PatientStructuredReport ;
fhir:reference [ fhir:v "Patient/PatientStructuredReport" ]
] ; #
fhir:value [
a fhir:String ;
fhir:v "Chest radiography (PA and lateral). Estimated dose indicators within typical range for this examination. This summary is suitable for reporting and does not imply patient-specific absorbed dose."
] ; #
fhir:derivedFrom ( [
fhir:type [
fhir:v "ImagingStudy"^^xsd:anyURI ;
fhir:l 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 "urn:oid:1.2.840.113619.2.312.4120.7932814.15731.20260501100003" ] ]
] ) . #