HL7 Europe Imaging Report R4
1.0.0-ballot - ci-build 150

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

: Observation: radiation dose summary - fluoroscopy

Raw ttl | Download


@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/Observation/ObservationRadiationDoseFluoroExample> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ObservationRadiationDoseFluoroExample"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.eu/fhir/imaging/StructureDefinition/ObservationRadiationDoseEuImaging" ;
       fhir:index -1 ;
       fhir:link <http://hl7.eu/fhir/imaging/StructureDefinition/ObservationRadiationDoseEuImaging>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ObservationRadiationDoseFluoroExample</b></p><a name=\"ObservationRadiationDoseFluoroExample\"> </a><a name=\"hcObservationRadiationDoseFluoroExample\"> </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-PatientSemiStructuredReport.html\">Frau GuteFrage Test-Schusti(official) (no stated gender), DoB: 1976-04-29</a></p><p><b>value</b>: Fluoroscopic coronary angiography. Dose area product (DAP) 45 Gy.cm2; fluoroscopy time 6.2 minutes. Reported values summarize scanner output and are not patient absorbed dose.</p><p><b>derivedFrom</b>: Identifier: Study Instance UID/urn:oid:1.2.840.113619.2.312.4120.7932814.15731.20260501100002</p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a loinc:73569-6 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "73569-6" ] ;
       fhir:Coding.display [ fhir:value "Radiation exposure and protection information [Description] Document Diagnostic imaging" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <http://hl7.org/fhir/Patient/PatientSemiStructuredReport> ;
     fhir:Reference.reference [ fhir:value "Patient/PatientSemiStructuredReport" ]
  ] ;
  fhir:Observation.valueString [ fhir:value "Fluoroscopic coronary angiography. Dose area product (DAP) 45 Gy.cm2; fluoroscopy time 6.2 minutes. Reported values summarize scanner output and are not patient absorbed dose."] ;
  fhir:Observation.derivedFrom [
     fhir:index -1 ;
     fhir:Reference.type [ fhir:value "ImagingStudy" ] ;
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ] ;
           fhir:Coding.code [ fhir:value "110180" ] ;
           fhir:Coding.display [ fhir:value "Study Instance UID" ]
         ]
       ] ;
       fhir:Identifier.system [ fhir:value "urn:dicom:uid" ] ;
       fhir:Identifier.value [ fhir:value "urn:oid:1.2.840.113619.2.312.4120.7932814.15731.20260501100002" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/PatientSemiStructuredReport> a fhir:Patient .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Observation/ObservationRadiationDoseFluoroExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Observation/ObservationRadiationDoseFluoroExample.ttl> .