Fill a prior authorization fax form with patient, prescriber, drug, and clinical-question data. Returns a form UUID and a signed URL to the filled PDF for review. Call Submit Form with the UUID to transmit the fax to the payer.
clinical_questions is an array of {question_id, answer} pairs. Use Get Clinical Questions to retrieve the required question_ids and expected answer types for the patient’s diagnosis and plan.documents accepts optional file uploads — chart notes, lab results, or any supporting documentation the payer requires. Files are appended to the fax.Simplex API Key
Identifier of the form to fill, as returned by the Get Form endpoint (e.g. "aetna_pa_rx_2024_v3").
Patient demographics written to the fax form. Supplied as a JSON string in the patient multipart field.
Prescriber information written to the fax form. Supplied as a JSON string in the prescriber multipart field.
Requested drug details written to the fax form. Supplied as a JSON string in the drug_info multipart field.
Answers to the form's clinical questions. Use Get Clinical Questions to retrieve the question_id values for the patient's diagnosis and plan; the answer format must match the question's expected type (boolean → "Yes"/"No", free text → string, etc.).
Optional supporting documents (chart notes, lab results, imaging) to append to the fax.
Fill fax form response
Whether the form was filled successfully.
UUID of the filled form. Pass this to Submit Form to transmit and to Check Status to track.
Time-limited signed URL to preview the filled PDF. Use this to review the form before submitting.
When the signed URL expires.