--- type: "example" title: "Consent Example: consent-example-notLabs" resource: "Consent" example: "consent-example-notLabs" --- # Consent Example: consent-example-notLabs ## Narrative 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 of records related to specific domain (e.g. DI, LAB, etc.) Patient "Donald D DUCK" wishes to withhold disclosure of all of her lab results to any provider. ## Example XML ```xml

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 of records related to specific domain (e.g. DI, LAB, etc.)

Patient "Donald D DUCK" wishes to withhold disclosure of all of her lab results to any provider.

<!-- 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> <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> <class> <system value="http://terminology.hl7.org/CodeSystem/observation-category"/> <code value="laboratory"/> </class> </provision> </Consent> ```