Only .patient.email
is being validated. We need to validate other fields in the form, since not having these fields gives an error when fetching the signature with the minimal_rx
query param. From my testing the following fields are required:
.patient.email
.medic.cedula_prof
Without these, the generated Rx give a 500 error when trying to fetch via patient landing's endpoint.