PACIO Cognitive Status Implementation Guide
0.1.0 - STU Ballot

PACIO Cognitive Status Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: CMS-Device-2 - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "CMS-Device-2",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><h3>DeviceNames</h3><table class=\"grid\"><tr><td>-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td>*</td><td>Hearing aid</td><td>user-friendly-name</td></tr></table><p><b>type</b>: <span title=\"Codes: {http://snomed.info/sct 6012004}\">Hearing aid</span></p></div>"
  },
  "deviceName" : [
    {
      "name" : "Hearing aid",
      "type" : "user-friendly-name"
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "6012004"
      }
    ]
  }
}