Visits & E-Prescribing
Synchronous and asynchronous visits with certified e-prescribing — routed to the right provider, nationwide.
Run video and async visits, match every patient to an available, appropriately licensed provider, and send prescriptions electronically through Surescripts — with a complete record behind every decision. Use our own clinical network licensed across all 50 states, or bring your own providers. It's all exposed as an API your stack and your agents can drive, instead of a closed clinician application.
What's inside
Everything a visit needs.
Providers, routing, prescribing, records — every part of the clinical encounter, exposed as API instead of a closed application.
Synchronous & async visits
Your providers or ours
Real-time provider routing
Certified e-prescribing
A complete record
Callable by your agents
Driven by your team or your agents
Create a visit in one call.
Route to our network or your own, sync or async — your team or your agents decide, the platform executes.
POST /v1/visits
{
"patient_id": "pat_77a1...",
"type": "async",
"provider_pool": "our-network"
}
201 Created
{ "visit_id": "vst_3p9d...", "status": "pending-review" }Illustrative — the live reference lives at docs.purplelabelmd.com.
Get started