Stream: Security and Privacy
Topic: Consent Source
Mohammad Jafari (Mar 25 2021 at 19:28):
We have a use-case where a FHIR Consent is generated based on a QuestionnaireResponse which is in turn based on a PDF form. We want to keep track of both of these sources but Consent.source
is 0..1
. My first impulse was to file a CR to make this an array but I realized that apparently an element with choice of data type cannot be an array. I think we should be able to express more than one source for the consent and this might mean we have to allow an array of attachments as well as an array of references to accommodate both. Any thoughts? @David Pyke @John Moehrke @k connor
David Pyke (Mar 25 2021 at 19:35):
That's been changed in the build
Last updated: Apr 12 2022 at 19:14 UTC