Is there a way I can add a Digital Signature to Questionnaire?
Use case: A Patient should sign the questionnaire before submitting it.
I really appreciate any help you can provide.
r
reshma
06/21/2023, 4:54 PM
Good question. FHIR does have a Signature data type, say you wanted to build a "signed document questionnaire response" - you might consider creating a DocumentReference that captures the contents of the questionnaire and add the signature to the context.
You could also consider creating a PDF representation and attaching it to DocumentReference. A bot could be the way to do it.
https://www.medplum.com/docs/api/fhir/resources/documentreferencehttps://www.medplum.com/docs/api/fhir/datatypes/signature