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

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "Consent",
  "id" : "mhr-consent-withdrawal",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-mhrconsentwithdrawal"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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:\u00a0Austalian 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:\u00a0Austalian 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>"
  },
  "status" : "active",
  "scope" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/consentscope",
        "version" : "1",
        "code" : "patient-privacy",
        "display" : "Privacy Consent"
      }
    ],
    "text" : "Patient Privacy"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "version" : "1",
          "code" : "IDSCL",
          "display" : "information disclosure"
        }
      ],
      "text" : "information disclosure"
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/roberts-fred"
  },
  "dateTime" : "2024-05-11",
  "performer" : [
    {
      🔗 "reference" : "Patient/roberts-fred"
    }
  ],
  "organization" : [
    {
      🔗 "reference" : "Organization/mount-charlton-radiology"
    }
  ],
  "policyRule" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version" : "1",
        "code" : "OPTIN"
      }
    ],
    "text" : "Opt in"
  },
  "provision" : {
    "type" : "deny",
    "action" : [
      {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/consentaction",
            "code" : "disclose",
            "display" : "Disclose"
          }
        ]
      }
    ],
    "class" : [
      {
        "system" : "http://hl7.org/fhir/resource-types",
        "code" : "DiagnosticReport"
      }
    ],
    "data" : [
      {
        "meaning" : "dependents",
        "reference" : {
          🔗 "reference" : "ServiceRequest/order-xray-1"
        }
      }
    ]
  }
}