--- type: "example" title: "Consent Example: consent-example-Out" resource: "Consent" example: "consent-example-Out" --- # Consent Example: consent-example-Out Consent withholding access ## Narrative The following scenario is based on existing jurisdictional policy and are realized in existing systems in Canada. The default policy is one of implied consent for the provision of care, so these scenarios all deal with withdrawal or withholding consent for that purpose. Withhold Authorization of sharing data for Treatment Patient "P. van de Heuvel" wishes to have no data at the Burgers University Medical Center available for normal treatment use. ## Example XML ```xml

The following scenario is based on existing jurisdictional policy and are realized in existing systems in Canada. The default policy is one of implied consent for the provision of care, so these scenarios all deal with withdrawal or withholding consent for that purpose. Withhold Authorization of sharing data for Treatment

Patient "P. van de Heuvel" wishes to have no data at the Burgers University Medical Center available for normal treatment use.

<!-- likely use url pointer to common text --> </sourceAttachment> <!-- this is opt-IN - e.g. everything approved unless otherwise stated --> <regulatoryBasis> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> <code value="INFA"/> </coding> </regulatoryBasis> <decision value="permit"/> <provision> <actor> <role> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> <code value="CST"/> </coding> </role> <reference> <reference value="Organization/f001"/> </reference> </actor> </provision> </Consent> ```