Radiation Dose Summary for Diagnostic Procedures on FHIR, published by HL7 International / Imaging Integration. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-radiation-dose-summary-ig/ 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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "139"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-dose-summary"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-dose-summary> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation 139</b></p><a name=\"139\"> </a><a name=\"hc139\"> </a><a name=\"hc139-en-US\"> </a><p><b>identifier</b>: SOP Instance UID/urn:oid:1.2.840.121.3.32.0.1.1323423.122</p><p><b>partOf</b>: <a href=\"ImagingStudy-342.html\">ImagingStudy: identifier = urn:dicom:uid#DICOM Unique Id#urn:oid:1.2.840.121.3.32.0.1.1323423; status = available; started = 2015-01-01 22:20:00+0000</a></p><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-56.html\">Pascale Dupont</a></p><p><b>focus</b>: <a href=\"ImagingStudy-342.html\">ImagingStudy: identifier = urn:dicom:uid#DICOM Unique Id#urn:oid:1.2.840.121.3.32.0.1.1323423; status = available; started = 2015-01-01 22:20:00+0000</a></p><p><b>effective</b>: 2015-01-01 22:23:30+0000</p><p><b>performer</b>: <a href=\"Practitioner-33.html\">John Moore</a></p><p><b>value</b>: CT Dose Length Product Total = 203.12 mGy.cm</p><p><b>device</b>: <a href=\"Device-539.html\">CT01</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 121058}\">Procedure reported</span></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 77477000}\">Computerized tomography</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 113813}\">CT Dose Length Product Total</span></p><p><b>value</b>: 203.12 mGy.cm</p></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "sop-instance-uid" ] ;
fhir:display [ fhir:v "SOP Instance UID" ] ] ) ] ;
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.840.121.3.32.0.1.1323423.122" ]
] ) ; #
fhir:partOf ( [
fhir:reference [ fhir:v "ImagingStudy/342" ] ;
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "study-instance-uid" ] ;
fhir:display [ fhir:v "Study Instance UID" ] ] ) ] ;
fhir:system [ fhir:v "urn:dicom:uid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:1.2.840.121.3.32.0.1.1323423" ] ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
a loinc:73569-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "73569-6" ] ;
fhir:display [ fhir:v "Radiation exposure and protection information [Description] Document Diagnostic imaging" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/56" ] ;
fhir:display [ fhir:v "Pascale Dupont" ]
] ; #
fhir:focus ( [
fhir:reference [ fhir:v "ImagingStudy/342" ]
] ) ; #
fhir:effective [ fhir:v "2015-01-01T22:23:30.000Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/33" ] ;
fhir:display [ fhir:v "John Moore" ]
] ) ; #
fhir:value [ fhir:v "CT Dose Length Product Total = 203.12 mGy.cm"] ; #
fhir:device [
fhir:reference [ fhir:v "Device/539" ] ;
fhir:display [ fhir:v "CT01" ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "121058" ] ;
fhir:display [ fhir:v "Procedure reported" ] ] ) ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:77477000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "77477000" ] ;
fhir:display [ fhir:v "Computerized tomography" ] ] ) ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "113813" ] ;
fhir:display [ fhir:v "CT Dose Length Product Total" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "203.12"^^xsd:decimal ] ;
fhir:unit [ fhir:v "mGy.cm" ] ]
] ) . #
IG © 2020+ HL7 International / Imaging Integration. Package hl7.fhir.uv.radiation-dose-summary#0.1.0 based on FHIR 4.0.1. Generated 2024-07-10
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change