Radiation Dose Summary for Diagnostic Procedures on FHIR
0.1.0 - ci-build International flag

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

: Radiation exposure and protection information - TTL Representation

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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Composition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "1"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-summary-report"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/radiation-summary-report>     ] )
  ] ; # 
  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: Composition 1</b></p><a name=\"1\"> </a><a name=\"hc1\"> </a><a name=\"hc1-en-US\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 73569-6}\">Radiation exposure and protection information [Description] Document Diagnostic imaging</span></p><p><b>date</b>: 2015-01-01 23:43:30+0000</p><p><b>author</b>: <a href=\"Practitioner-33.html\">John Moore</a></p><p><b>title</b>: Radiation exposure and protection information</p></div>"
  ] ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:type [
    ( 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:date [ fhir:v "2015-01-01T23:43:30.000Z"^^xsd:dateTime] ; # 
  fhir:author ( [
fhir:reference [ fhir:v "Practitioner/33" ] ;
fhir:display [ fhir:v "John Moore" ]
  ] ) ; # 
  fhir:title [ fhir:v "Radiation exposure and protection information"] ; # 
  fhir:section ( [
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:entry [
fhir:reference [ fhir:v "Observation/139" ] ;
fhir:display [ fhir:v "Radiation Dose Summary" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "121109" ] ;
fhir:display [ fhir:v "Indications for Procedure" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/33" ] ;
fhir:display [ fhir:v "Indications" ]     ] )
  ] [
fhir:code [
      ( fhir:coding [
a loinc:82810-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "82810-3" ] ;
fhir:display [ fhir:v "Pregnancy status" ]       ] )     ] ;
    ( fhir:entry [
fhir:reference [ fhir:v "Observation/34" ] ;
fhir:display [ fhir:v "Pregnancy Status" ]     ] )
  ] ) . #