CH LAB-Report (R4)
0.1.1 - draft Switzerland flag

This page is part of the CH LAB-Report (R4) (v0.1.1: DSTU 1 Draft) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Roche CARDIAC D-Dimer Testkit - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "523fa1b9-f24d-4ae6-aa98-92d7f57b2066",
  "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><b>Generated Narrative: Device</b><a name=\"523fa1b9-f24d-4ae6-aa98-92d7f57b2066\"> </a></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 Device &quot;523fa1b9-f24d-4ae6-aa98-92d7f57b2066&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-lab-report-device-test-kit.html\">ChLabReportDeviceTestKit</a></p></div><p><b>identifier</b>: id:\u00a0345675</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>040156300936045</td></tr></table><p><b>status</b>: active</p><p><b>manufacturer</b>: Roche</p><p><b>lotNumber</b>: lot.112233</p><p><b>serialNumber</b>: 06882382</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>Roche CARDIAC D-Dimer</td><td>udi-label-name</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://www.labor-gantenbein.ch/devices/id",
      "value" : "345675"
    }
  ],
  "udiCarrier" : [
    {
      "deviceIdentifier" : "040156300936045"
    }
  ],
  "status" : "active",
  "manufacturer" : "Roche",
  "lotNumber" : "lot.112233",
  "serialNumber" : "06882382",
  "deviceName" : [
    {
      "name" : "Roche CARDIAC D-Dimer",
      "type" : "udi-label-name"
    }
  ]
}