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 Imaging Integration Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). 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

: ModalityDevice-12 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@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:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "12"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/modality-device"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/modality-device>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"12\"> </a></p><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\">Resource Device &quot;12&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-modality-device.html\">Modality Device</a></p></div><p><b>identifier</b>: Application Entity: 767ER, Application Entity: XA01</p><p><b>manufacturer</b>: Manufacturer-1</p><p><b>serialNumber</b>: 767ER</p><blockquote><p><b>deviceName</b></p><p><b>name</b>: Manufacturer-1</p><p><b>type</b>: manufacturer-name</p></blockquote><blockquote><p><b>deviceName</b></p><p><b>name</b>: Manufacturer-ModelName-1</p><p><b>type</b>: model-name</p></blockquote><p><b>type</b>: X-Ray Angiography <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://dicom.nema.org/resources/ontology/DCM\">DICOM</a>#XA)</span></p></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 "application-entity" ] ;
fhir:display [ fhir:v "Application Entity" ]       ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SNO" ] ;
fhir:display [ fhir:v "Serial Number" ]       ] )     ] ;
fhir:value [ fhir:v "767ER" ]
  ] [
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 "application-entity" ] ;
fhir:display [ fhir:v "Application Entity" ]       ] )     ] ;
fhir:value [ fhir:v "XA01" ]
  ] ) ; # 
  fhir:manufacturer [ fhir:v "Manufacturer-1"] ; # 
  fhir:serialNumber [ fhir:v "767ER"] ; # 
  fhir:deviceName ( [
fhir:name [ fhir:v "Manufacturer-1" ] ;
fhir:type [ fhir:v "manufacturer-name" ]
  ] [
fhir:name [ fhir:v "Manufacturer-ModelName-1" ] ;
fhir:type [ fhir:v "model-name" ]
  ] ) ; # 
  fhir:type [
    ( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XA" ] ;
fhir:display [ fhir:v "X-Ray Angiography" ]     ] )
  ] . #