AU eRequesting Implementation Guide
0.3.0-ci-build - CI Build Australia flag

AU eRequesting Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 0.3.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/mjosborne1/mjo-au-fhir-erequesting/ and changes regularly. See the Directory of published versions

: Consent - My Health Record Consent Withdrawal - XML Representation

Page standards status: Informative

Raw xml | Download


<Consent xmlns="http://hl7.org/fhir">
  <id value="mhr-consent-withdrawal"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-mhrconsentwithdrawal"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Consent mhr-consent-withdrawal</b></p><a name="mhr-consent-withdrawal"> </a><a name="hcmhr-consent-withdrawal"> </a><a name="mhr-consent-withdrawal-en"> </a><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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-erequesting-mhrconsentwithdrawal.html">AU eRequesting MHR Consent Withdrawal</a></p></div><p><b>status</b>: Active</p><p><b>scope</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/consentscope patient-privacy}">Patient Privacy</span></p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode IDSCL}">information disclosure</span></p><p><b>patient</b>: <a href="Patient-roberts-fred.html">Fred Roberts  Male, DoB: 1961-06-16 ( IHI: Austalian Healthcare Identifier - Individual#8003608500314661)</a></p><p><b>dateTime</b>: 2024-05-11</p><p><b>performer</b>: <a href="Patient-roberts-fred.html">Fred Roberts  Male, DoB: 1961-06-16 ( IHI: Austalian Healthcare Identifier - Individual#8003608500314661)</a></p><p><b>organization</b>: <a href="Organization-mount-charlton-radiology.html">Organization Mount Charlton Radiology</a></p><p><b>policyRule</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode OPTIN}">Opt in</span></p><blockquote><p><b>provision</b></p><p><b>type</b>: Opt Out</p><p><b>action</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/consentaction disclose}">Disclose</span></p><p><b>class</b>: <a href="http://hl7.org/fhir/R4/codesystem-resource-types.html#resource-types-DiagnosticReport">ResourceType DiagnosticReport</a>: DiagnosticReport</p><h3>Data</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Meaning</b></td><td><b>Reference</b></td></tr><tr><td style="display: none">*</td><td>Dependents</td><td><a href="ServiceRequest-order-xray-1.html">ServiceRequest Plain chest X-ray</a></td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <scope>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/consentscope"/>
      <version value="1"/>
      <code value="patient-privacy"/>
      <display value="Privacy Consent"/>
    </coding>
    <text value="Patient Privacy"/>
  </scope>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <version value="1"/>
      <code value="IDSCL"/>
      <display value="information disclosure"/>
    </coding>
    <text value="information disclosure"/>
  </category>
  <patient>🔗 
    <reference value="Patient/roberts-fred"/>
  </patient>
  <dateTime value="2024-05-11"/>
  <performer>🔗 
    <reference value="Patient/roberts-fred"/>
  </performer>
  <organization>🔗 
    <reference value="Organization/mount-charlton-radiology"/>
  </organization>
  <policyRule>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <version value="1"/>
      <code value="OPTIN"/>
    </coding>
    <text value="Opt in"/>
  </policyRule>
  <provision>
    <type value="deny"/>
    <action>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/consentaction"/>
        <code value="disclose"/>
        <display value="Disclose"/>
      </coding>
    </action>
    <class>
      <system value="http://hl7.org/fhir/resource-types"/>
      <code value="DiagnosticReport"/>
    </class>
    <data>
      <meaning value="dependents"/>
      <reference>🔗 
        <reference value="ServiceRequest/order-xray-1"/>
      </reference>
    </data>
  </provision>
</Consent>