Browser automation infrastructure for fast-moving healthtech companies
Prior authorization, provider enrollment, intake forms, appointment scheduling, and more can be automated with Simplex's agents.
A team from world-
class institutions
Prebuilt templates for the most complex operations in healthcare.
Automate 200+ question prior auth forms across payer portals. Handle ICD code lookups, clinical criteria matching, and multi-step approvals without manual intervention.
Submit and track credentialing applications across CAQH, payer portals, and state Medicaid systems. Keep provider rosters current automatically.
Pre-populate patient intake forms across EHR and practice management systems. Map structured patient data to any portal's form fields reliably.
Simplex handles the pain of payer portals for you.
ICD codes surface questions you haven't seen yet
Diagnosis codes trigger new questions mid form. Not just on drug codes, but payer specific criteria and patient history too. A static automation is brittle and breaks on the next patient.
Conservative therapy attempted?
X-ray confirms grade III–IV OA?
BMI within surgical threshold?
Portal answers need to become structured data
Each portal labels fields differently and surfaces new questions. Turning intake form responses or prior authorization questions into clean output your systems can ingest -- FHIR JSON, internal schemas, EHR fields -- requires mapping form questions and updating them every time a portal changes. You need to know what data to collect from patients and providers.
"resourceType": "ServiceRequest",
"status": "active",
"code": "27447",
"diagnosis": "M17.11",
"authNumber": "PA-2024-88471",
"payer": "Humana",
"approved": true
Each payer portal is different
Availity, Cigna, Carelon, CoverMyMeds -- every portal has its own UI, session flow, MFA method, and quirks. CAPTCHAs, unexpected popups, and mid-form UI changes mean automation built for one portal breaks on the next.
Features that handle edge cases for robust workflows.
Code execution with branching logic
Deterministic code with conditional paths, loops, and error handling.
typerequiredStructured Outputs
Type-safe schemas for predictable data extraction.
auth_numberstringstatusenumFlexible variable definitions
Define inputs and test before deployment.
patient_inforequiredprocedure_coderequiredsubmit_authoptional