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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Consent ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "mhr-consent-withdrawal"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-mhrconsentwithdrawal"^^xsd:anyURI ;
fhir:link <http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-mhrconsentwithdrawal> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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: 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>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:scope [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentscope"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1" ] ;
fhir:code [ fhir:v "patient-privacy" ] ;
fhir:display [ fhir:v "Privacy Consent" ] ] ) ;
fhir:text [ fhir:v "Patient Privacy" ]
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1" ] ;
fhir:code [ fhir:v "IDSCL" ] ;
fhir:display [ fhir:v "information disclosure" ] ] ) ;
fhir:text [ fhir:v "information disclosure" ]
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/roberts-fred" ]
] ; #
fhir:dateTime [ fhir:v "2024-05-11"^^xsd:date] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Patient/roberts-fred" ]
] ) ; #
fhir:organization ( [
fhir:reference [ fhir:v "Organization/mount-charlton-radiology" ]
] ) ; #
fhir:policyRule [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1" ] ;
fhir:code [ fhir:v "OPTIN" ] ] ) ;
fhir:text [ fhir:v "Opt in" ]
] ; #
fhir:provision [
fhir:type [ fhir:v "deny" ] ;
( fhir:action [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/consentaction"^^xsd:anyURI ] ;
fhir:code [ fhir:v "disclose" ] ;
fhir:display [ fhir:v "Disclose" ] ] ) ] ) ;
( fhir:class [
fhir:system [ fhir:v "http://hl7.org/fhir/resource-types"^^xsd:anyURI ] ;
fhir:code [ fhir:v "DiagnosticReport" ] ] ) ;
( fhir:data [
fhir:meaning [ fhir:v "dependents" ] ;
fhir:reference [
fhir:reference [ fhir:v "ServiceRequest/order-xray-1" ] ] ] )
] . #