Skip to main content

ROI Analysis

Cosmetic Versus Covered: Plastic Surgery Billing Up Front

A plastic surgery front desk quotes cash prices and verifies benefits on the same call. How plastic surgery billing holds up when both answers are live.

8 min read

Plastic surgery billing is really two jobs wearing one headset. One caller wants a price for something they are paying for themselves, and they want it today. The next caller wants to know whether their plan covers a repair, and the honest answer is that nobody knows yet. Same phone line, same person, two completely different conversations, and the practice gets judged on both.

Most specialties have one money conversation. A plastic surgery practice has two, and they run on different clocks.

The cash side behaves like retail. The caller is shopping, often against two other practices, and a slow or vague quote loses them. They expect a number, a deposit process, and a date.

The covered side behaves like every other specialty, only worse, because the line between cosmetic and reconstructive is where the money actually sits and it is not decided by the front desk. Benefits have to be checked, the surgeon’s documentation has to support the claim, and an authorization may be required before anything gets scheduled.

What makes it hard operationally is not the difficulty of either conversation. It is that the person answering has to work out which one they are in, within about fifteen seconds, from a caller who has no idea there is a difference.

Two businesses share one phone line

The split is written into the coverage rules themselves. Medicare excludes cosmetic surgery and related services from coverage, with an exception for the prompt repair of accidental injury or to improve the functioning of a malformed body member. Commercial plans generally mirror that shape, and the practice’s payer contracts fill in the detail.

So a caller asking about the same anatomical area can land in either business depending on why they are asking. That distinction is a payer determination supported by the surgeon’s documentation. It is never something a scheduler decides, and it is never something an automated front office should decide either.

What the front office can do is narrow the question fast. Is there a referring provider. Is there an injury or a prior surgery involved. Does the patient believe this is going through insurance. Those three answers route the call into the cash lane or the benefits lane without anyone forming a view about the patient’s medical situation.

The cost of getting this wrong is not subtle. At one multi-site practice, staff told a caller the practice did not take their plan and offered a cash price instead, when the plan was in fact contracted. That was caught in a call review weeks later. A quoted cash price on a covered service is a refund conversation at best.

The estimate has a clock on it

For the cash side, the estimate is not a courtesy document. Federal rules give it a deadline tied to the booking itself.

When an uninsured or self-pay patient schedules a primary item or service at least 3 business days before it will be furnished, the good faith estimate is due not later than 1 business day after the date of scheduling. When it is scheduled at least 10 business days out, the window is 3 business days after scheduling. When the patient simply asks for an estimate without booking, it is due not later than 3 business days after the request.

Read that again from the front desk’s point of view. The clock starts when the appointment is made, which means the booking event and the estimate event are the same workflow, not two things that happen to involve the same patient. A practice that treats the estimate as paperwork someone does later is generating a compliance gap every time the phone rings.

This is exactly the shape of work that automates cleanly. The trigger is a scheduling event, the recipient is known, the content comes from the practice’s own fee schedule and the surgeon’s proposed plan, and the deadline is arithmetic. What it needs from a person is the clinical content of the proposal, which the surgeon supplies once.

Money moves before the visit, not after

Both lanes converge on the same operational truth, which is that anything not collected before the patient walks out is much harder to collect afterward.

MGMA DataDive Practice Operations data shows how far that slipped. The share of copayments collected at time of service was 56% in 2022, down from 89.9% in 2019, while patient due balances collected at time of service climbed to 39% from 14.76% over the same period. Practices got better at chasing balances and much worse at the simple thing they used to do at the window.

For a cosmetic case the equivalent is the deposit. One practice, reviewing why its web scheduler was creating problems, found the tool would open a brand new chart for anyone who booked any service, including injectables. The fix was to restrict online new-patient booking to a cosmetic consultation type only and require an existing chart for everything else, and the surgeon added that the new-patient consult also carries a deposit. That is a booking rule and a money rule expressed as one appointment type.

On the covered side the pre-visit work is benefit verification and, where the plan requires it, authorization. Discovering either at check-in costs the appointment and the surgical block behind it.

Where the money conversation lives in athenahealth

None of this is a phone problem. It is a records problem that happens to surface on the phone, and the surfaces it touches in athenahealth are ordinary ones.

Balance and history come from the patient’s payment record. GET /patients/paymenthistory and GET /patients/{patientid}/receipts give the caller a real answer about what they have already paid rather than a promise that somebody will look into it. GET /patients/{patientid}/collectpayment/paymentplan surfaces whether a plan is already in place, which is the difference between offering terms and re-offering terms the patient is already on.

The eligibility check runs against the plan on file, and the plan on file is frequently wrong. Practices in several specialties describe the same failure: the patient’s coverage changed, nobody told the practice, and the chart just goes ineligible. The workable fix is mechanical. Text the patient a link, have them photograph both sides of the card, match it against the plans configured in the practice, file the image to the chart, and rerun the check.

Appointment types carry most of the money logic in a practice like this, and they move. One practice consolidated an entire cosmetic and procedure appointment catalog into a single follow-up type overnight, and the surviving type was 15 minutes, which could not hold a 45 minute service. Anything reading that catalog has to keep the retired types mapped internally and preserve the specific service name as the reason for the visit, or the schedule quietly loses its meaning.

What stays with a person

The boundary here is clean, and drawing it is what lets a practice turn any of this on.

The automation answers the phone at any hour and works out which lane the caller is in from what the caller says. On the cash side it quotes published prices from the practice’s own fee schedule, sends the good faith estimate inside the required window, and takes the deposit. On the covered side it verifies benefits, captures a new insurance card, surfaces the balance, and offers the payment terms the practice has already approved. Either way it books against the correct appointment type.

It does not decide whether a procedure is cosmetic or reconstructive, it does not tell a patient what their plan will cover before the payer has answered, and it does not negotiate. A caller who wants to argue about a bill or asks anything about their care reaches a person.

The useful reframe for a practice administrator is that this is not a phone system. It is the pre-visit financial workflow running on its own, at the hour patients actually call, with the front desk left free for the people standing in front of them.

Key Takeaways

  • Route the call into the cash lane or the benefits lane from what the caller says, and never let the front office form its own view of whether a procedure is covered.
  • Treat the good faith estimate as part of the booking workflow, since the federal clock starts at scheduling and not when someone gets to the paperwork.
  • Collect the deposit and verify benefits before the visit, because the time-of-service window is where practices have lost the most ground.
  • Restrict online new-patient booking to a consultation type so the web scheduler stops creating duplicate charts for existing patients.
  • Re-capture the insurance card by text and rerun eligibility instead of trusting the plan on file, which is stale more often than anyone admits.
  • Keep retired appointment types mapped internally when the catalog is consolidated, or the schedule loses the service detail the practice bills on.

A plastic surgery practice does not need a bigger front desk to run two businesses on one phone line. It needs the lane decided in the first fifteen seconds, the estimate sent inside its window, and the money conversation finished before the patient arrives.

Sources

Ready to See It in Action?

See how PGA runs the pre-visit money conversation for a split cash and covered practice

Schedule a Demo →

Written by Kevin Henrikson