FHIR IG analytics| Package | hl7.fhir.au.ereq |
| Resource Type | Consent |
| Id | Consent-mhr-consent-withdrawal.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Consent mhr-consent-withdrawal
status: Active
scope: Patient Privacy
category: information disclosure
dateTime: 2024-05-11
organization: Organization Mount Charlton Radiology
| Authority | Uri |
| https://www.health.gov.au | https://www.legislation.gov.au/C2012A00063 |
policyRule: Opt in
provision
type: Opt Out
action: Disclose
class: ResourceType: DiagnosticReport (DiagnosticReport)
Data
Meaning Reference Dependents ServiceRequest Plain chest X-ray
{
"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"
}
}
]
}
}