MHR AU Patient Summary Consultation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: My Health Record Device Example - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "device-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device device-1</b></p><a name=\"device-1\"> </a><a name=\"hcdevice-1\"> </a><p><b>identifier</b>: <code>http://ns.electronichealth.net.au/id/pcehr/paid/1.0</code>/8003640003000026</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>My Health Record</td><td>Manufacturer name</td></tr></table><p><b>owner</b>: <a href=\"Organization-au-ps-organization-1.html\">Organization My Health Record system operator</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://ns.electronichealth.net.au/id/pcehr/paid/1.0",
      "value" : "8003640003000026"
    }
  ],
  "deviceName" : [
    {
      "name" : "My Health Record",
      "type" : "manufacturer-name"
    }
  ],
  "owner" : {
    🔗 "reference" : "Organization/au-ps-organization-1"
  }
}