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

: ShareMyDataMemberConsent - XML Representation

Raw xml | Download



<Consent xmlns="http://hl7.org/fhir">
  <id value="SMD-1002"/>
  <meta>
    <profile
             value="http://ig.fhir.safhir.io/ig/safhir-ocasio/StructureDefinition/ShareMyDataAuthorization"/>
  </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 "SMD-1002" </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ShareMyDataAuthorization.html">ShareMyData Member Consent for Data Exchange</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>: Release of information consent Document <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://loinc.org/">LOINC</a>#64292-6)</span></p><p><b>patient</b>: <a href="Patient-1.html">Patient/1</a> " APPLESEED"</p><p><b>dateTime</b>: Feb 5, 2021, 11:23:00 PM</p><p><b>performer</b>: <a href="Organization/MCO-A">Organization/MCO-A</a></p><p><b>organization</b>: <a href="Organization/MedicaidServiceOrg1">Organization/MedicaidServiceOrg1</a></p><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>: Feb 5, 2021, 11:23:00 PM --&gt; Feb 4, 2022, 11:23:00 PM</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>related</td><td><a href="Patient-1.html">Patient/1</a> " APPLESEED"</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="64292-6"/>
    </coding>
  </category>
  <patient>
    <reference value="Patient/1"/>
  </patient>
  <dateTime value="2021-02-05T19:23:00-04:00"/>
  <performer>
    <reference value="Organization/MCO-A"/>
  </performer>
  <organization>
    <reference value="Organization/MedicaidServiceOrg1"/>
  </organization>
  <policyRule>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentpolicycodes"/>
      <code value="hipaa-auth"/>
    </coding>
  </policyRule>
  <provision>
    <type value="permit"/>
    <period>
      <start value="2021-02-05T19:23:00-04:00"/>
      <end value="2022-02-04T19:23:00-04:00"/>
    </period>
    <data>
      <meaning value="related"/>
      <reference>
        <reference value="Patient/1"/>
      </reference>
    </data>
  </provision>
</Consent>