--- type: "example" title: "Consent Example: consent-example-No-Emergency" resource: "Consent" example: "consent-example-No-Emergency" --- # Consent Example: consent-example-No-Emergency ## Narrative Withhold Authorization for Treatment and for Emergency Treatment Patient "Donald D Duck" wishes to have no data at the Burgers University Medical Center available and not allow Emergency treatment use. An overall Deny consent Directive, with an "Deny" of purposeOfUse "TREAT" and "Deny" purposeOfUse "ETREAT". ## Example XML ```xml

Withhold Authorization for Treatment and for Emergency Treatment

Patient "Donald D Duck" wishes to have no data at the Burgers University Medical Center available and not allow Emergency treatment use. An overall Deny consent Directive, with an "Deny" of purposeOfUse "TREAT" and "Deny" purposeOfUse "ETREAT".

<url value="https://uhin.org/wp-content/uploads/2017/06/cHIE_Patient_Participation_Form.pdf"/> </sourceAttachment> <decision value="permit"/> <provision> <actor> <role> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ParticipationType"/> <code value="PRCP"/> </coding> </role> <reference> <reference value="Organization/f201"/> </reference> </actor> <purpose> <system value="http://hl7.org/fhir/v3/ActReason"/> <code value="TREAT"/> </purpose> <purpose> <system value="http://hl7.org/fhir/v3/ActReason"/> <code value="ETREAT"/> </purpose> </provision> </Consent> ```