Stream: implementers
Topic: Consent with exception
Shamil Nizamov (Jan 31 2021 at 06:48):
I'm looking for how to create a consent resource(s) for the opt-in with restrictions case and, among others, see the following which in my mind references to the deleted element "These exceptions are explicitly recorded in the except element."
Is this (i.e., Consent.except) a typo?
====
Am I correct that to code the opt-in with exception, the Consent.provision.type indicates "permit", and all other one or more nested Consent.provision.provision describe exception(s)?
Are there other (better) options, e.g., multiple opt-out Consents for each of the exception?
David Pyke (Feb 01 2021 at 13:45):
Yes, that's a left over from a previous version. Nice catch! We'll fix that.
Yes, the Consent.provision tree structure is designed around a root node that shows the base permit/deny and then sub-trees are exceptions (and exceptions to exceptions).
Last updated: Apr 12 2022 at 19:14 UTC