Onyx Consent Authorization SAFHIR Implementation and Operations Guide
0.0.2 - ci-build

Onyx Consent Authorization SAFHIR Implementation and Operations Guide - Local Development build (v0.0.2). See the Directory of published versions

: ExampleDevice - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "myCareAI-v1",
  "meta" : {
    "profile" : [
      "http://ig.fhir.safhir.io/ig/safhir-ocasio/StructureDefinition/SafhirDevice"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"myCareAI-v1\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SafhirDevice.html\">SafhirDevice</a></p></div><p><b>status</b>: active</p><p><b>type</b>: iOS Phone App <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-SafhirDeviceType.html\">Application, service or hardware type</a>#iosphoneapp)</span></p><h3>Specializations</h3><table class=\"grid\"><tr><td>-</td><td><b>SystemType</b></td></tr><tr><td>*</td><td>http://hl7.org/fhir/us/davinci-pdex <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table><h3>Versions</h3><table class=\"grid\"><tr><td>-</td><td><b>Value</b></td></tr><tr><td>*</td><td>1.0.2</td></tr></table><p><b>owner</b>: <a href=\"Organization-AppDeveloper.html\">Organization/AppDeveloper</a> \"Onyx Health App Development, LLC\"</p><p><b>url</b>: <a href=\"https://safhir.io/mycareai\">https://safhir.io/mycareai</a></p></div>"
  },
  "status" : "active",
  "type" : {
    "coding" : [
      {
        "system" : "http://ig.fhir.safhir.io/ig/safhir-ocasio/CodeSystem/SafhirDeviceType",
        "code" : "iosphoneapp"
      }
    ]
  },
  "specialization" : [
    {
      "systemType" : {
        "text" : "http://hl7.org/fhir/us/davinci-pdex"
      }
    }
  ],
  "version" : [
    {
      "value" : "1.0.2"
    }
  ],
  "owner" : {
    "reference" : "Organization/AppDeveloper"
  },
  "url" : "https://safhir.io/mycareai"
}