Radiation Dose Summary for Diagnostic Procedures on FHIR
0.1.0 - STU 1 Ballot

This page is part of the Radiation Dose Summary for Diagnostic Procedures on FHIR (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: ModalityDevice-539 - 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:Resource.id [ fhir:value "539"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/modality-device";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/radiation-dose-summary/StructureDefinition/modality-device>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"539\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-modality-device.html\">Modality Device</a></p></div><p><b>identifier</b>: Serial Number: 5445A343, Application Entity: CT01</p><p><b>manufacturer</b>: Manufacturer-1</p><p><b>serialNumber</b>: 5445A343</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>: Computed Tomography <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-DCM.html\">DICOM</a>#CT)</span></p></div>"
  ];
  fhir:Device.identifier [
     fhir:index 0;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
         fhir:Coding.code [ fhir:value "SNO" ];
         fhir:Coding.display [ fhir:value "Serial Number" ]       ]     ];
     fhir:Identifier.value [ fhir:value "5445A343" ]
  ], [
     fhir:index 1;
     fhir:Identifier.type [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/radiation-dose-summary/CodeSystem/dicom-identifier-type" ];
         fhir:Coding.code [ fhir:value "application-entity" ];
         fhir:Coding.display [ fhir:value "Application Entity" ]       ]     ];
     fhir:Identifier.value [ fhir:value "CT01" ]
  ];
  fhir:Device.manufacturer [ fhir:value "Manufacturer-1"];
  fhir:Device.serialNumber [ fhir:value "5445A343"];
  fhir:Device.deviceName [
     fhir:index 0;
     fhir:Device.deviceName.name [ fhir:value "Manufacturer-1" ];
     fhir:Device.deviceName.type [ fhir:value "manufacturer-name" ]
  ], [
     fhir:index 1;
     fhir:Device.deviceName.name [ fhir:value "Manufacturer-ModelName-1" ];
     fhir:Device.deviceName.type [ fhir:value "model-name" ]
  ];
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://dicom.nema.org/resources/ontology/DCM" ];
       fhir:Coding.code [ fhir:value "CT" ];
       fhir:Coding.display [ fhir:value "Computed Tomography" ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.