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

: Roche Cobas 6000 — Laboranalyzer - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Device/example-cobas-6000> a fhir:Device ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-cobas-6000"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Device" ;
       fhir:index 0 ;
       fhir:link <https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Device>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device example-cobas-6000</b></p><a name=\"example-cobas-6000\"> </a><a name=\"hcexample-cobas-6000\"> </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=\"https://simplifier.net/resolve?scope=kbv.basis@1.9.0&amp;canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Device\">KBV_PR_Base_Device</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-gdt-device-id.html\" title=\"GDT 3.5 Geraetekennung (FK 8402) — identifiziert das medizinische Geraet im GDT-Datenstrom\">GdtDeviceId</a>/COBAS6000-LAB01</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: Roche Diagnostics GmbH</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>Cobas 6000</td><td>Manufacturer name</td></tr></table><p><b>modelNumber</b>: Cobas 6000</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 30234008}\">Medical laboratory analyzer</span></p><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>3.5.1</td></tr></table></div>"
  ] ;
  fhir:Device.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://fhir.cognovis.de/praxis/NamingSystem/gdt-device-id" ] ;
     fhir:Identifier.value [ fhir:value "COBAS6000-LAB01" ]
  ] ;
  fhir:Device.status [ fhir:value "active"] ;
  fhir:Device.manufacturer [ fhir:value "Roche Diagnostics GmbH"] ;
  fhir:Device.deviceName [
     fhir:index 0 ;
     fhir:Device.deviceName.name [ fhir:value "Cobas 6000" ] ;
     fhir:Device.deviceName.type [ fhir:value "manufacturer-name" ]
  ] ;
  fhir:Device.modelNumber [ fhir:value "Cobas 6000"] ;
  fhir:Device.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:30234008 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.version [ fhir:value "http://snomed.info/sct/11000274103/version/20260515" ] ;
       fhir:Coding.code [ fhir:value "30234008" ] ;
       fhir:Coding.display [ fhir:value "Medical laboratory analyzer" ]
     ]
  ] ;
  fhir:Device.version [
     fhir:index 0 ;
     fhir:Device.version.value [ fhir:value "3.5.1" ]
  ] .

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

<http://hl7.org/fhir/Device/example-cobas-6000.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Device/example-cobas-6000.ttl> .