- Patients rarely call about one thing. A single call often braids scheduling, a coverage question, a bill, and a follow-up, and the org chart splits those across four teams.
- First call resolution is the share of calls fully resolved in one contact. It falls apart when a single call spans departments that cannot each see the whole request.
- MGMA data shows the heaviest phone work, eligibility and prior authorization at 45 percent, sits in a different department from scheduling at 31 percent, yet both arrive on the same call.
- Handling multiple intents in one conversation requires detecting them, holding shared context, sequencing dependencies, and completing each without a transfer.
- The hard part is shared context: the coverage checked for the reschedule is the same coverage the billing question needs, and it should be checked once.
- Transfers are where first call resolution dies, because each transfer restarts context and adds a chance the request stalls. See how chatbots differ from workflow execution.
- Some intents still route to people, warmly and with context: clinical questions, distress, and complex disputes.
- Measure resolution per call and intents handled per call, not just answer rate, which is where AI shows operational results over hype.
The Patient Doesn't Know Your Org Chart
Listen to a real patient call and it rarely stays on one topic. "Hi, I need to move my Thursday appointment, and actually my insurance changed in January so I want to make sure you still take it. Oh, and I got a bill I do not understand. And I think I am due for a refill."
Four requests, one breath. The patient is not being difficult. They are being a person, and people carry all of their needs at once rather than filing them into the categories a practice uses internally.
Now look at what happens in most organizations. Scheduling handles the reschedule. Eligibility handles the insurance question, or it waits until check-in and surprises everyone. Billing handles the bill, which usually means a transfer or a callback. The refill goes to clinical staff. One call becomes four workstreams across four teams, and the patient, who asked for all of it in one place, gets routed, put on hold, or told someone will call back.
That is the gap this article is about. One-call resolution, the idea that a patient's reasons for calling are handled in the single call they made, sounds simple until you notice that the patient's call crosses every internal boundary the organization has built. Resolving it in one contact means the thing answering the phone has to reach across all of those boundaries at once.
Why One Call Is Really Four
The multi-intent call is not an edge case. It is the normal shape of patient contact, and the data on where phone time goes shows why coordinating it is hard.
In MGMA's March 2026 poll of 294 practice leaders, the most time-intensive phone work was eligibility and prior authorization at 45 percent, with scheduling second at 31 percent, intake at 9 percent, and refills at 6 percent. Those are not four separate call types arriving on four separate lines. They are four things that show up together, on the same call, from the same patient.
Read the ordering again with the multi-intent call in mind. The heaviest category, eligibility and authorization, typically belongs to a different team than scheduling, which is the second heaviest. So the single most common thing a patient might combine, moving an appointment and checking their coverage, is precisely the combination that spans two departments which usually cannot see each other's work.
This is why resolution rates are low in so many practices even when phone coverage is good. The call gets answered promptly, and then it fractures along the same lines the organization is built on. Answering the call was never the constraint. Holding the whole of it in one place was.
What First Call Resolution Actually Requires
Handling several requests in one conversation is a specific capability, not a matter of a friendlier script. Four things have to happen.
Detecting every intent. The patient may state four needs in one run-on sentence, and the last one is often the real reason they called. The system has to catch all of them rather than resolving the first and hanging up, which is the classic failure of a menu tree that forces one selection.
Holding them together. Each intent has to be tracked through the conversation as an open item, so none is quietly dropped when the patient elaborates on another. This is working memory for the call: four things open, each with a status, none forgotten.
Sequencing what depends on what. Some intents interact. Whether the plan on file is current affects both the reschedule and the billing question. Confirming coverage once should inform both rather than being done twice or, worse, once for one intent and not the other.
Completing each without a transfer. The reschedule is written to the system. The coverage is verified against the payer. The bill is explained or routed with context. The refill is logged and sent for clinical review. Each reaches a real endpoint inside the call rather than becoming a task for later.
When all four happen, the patient hangs up with everything handled. That is what resolving a call in one contact means, and it is a coordination achievement rather than a conversational one. The talking was never the hard part.
The Shared Context Problem
Of everything above, one piece is doing the most work and deserves its own attention: shared context across intents.
When a human expert handles a multi-request call well, they do something efficient without thinking about it. They pull the patient's record once, and that single act of retrieval serves every request. The coverage they see answers the insurance question, informs whether the reschedule needs a fresh eligibility check, and provides the context for the billing question. They do not look up the patient four times. They look once and apply what they find across everything the patient asked.
A system that handles intents in isolation loses this entirely. It checks eligibility for the reschedule, then treats the billing question as a fresh start and checks again, or fails to connect that the coverage relevant to one is the coverage relevant to the other. The result is slower, sometimes contradictory, and it asks the patient to repeat things they already said, which is the exact experience one-call resolution is supposed to eliminate.
Real coordination means the conversation has a shared understanding that every intent draws from. The patient's identity, their coverage, their appointment history, their balance, their medications: retrieved once, held for the whole call, applied wherever relevant. This is the difference between four automations sharing a phone line and one system handling a person. Voice AI is the surface; the shared context underneath is the product. Our explainer on the underlying healthcare AI agents covers how that grounding works.
It is also why integration depth matters more than it appears to. Shared context is only possible if the system can read the whole patient picture from the systems of record in the first place. Our guide to integrating AI with your EHR covers what that requires.
Where a Transfer Is Still the Right Answer
Resolving a call in one contact does not mean the AI resolves everything. It means the call is resolved, which sometimes means reaching the right person, once, with full context, rather than bouncing the patient through several.
Some intents should route to a human. A clinical question inside an otherwise administrative call should go to clinical staff, and the fact that it arrived alongside a reschedule does not make it safe to handle administratively. Emotional distress should reach a person. A complex billing dispute, as opposed to a simple bill explanation, needs someone with discretion.
The distinction that preserves resolution is how the transfer happens. A warm transfer that carries the entire conversation, so the patient does not restart, keeps the call resolved in one contact even though a person finished it. A cold transfer that drops the patient into a new queue to re-explain everything is where resolution dies, and it is the pattern good coordination is meant to replace.
So the goal is not zero transfers. It is zero restarts. The multi-intent call can end with three things handled automatically and one warm-transferred with context, and still count as first call resolution, because the patient never had to repeat themselves and never had to call back.
Why This Is Hard to Build
It is worth being direct that this capability is harder than a single-task automation, which is why so many tools stop short of it.
Detecting multiple intents from natural, overlapping speech is harder than routing a menu selection. Holding several open items through a winding conversation requires real working memory rather than a linear script. Sharing context across intents means integrating deeply enough to assemble the whole patient picture, not just enough to complete one transaction. And completing each intent means writing back to several different systems correctly within one interaction.
This is also where the difference between a conversational front end and an operational system becomes visible. A tool that sounds fluent but handles one intent at a time will, on a real multi-request call, resolve the first thing and generate tasks for the rest, which returns the patient to the callback queue the automation was supposed to remove. From our experience with practices across the country, this is the most common reason a promising demo underdelivers on first call resolution once it meets real calls, which are almost never about one thing.
None of this argues against the goal. It argues for evaluating whether a system truly coordinates multiple intents or simply handles them one at a time and hands the rest back.
Measuring Whether It Works
Answer rate cannot see any of this. A call answered instantly and then fractured into four workstreams counts as a perfect answer-rate event and a resolution failure. Different metrics are needed.
First call resolution rate is the headline: the share of calls where everything the patient raised was handled, by completion or by a single warm transfer, without a callback. It is worth tracking rigorously, including the intents that were opened and not closed.
Intents handled per call tells you whether the system is coordinating or resolving one thing and stopping. If the average sits near one on calls that clearly contained more, the coordination is not happening.
Callback rate is the shadow of poor resolution. Every callback to finish something the first call started is a first call resolution failure wearing the disguise of new volume.
Transfer restart rate, meaning how often a transferred patient has to re-explain, distinguishes warm coordination from cold routing. Our list of front desk KPIs covers how to baseline these, and our piece on reducing patient wait times covers how they move together.
Here's How Confido Health Can Help
This article argued that patients call about several things at once, and that first call resolution means handling all of them in one conversation rather than splitting them across teams. Confido Health's AI Agents are built to coordinate multiple intents in a single call rather than resolving one and routing the rest.
Here is what Confido Health delivers:
- Multi-intent handling in one conversation, detecting every request a patient raises and tracking each as an open item through scheduling, eligibility, billing questions, and refills, so none is dropped
- Shared context across the call, retrieving the patient's coverage, history, balance, and medications once and applying them to every intent, so the patient never repeats themselves
- Completion inside the call, writing the reschedule to the system, verifying coverage against the payer, explaining or routing the bill, and logging the refill, rather than generating tasks for later
- Warm transfer with full context for clinical questions, distress, and complex disputes, so reaching a person still counts as resolved in one contact
- Integration-first approach with 40+ EHR and PMS systems including Epic, Athenahealth, and eClinicalWorks, which is what makes shared context and real completion possible
- Empathetic, natural conversations with 97 percent patient satisfaction, in more than 20 languages, answering every call on the first ring
- Proven ROI, with up to 70 percent reduction in staff call burden, 60 percent reduction in cancellations, 80 percent reduction in manual administrative work, and a 15 to 20 percent increase in revenue collections
- Live in under 30 days using expert-approved templates co-built with practicing physicians and operations leaders
Confido Health is more than a tool. It is the layer that treats a patient's call as one conversation about a whole person, not four tasks for four teams.
Want to see what your first call resolution rate would look like when one call no longer becomes four? Let's get started today.
Still in research mode? Start with our explainer on conversational AI versus IVR, then read about front office operations.
Frequently Asked Questions
What is first call resolution in healthcare?
First call resolution is the share of patient calls fully handled in a single contact, without a callback or a cold transfer to another team. It is difficult in healthcare because one call often spans scheduling, eligibility, billing, and refills, which usually belong to different departments.
Why do patients raise multiple issues in one call?
People carry all of their needs at once rather than sorting them into a practice's internal categories. A single call commonly combines moving an appointment, confirming coverage, asking about a bill, and requesting a refill, even though the organization handles each through a separate team.
How does AI handle several requests in one conversation?
By detecting every intent the patient raises, tracking each as an open item, sequencing anything that depends on something else, and completing each against the relevant system. The goal is that the patient leaves the call with everything handled rather than resolved in part.
What is the shared context problem?
It is the challenge of applying one retrieval of a patient's record across every intent in a call. Coverage checked for a reschedule is the same coverage a billing question needs. Systems that handle intents in isolation re-check or miss this, making the call slower and repetitive.
Does first call resolution mean AI resolves everything?
No. It means the call is resolved in one contact, which sometimes means a single warm transfer to the right person with full context. Clinical questions, distress, and complex disputes should reach a human, and doing so once with context still counts as resolved.
Why do transfers hurt first call resolution?
A cold transfer drops the patient into a new queue to re-explain everything, adding delay and a chance the request stalls. Each transfer restarts context. Warm transfers that carry the conversation preserve resolution, so the measure that matters is restarts rather than transfers themselves.
How is this different from an IVR phone menu?
A menu forces a patient to pick one category, which cannot represent a call about four things. It routes rather than resolves, and a multi-intent caller ends up navigating several menus or being transferred repeatedly. Coordinating intents in one natural conversation is the opposite approach.
Why is coordinating multiple intents hard to build?
It requires detecting overlapping intents from natural speech, holding several open items in working memory, sharing context across them through deep integration, and writing back to multiple systems in one interaction. Tools that handle one intent at a time resolve the first and hand the rest back.
How do you measure first call resolution?
Track first call resolution rate, intents handled per call, callback rate, and transfer restart rate. Answer rate cannot see resolution, since a call answered instantly and then fractured into several workstreams still counts as answered while quietly failing the patient who made it.
Does handling everything in one call replace staff?
No. It shifts staff toward the calls that need judgment, since routine multi-intent calls are coordinated automatically while clinical questions, distressed patients, and complex disputes are warm-transferred with context. The team spends less time on repetitive routing and more on work that requires a person.


.webp)