Adverse Event Clinical Research
1.0.1 - STU1 International flag

Adverse Event Clinical Research, published by HL7 International / Biomedical Research and Regulation. This guide is not an authorized publication; it is the continuous build for version 1.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-ae-research-ig/ and changes regularly. See the Directory of published versions

: Device - Infuser that exploded - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "device-infuser",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"device-infuser\"> </a><a name=\"hcdevice-infuser\"> </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;device-infuser&quot; </p></div><p><b>identifier</b>: /10896128002012</p><p><b>displayName</b>: Hyperspeed Chemo Infuser</p><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td><td><b>Issuer</b></td><td><b>Jurisdiction</b></td></tr><tr><td style=\"display: none\">*</td><td>10896128002012</td><td><a href=\"http://hl7.org/fhir/NamingSystem/hibcc-dI\">http://hl7.org/fhir/NamingSystem/hibcc-dI</a></td><td><a href=\"http://hl7.org/fhir/NamingSystem/fda-udi\">http://hl7.org/fhir/NamingSystem/fda-udi</a></td></tr></table><p><b>status</b>: inactive</p><p><b>manufacturer</b>: Safe Device Co</p><p><b>manufactureDate</b>: 2000-02-01</p><p><b>expirationDate</b>: 2021-02-01</p><p><b>serialNumber</b>: C7H5N3O6</p><h3>Names</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Hyperspeed</td><td>registered-name</td></tr></table><p><b>modelNumber</b>: FRN</p><p><b>category</b>: Reusable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R5/codesystem-device-category.html\">FHIR Device Category</a>#reusable)</span></p><p><b>type</b>: Infusion Pump <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></p><p><b>owner</b>: <span>: Place that owns the device</span></p><p><b>location</b>: <span>: Where device is found</span></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/NamingSystem/hibcc-dI"
          }
        ]
      },
      "value" : "10896128002012"
    }
  ],
  "displayName" : "Hyperspeed Chemo Infuser",
  "udiCarrier" : [
    {
      "deviceIdentifier" : "10896128002012",
      "issuer" : "http://hl7.org/fhir/NamingSystem/hibcc-dI",
      "jurisdiction" : "http://hl7.org/fhir/NamingSystem/fda-udi"
    }
  ],
  "status" : "inactive",
  "manufacturer" : "Safe Device Co",
  "manufactureDate" : "2000-02-01",
  "expirationDate" : "2021-02-01",
  "serialNumber" : "C7H5N3O6",
  "name" : [
    {
      "value" : "Hyperspeed",
      "type" : "registered-name"
    }
  ],
  "modelNumber" : "FRN",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/device-category",
          "code" : "reusable",
          "display" : "Reusable"
        }
      ]
    }
  ],
  "type" : [
    {
      "text" : "Infusion Pump"
    }
  ],
  "owner" : {
    "display" : "Place that owns the device"
  },
  "location" : {
    "display" : "Where device is found"
  }
}