--- type: "example" title: "Consent Example: consent-example-notSecLabel" resource: "Consent" example: "consent-example-notSecLabel" --- # Consent Example: consent-example-notSecLabel ## 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 a specific security label Patient wishes to withhold disclosure of all HIV related information 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 a specific security label

Patient wishes to withhold disclosure of all HIV related information 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> <securityLabel> <system value="http://terminology.hl7.org/ValueSet/v3-InformationSensitivityPolicy" /> <code value="HIV" /> </securityLabel> </provision> </Consent> ```