--- type: "example" title: "Consent Example: consent-example" resource: "Consent" example: "consent-example" --- # Consent Example: consent-example ## Narrative Authorize Normal access for Treatment Patient "Peter James Chalmers ("Jim")" wishes to have all of the PHI (Personal health information) collected at the Burgers University Medical Center available for normal treatment use. ## Example XML ```xml

Authorize Normal access for Treatment

Patient "Peter James Chalmers ("Jim")" wishes to have all of the PHI (Personal health information) collected at the Burgers University Medical Center available for normal treatment use.

<!-- likely use url pointer to common text --> </sourceAttachment> <!-- this is plain out opt-in with no exceptions --> <regulatoryBasis> <coding> <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/> <code value="INFA"/> </coding> </regulatoryBasis> <decision value="deny"/> <provision> <!-- bound by a timeframe between 1964 and 2019 - consent.applies --> <period> <start value="1964-01-01"/> <end value="2019-01-01"/> </period> </provision> </Consent> ```