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

: SafhirAppRegByDataHolder - XML Representation

Raw xml | Download



<Consent xmlns="http://hl7.org/fhir">
  <id value="1000"/>
  <meta>
    <profile
             value="http://ig.fhir.safhir.io/ig/safhir-ocasio/StructureDefinition/SafhirAppRegConsent"/>
  </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 "1000" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-SafhirAppRegConsent.html">SafhirAppRegConsent</a></p></div><p><b>status</b>: active</p><p><b>scope</b>: patient-privacy <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (patientconsentscopesubset#patient-privacy)</span></p><p><b>category</b>: Privacy policy Organization Document <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#57017-6)</span></p><p><b>dateTime</b>: Mar 21, 2021, 11:13:00 PM</p><p><b>performer</b>: <a href="Organization-AppDeveloper.html">Organization/AppDeveloper</a> "Onyx Health App Development, LLC"</p><p><b>organization</b>: <a href="Organization/Diamond-Health-Plan-01">Organization/Diamond-Health-Plan-01</a></p><h3>Policies</h3><table class="grid"><tr><td>-</td><td><b>Authority</b></td><td><b>Uri</b></td></tr><tr><td>*</td><td><a href="https://clientname.safhir.io">https://clientname.safhir.io</a></td><td><a href="https://clientname.safhir.io/fhir/api/patient_access_api_v1.html">https://clientname.safhir.io/fhir/api/patient_access_api_v1.html</a></td></tr></table><p><b>policyRule</b>: HIPAA Authorization <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/2.1.0/CodeSystem-consentpolicycodes.html">Consent PolicyRule Codes</a>#hipaa-auth)</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: permit</p><p><b>period</b>: Mar 21, 2021, 11:13:00 PM --&gt; Mar 21, 2022, 11:13:00 PM</p><h3>Actors</h3><table class="grid"><tr><td>-</td><td><b>Role</b></td><td><b>Reference</b></td></tr><tr><td>*</td><td>grantee <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/2.1.0/CodeSystem-v3-RoleCode.html">RoleCode</a>#GRANTEE)</span></td><td><a href="Device-myCareAI-v1.html">Device/myCareAI-v1</a></td></tr></table><p><b>action</b>: Use <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/2.1.0/CodeSystem-consentaction.html">Consent Action Codes</a>#use)</span></p><h3>Data</h3><table class="grid"><tr><td>-</td><td><b>Meaning</b></td><td><b>Reference</b></td></tr><tr><td>*</td><td>dependents</td><td><span>: patient/Patient.read,patient/ExplanationOfBenefit.read,patient/Coverage.read</span></td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <scope>
    <coding>
      <system
              value="http://safhir.io/ig/safhir-ocasio/CodeSystem/patientconsentscopesubset"/>
      <code value="patient-privacy"/>
    </coding>
  </scope>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="57017-6"/>
    </coding>
  </category>
  <dateTime value="2021-03-21T19:13:00-04:00"/>
  <performer>
    <reference value="Organization/AppDeveloper"/>
  </performer>
  <organization>
    <reference value="Organization/Diamond-Health-Plan-01"/>
  </organization>
  <policy>
    <authority value="https://clientname.safhir.io"/>
    <uri
         value="https://clientname.safhir.io/fhir/api/patient_access_api_v1.html"/>
  </policy>
  <policyRule>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentpolicycodes"/>
      <code value="hipaa-auth"/>
    </coding>
  </policyRule>
  <provision>
    <type value="permit"/>
    <period>
      <start value="2021-03-21T19:13:00-04:00"/>
      <end value="2022-03-21T19:13:00-04:00"/>
    </period>
    <actor>
      <role>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
          <code value="GRANTEE"/>
        </coding>
      </role>
      <reference>
        <reference value="Device/myCareAI-v1"/>
      </reference>
    </actor>
    <action>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/consentaction"/>
        <code value="use"/>
      </coding>
    </action>
    <data>
      <meaning value="dependents"/>
      <reference>
        <display
                 value="patient/Patient.read,patient/ExplanationOfBenefit.read,patient/Coverage.read"/>
      </reference>
    </data>
  </provision>
</Consent>