German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ImagingDevice: MRT-Geraet Knie - 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 -------------------------------------------------------------------

<http://hl7.org/fhir/Device/example-imaging-device-mrt-knie> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-imaging-device-mrt-knie"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/imaging-device-praxis-de" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/imaging-device-praxis-de>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device example-imaging-device-mrt-knie</b></p><a name=\"example-imaging-device-mrt-knie\"> </a><a name=\"hcexample-imaging-device-mrt-knie\"> </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-imaging-device-praxis-de.html\">Imaging Device (Praxis DE)</a></p></div><p><b>Device Maintenance Status</b>: <a href=\"CodeSystem-device-maintenance-status.html#device-maintenance-status-in-service\">Device Maintenance Status: in-service</a> (In Service)</p><p><b>identifier</b>: <a href=\"NamingSystem-dicom-ae-title.html\" title=\"DICOM Application Entity Title (AE-Title) — eindeutiger Bezeichner fuer DICOM-Geraete im PACS-Netzwerk. Pflicht-Identifier fuer PACS-Routing in ImagingDevicePraxisDe.\">DicomAeTitle</a>/MRT_KNIE_001</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: Siemens Healthineers</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>MAGNETOM Vida 3T</td><td>Manufacturer name</td></tr></table><p><b>modelNumber</b>: MAGNETOM Vida</p><p><b>type</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM MR}\">Magnetic Resonance</span></p></div>"
  ] ;
  fhir:DomainResource.extension [
     fhir:index 0 ;
     fhir:Extension.url [ fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/device-maintenance-status" ] ;
     fhir:Extension.valueCoding [
       fhir:Coding.system [ fhir:value "https://fhir.cognovis.de/praxis/CodeSystem/device-maintenance-status" ] ;
       fhir:Coding.code [ fhir:value "in-service" ] ;
       fhir:Coding.display [ fhir:value "In Service" ]
     ]
  ] ;
  fhir:Device.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/dicom-ae-title" ] ;
     fhir:Identifier.value [ fhir:value "MRT_KNIE_001" ]
  ] ;
  fhir:Device.status [ fhir:value "active"] ;
  fhir:Device.manufacturer [ fhir:value "Siemens Healthineers"] ;
  fhir:Device.deviceName [
     fhir:index 0 ;
     fhir:Device.deviceName.name [ fhir:value "MAGNETOM Vida 3T" ] ;
     fhir:Device.deviceName.type [ fhir:value "manufacturer-name" ]
  ] ;
  fhir:Device.modelNumber [ fhir:value "MAGNETOM Vida"] ;
  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 "MR" ] ;
       fhir:Coding.display [ fhir:value "Magnetic Resonance" ]
     ]
  ] .

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

<http://hl7.org/fhir/Device/example-imaging-device-mrt-knie.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Device/example-imaging-device-mrt-knie.ttl> .