CH LAB-Report (R4)
1.0.0-ci-build - ci-build Switzerland flag

CH LAB-Report (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-lab-report/ and changes regularly. See the Directory of published versions

: Combur Urin Test Streifen - Device - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "Combur-Test",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.ch/ig/ch-lab-report/StructureDefinition/ch-lab-report-device-test-kit"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device Combur-Test</b></p><a name=\"Combur-Test\"> </a><a name=\"hcCombur-Test\"> </a><a name=\"Combur-Test-en-US\"> </a><p><b>identifier</b>: <code>http://www.labor-gantenbein.ch/devices/id</code>/345111</p><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td></tr><tr><td style=\"display: none\">*</td><td>TK040156333936001</td></tr></table><p><b>status</b>: Active</p><p><b>manufacturer</b>: Roche</p><p><b>lotNumber</b>: lot.444555</p><p><b>serialNumber</b>: 1116787</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>Combur-Test Teststreifen</td><td>UDI Label name</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.labor-gantenbein.ch/devices/id",
      "value" : "345111"
    }
  ],
  "udiCarrier" : [
    {
      "deviceIdentifier" : "TK040156333936001"
    }
  ],
  "status" : "active",
  "manufacturer" : "Roche",
  "lotNumber" : "lot.444555",
  "serialNumber" : "1116787",
  "deviceName" : [
    {
      "name" : "Combur-Test Teststreifen",
      "type" : "udi-label-name"
    }
  ]
}