{
  "resourceType" : "Device",
  "id" : "example-cobas-6000",
  "meta" : {
    "profile" : ["https://fhir.cognovis.de/praxis/StructureDefinition/praxis-device"]
  },
  "text" : {
    "status" : "generated",
    "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=\"StructureDefinition-praxis-device.html\">Praxis 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>"
  },
  "identifier" : [{
    "system" : "https://fhir.cognovis.de/praxis/NamingSystem/gdt-device-id",
    "value" : "COBAS6000-LAB01"
  }],
  "status" : "active",
  "manufacturer" : "Roche Diagnostics GmbH",
  "deviceName" : [{
    "name" : "Cobas 6000",
    "type" : "manufacturer-name"
  }],
  "modelNumber" : "Cobas 6000",
  "type" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "30234008",
      "display" : "Medical laboratory analyzer"
    }]
  },
  "version" : [{
    "value" : "3.5.1"
  }]
}