International Patient Summary Implementation Guide
1.1.0 - CI Build International flag

International Patient Summary Implementation Guide, published by Health Level Seven International - Patient Care Work Group. This is not an authorized publication; it is the continuous build for version 1.1.0). This version is based on the current content of https://github.com/HL7/fhir-ips/ and changes regularly. See the Directory of published versions

: Device: device observer example - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "ips-example-imaging-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">No known devices in use</div>"
  },
  "identifier" : [
    {
      "system" : "http://my.organization.example/devicesID",
      "value" : "12345"
    }
  ],
  "manufacturer" : "Imaging Devices Manufacturer",
  "deviceName" : [
    {
      "name" : "H.I.A. BEGIN",
      "type" : "model-name"
    }
  ],
  "modelNumber" : "2.0.1"
}