--- type: "example" title: "Consent Example: consent-example-notOrg" resource: "Consent" example: "consent-example-notOrg" --- # Consent Example: consent-example-notOrg Withhold or withdraw consent for disclosure to a specific provider organization ## 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 or withdraw consent for disclosure to a specific provider organization Patient "P. van de Heuvel" ex-spouse is a Physician that is employed by Burgers University Medical Center. P. decides that he would like to withdraw/withhold consent to disclose any instance of his health information to Burgers University Medical Center. ## 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 or withdraw consent for disclosure to a specific provider organization

Patient "P. van de Heuvel" ex-spouse is a Physician that is employed by Burgers University Medical Center. P. decides that he would like to withdraw/withhold consent to disclose any instance of his health information to Burgers University Medical Center.

<!-- 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> <!-- no read or write access for this org --> <actor> <role> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> <code value="PRCP"/> <!-- PRCP: recipient of the information --> </coding> </role> <reference> <reference value="Organization/f001"/> </reference> </actor> <action> <coding> <system value="http://terminology.hl7.org/CodeSystem/consentaction"/> <code value="access"/> </coding> </action> <action> <coding> <system value="http://terminology.hl7.org/CodeSystem/consentaction"/> <code value="correct"/> </coding> </action> </provision> </Consent> ```