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 - XML Representation

Raw xml | Download



<Device xmlns="http://hl7.org/fhir">
  <id value="myCareAI-v1"/>
  <meta>
    <profile
             value="http://ig.fhir.safhir.io/ig/safhir-ocasio/StructureDefinition/SafhirDevice"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="active"/>
  <type>
    <coding>
      <system
              value="http://ig.fhir.safhir.io/ig/safhir-ocasio/CodeSystem/SafhirDeviceType"/>
      <code value="iosphoneapp"/>
    </coding>
  </type>
  <specialization>
    <systemType>
      <text value="http://hl7.org/fhir/us/davinci-pdex"/>
    </systemType>
  </specialization>
  <version>
    <value value="1.0.2"/>
  </version>
  <owner>
    <reference value="Organization/AppDeveloper"/>
  </owner>
  <url value="https://safhir.io/mycareai"/>
</Device>