What is agentic healthcare? How AI agents deliver care in 2026
For a decade “AI in healthcare” meant models that read scans, scored risk, or drafted notes for a human to act on. The new generation acts. Agentic healthcare is what happens when an AI agent can register a patient, request a refill, order a lab, and report the delivery — and a licensed clinician still signs every decision.
Agentic healthcare is care delivery in which AI agents carry out multi-step tasks on behalf of patients and care teams — intake, prescription and refill requests, labs, status — by calling clinical infrastructure through APIs, while licensed clinicians make and sign every clinical decision. The boundary is the one prescribing law already draws: agents inform, collect, and route; clinicians decide. It works in two shapes — agents inside a telehealth brand’s own product, and consumer assistants acting for their users — and both need infrastructure that enforces licensure, consent, state rules, and the clinician’s signature regardless of who is calling. Programs typically start with refills, then intake, then check-ins.
From answering to acting
The useful distinction is not how smart the model is; it is what it is allowed to touch. A chatbot responds to a message. A copilot drafts alongside a human — the ambient scribe writing the note, the assistant suggesting a code. An agent is given an outcome and works toward it across steps and tools: look up the patient, open a care plan, submit a refill encounter, wait for the clinician’s decision, tell the user when the box will arrive.
Agentic healthcare is what that looks like when the tools are clinical infrastructure — patient records, care plans, encounters, an approved treatment catalog, a pharmacy network — and the agent can move a real request through them. It is a small definitional shift with a large operational consequence: most of the work in a virtual-care program is not the clinical decision, and agents can now do most of that work.
What “agentic” changes in a care program
| Task | Before | Agentic |
|---|---|---|
| Intake | Static form; clinician re-asks what was missed | Agent runs a branched history and delivers a complete, structured case |
| Refills | Patient emails support; ticket waits; clinician chases | Agent checks eligibility, collects the follow-up, submits the request for authorization |
| Check-ins | Reminder email; low response | Agent runs the protocol check-in and drafts the summary for review |
| Status | “Where is my order” tickets | Agent answers from live pipeline data |
| Labs | Manual ordering and result chasing | Agent orders the kit or draw and surfaces clinician-reviewed results |
| Clinical decision | Licensed clinician | Licensed clinician — unchanged |
Read the last row first. Everything above it is where agents create value; the last row is where the law lives, and it does not move.
The line that does not move: clinicians decide
Prescriptive authority is conferred by state licensure on physicians, nurse practitioners, physician assistants, and a few other professions. No state confers it on software. Every e-prescription carries a licensed prescriber’s NPI; for controlled substances, DEA rules add identity-proofed credentials and two-factor authentication the prescriber completes personally. Federal device law points the same way: clinical decision support a clinician can independently review is exempt from FDA device regulation, software that makes the treatment decision is not.
So the practical boundary is the one we described in Where AI stops: agents inform, collect, and route; a licensed clinician diagnoses, prescribes, changes doses, orders labs, declines, and refers. Programs that keep that line — and log every handoff — are operating inside existing rules, not waiting for new ones. The detail on prescriptions specifically is in Can AI prescribe medication?
Two shapes of agentic healthcare
Your agents, inside your product. A weight-care brand builds an intake agent that runs the history, a check-in agent that prompts the monthly follow-up and drafts the titration summary, and a support agent that answers logistics from live order data. Patients experience a fast, attentive program under the brand’s name. Clinicians spend their time on decisions, arriving pre-assembled.
Someone else’s agent, as your customer. A consumer assistant has built a health profile for its user, who says “I’m almost out of finasteride — refill it.” The assistant calls a healthcare API the way it would call a travel or payments API: create or match the patient, open a hair-loss care plan, submit a refill encounter. A licensed clinician in the user’s state reviews and signs; the pharmacy ships; the assistant reports “Refill approved — delivered Thursday.” Care becomes a capability other products can offer.
Both shapes need the same thing underneath: infrastructure that enforces the rules no matter who is calling.
What the infrastructure has to do
The agent should never be the thing enforcing compliance. A prompt is not a control. The infrastructure the agent calls has to hold the rules server-side:
- Licensure match. Route only to clinicians licensed in the patient’s state.
- State modality rules. Refuse an asynchronous request where the state requires a live visit for that drug. See telehealth modality laws.
- Approved catalog. Agents request from a defined treatment list with protocol criteria, not free text.
- Consent and identity first. Nothing clinical happens before informed consent and identity proofing are on file.
- Privacy chain. Every party touching protected health information — model provider, infrastructure, brand — under a BAA.
- Audit. Every action attributable to an actor and timestamp; every clinician decision recorded with its basis.
- Webhooks. The agent learns the decision, shipment, and delivery as events, so it can act on them.
Agentic healthcare vs “AI for healthcare”
“AI for healthcare” is the umbrella: diagnostic imaging, risk prediction, ambient documentation, prior-auth automation, revenue cycle, drug discovery. Most of it produces output a human then acts on, and most of it lives inside health systems. Agentic healthcare is narrower and closer to the patient: software that takes the next action in a care journey, usually in consumer and cash-pay telehealth where the pipeline — intake, decision, pharmacy, delivery — is short enough to automate end to end. For a company building a care program, it is the part of “AI for healthcare” that changes unit economics this year rather than next decade.
Where to start
- Refills. Highest volume, lowest ambiguity, the relationship already exists. Our guide: Refill medication with AI.
- Intake. A branched history delivered as a structured case is the single biggest speedup for clinician review.
- Check-ins. Protocol follow-ups with an agent-drafted summary; the clinician approves or changes the plan.
- Status and support. Answer logistics from pipeline data; escalate anything clinical to an encounter.
- Agents as a channel. Once the API surface exists, third-party assistants can order care for their users under your program.
What is coming
The direction of travel is favorable. Utah is running the first state-sanctioned pilot in which an AI renews existing prescriptions under a regulatory sandbox — renewals only, a bounded formulary, physician review in the current phase — and other states are building similar sandboxes; federal proposals to let FDA-authorized AI prescribe where states permit it have been introduced but not enacted; state AI laws are adding disclosure and human-review duties that a well-built agentic program already satisfies; and tool-discovery standards are making it easier for assistants to find and call healthcare infrastructure directly. Detail on the Utah pilot is in Can AI prescribe medication? Build like the agents are coming — because they are — and keep a licensed clinician on every decision, because that is what will still be true when they arrive.
Frequently asked questions
What is agentic healthcare?
A model of care delivery in which AI agents complete multi-step tasks — collecting intake, requesting prescriptions and refills, ordering labs, tracking orders — through clinical infrastructure APIs, while licensed clinicians make and sign every clinical decision.
Is agentic healthcare the same as AI in healthcare?
No. AI in healthcare is the broad category: imaging models, risk scores, ambient scribes, revenue-cycle automation. Agentic healthcare is the subset where the AI takes the next action itself for non-clinical steps rather than producing output for a human to act on.
Can an AI agent prescribe medication?
No. Prescribing is a licensed act under every state’s law, and the prescription carries a clinician’s NPI and signature. An agent can prepare and submit the request and carry out the signed decision, but the decision is the clinician’s.
What is agentic prescribing?
A workflow in which an agent assembles and submits a prescription request — patient, intake, catalog treatment — and a licensed clinician reviews, decides, and e-signs before the prescription goes to a pharmacy. See the glossary entry for agentic prescribing.
How does a telehealth company add agentic capabilities?
By building on infrastructure that exposes patients, care plans, encounters, a treatment catalog, and webhooks over an API, with licensure, consent, and state rules enforced server-side. The agent calls the API; the infrastructure holds the rules; clinicians decide. Most programs start with refills.
Get the Journal by email
Our best guides on building compliant telehealth programs — a couple a week, unsubscribe any time.
From first call to first patient, in weeks.
A 15-minute intro call, sandbox credentials the same day, go-live in 3–4 weeks — new launches and existing patient bases alike.