I have a client who has a Patient Consent form which the patient fills out the first part of, then the Physician fills out the second part of. Does anyone know of a service that does this or helps create a form like that? Its pretty easy to create an online form that one person digitally signs, then save their submission as a pdf and have someone else digitally sign the pdf. But I'm hoping there's a way for both people to sign an online form without having to exchange files. Thank you for any feedback.
Just make the form for the patient available to the patient, and the full form available for the doctor? I don't see how this is problematic? Store the content from the patient form in a database, or something like that, and send some kind of info to the doctor (you have a new patient-form waiting, either via email or text message or something) and give the doctor an admin-form with a login where he can pull up whatever the patient input. This is basic web-app design, mostly.