Skip to main content

Practice Operations

Plastic Surgery Virtual Consults and the Chart They Create

Plastic surgery virtual consults convert when the response is fast and the booking rules are right. What goes wrong in the chart and the catalog.

6 min read

Plastic surgery virtual consults are the highest-value booking in the practice and the easiest one to lose. The inquiry arrives at an odd hour, the person is comparing two or three practices, and whoever answers first usually wins. Video removes the travel objection entirely, which makes the booking rules behind it the thing that decides whether the consult is worth having.

A plastic surgery practice runs two businesses on one schedule. The cosmetic line is self-pay, conversion-driven, and behaves like consumer sales. The reconstructive line runs on referrals, authorizations, and documentation requirements. They need different intake, different quoting, different payment handling, and often different appointment types, and they share a phone number.

Most missed revenue sits on the cosmetic side, because response speed is the whole game and inquiries arrive when nobody is at the desk. Most operational risk sits on the reconstructive side, because a consult booked without the paperwork started is a consult that leads nowhere.

The scheduling system underneath was usually built for one of those and adapted for the other.

A booking rule that decides whether you get a duplicate chart

This is the most concrete example we have of a scheduling policy with money attached. Working on a web scheduler for a practice’s aesthetic service line, we found the incumbent tool would create a brand-new chart for anyone who booked any service, including injectables. That produces duplicate charts, broken histories, and a patient record that nobody trusts.

The fix we proposed and the physician accepted: restrict new-patient booking to a single consultation appointment type, and require an existing chart for everything else. The physician added one more rule of his own, which was that the new-patient consult requires a deposit.

That combination is worth copying. One new-patient path, everything else attached to a real chart, and a deposit on the consult that actually costs the practice something to hold. It converts fewer inquiries and it converts better ones, and it keeps the record clean enough to be useful later.

The appointment type catalog can change under you overnight

Here is a failure mode nobody plans for. A practice consolidated its entire cosmetic and procedure appointment type catalog in one go. Injectables, laser, microneedling, chemical peel, radiofrequency, two biopsy durations, cryotherapy, and the generic procedure type were all retired and folded into a single follow-up type.

Our engineer’s note back was blunt, and it is the right instinct: this is a big change, and some warning would have avoided an interruption. The surviving type was fifteen minutes, which cannot hold a forty-five minute service. The old types had to be kept internally and deliberately remapped to fifteen and thirty minute equivalents, and the practice still wanted the reason for visit to carry the specific service name.

Any automation that hard-codes appointment type IDs breaks the morning that happens. The durable design keeps an internal service catalog, maps it to whatever types currently exist in athena, and treats a catalog change as a remapping rather than a rebuild.

Two intake paths behind one phone number

Cosmetic and reconstructive inquiries need to diverge in the first thirty seconds. The cosmetic path wants speed, the specific service named, a consult booked, and a deposit taken. The reconstructive path wants the referral located, the plan captured, and the documentation requirements started before the consult happens.

That divergence is a routing rule, not a judgment call. The caller says what they are calling about, the automation maps it to the correct service line and appointment type, and each path collects what that path needs.

Where the caller is ambiguous, or where anything clinical comes up, the call goes to a person with everything captured so far. The automation never characterises a condition, never comments on candidacy, and never discusses outcomes. It books the consult and gathers the administrative inputs. Reconstructive cases that need authorization follow the same rules described in surgical prior authorization.

Speed of first response is the conversion metric

For a self-pay consult, the measurable thing is time from inquiry to first contact attempt, and most practices have never measured it. Inquiries arriving evenings and weekends get answered the next business day, which is often after the person has booked elsewhere.

A virtual consult makes fast response worth more, because the practice can offer a slot without asking someone to drive across town. Coverage outside business hours turns an inquiry that would have gone stale into a booked appointment with a deposit attached.

The rest of the workflow follows the booking. Confirmation, the visit link, a tech-readiness check before the appointment, and a re-send when the first message goes unanswered. Those steps are what stop a booked virtual consult from becoming a no-show, and they run off the appointment record itself rather than somebody’s afternoon. Doing that against live availability is the practical case for working inside athena.

Where the practice keeps control

The practice decides which services can be consulted virtually, what the deposit policy is, which appointment types exist, and what the reconstructive documentation requirements are. All of that is configuration, and all of it belongs to the practice.

The automation applies those rules consistently, at the hours when nobody is available to apply them by hand. It books, it collects, it confirms, and it hands over anything outside the rules. For a practice where a single consult is worth more than a week of routine visits, consistency at 9pm is the entire return.

Key Takeaways

  • Restrict new-patient booking to a single consultation appointment type and require an existing chart for everything else. Otherwise your scheduler creates duplicate charts.
  • Attach a deposit to the new-patient consult. It converts fewer inquiries and it converts better ones.
  • Keep an internal service catalog mapped to current athena appointment types. Catalogs get consolidated without warning and hard-coded IDs break that morning.
  • Watch for consolidated types that are too short for the service. A fifteen-minute follow-up type cannot hold a forty-five minute treatment.
  • Split cosmetic and reconstructive into separate intake paths from the first thirty seconds of the call. They need different data and different outcomes.
  • Measure time from inquiry to first contact attempt. On a self-pay line it predicts conversion better than any other number you have.
  • Automate the post-booking sequence too: confirmation, link, tech-readiness check, and re-send. A booked virtual consult still needs to show up.

Plastic surgery practices lose consults to response time and lose records to booking rules that were never written down. Virtual consults fix the first problem only if the second one is handled: one new-patient path, a service catalog that survives a change in athena, and two intake flows behind one phone number. That is administrative design work, and it is worth more per booking here than in any other specialty.

Sources

Ready to See It in Action?

See how PGA books cosmetic and reconstructive consults under the right rules

Schedule a Demo →

Written by Kevin Henrikson