Open Nursing Core FHIR Implementation Guide (ONC-IG)
1.0.0 - release

Open Nursing Core FHIR Implementation Guide (ONC-IG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Device - Walking Frame - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "example-device",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device example-device</b></p><a name=\"example-device\"> </a><a name=\"hcexample-device\"> </a><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>Four-wheeled walking frame</td><td>User Friendly name</td></tr></table></div>"
  },
  "deviceName" : [
    {
      "name" : "Four-wheeled walking frame",
      "type" : "user-friendly-name"
    }
  ]
}