Smart Bear Implementation Guide
3.4.1 - ci-build

Smart Bear Implementation Guide - Local Development build (v3.4.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SBDevice001 - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "SBDevice001",
  "meta" : {
    "profile" : [
      🔗 "https://smart-bear.eu/fhir/StructureDefinition/SBDevice"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device SBDevice001</b></p><a name=\"SBDevice001\"> </a><a name=\"hcSBDevice001\"> </a><a name=\"SBDevice001-en-US\"> </a><p><b>status</b>: Active</p><p><b>statusReason</b>: <span title=\"Codes:\">online</span></p><p><b>type</b>: <span title=\"Codes:{https://smart-bear.eu/fhir/CodeSystem/SBDeviceType 1}\">Smartwatch</span></p><p><b>patient</b>: <a href=\"Patient-Patient001.html\">Mario Bianchi Male, DoB: 1983-11-07 ( Patient001)</a></p></div>"
  },
  "status" : "active",
  "statusReason" : [
    {
      "coding" : [
        {
          "code" : "online"
        }
      ]
    }
  ],
  "type" : {
    "coding" : [
      {
        "system" : "https://smart-bear.eu/fhir/CodeSystem/SBDeviceType",
        "code" : "1",
        "display" : "Smartwatch"
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/Patient001"
  }
}