FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.au.ereq
Resource TypeConsent
IdConsent-mhr-consent-withdrawal.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Consent mhr-consent-withdrawal

status: Active

scope: Patient Privacy

category: information disclosure

patient: Fred Roberts Male, DoB: 1961-06-16 ( IHI: Austalian Healthcare Identifier - Individual#8003608500314661)

dateTime: 2024-05-11

performer: Fred Roberts Male, DoB: 1961-06-16 ( IHI: Austalian Healthcare Identifier - Individual#8003608500314661)

organization: Organization Mount Charlton Radiology

Policies

-AuthorityUri
*https://www.health.gov.auhttps://www.legislation.gov.au/C2012A00063

policyRule: Opt in

provision

type: Opt Out

action: Disclose

class: ResourceType: DiagnosticReport (DiagnosticReport)

Data

-MeaningReference
*DependentsServiceRequest Plain chest X-ray

Source1

{
  "resourceType": "Consent",
  "id": "mhr-consent-withdrawal",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-mhrconsentwithdrawal"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "scope": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/consentscope",
        "code": "patient-privacy",
        "display": "Privacy Consent"
      }
    ],
    "text": "Patient Privacy"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "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"
    }
  ],
  "policy": [
    {
      "authority": "https://www.health.gov.au",
      "uri": "https://www.legislation.gov.au/C2012A00063"
    }
  ],
  "policyRule": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "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"
        }
      }
    ]
  }
}