Practice Operations
Wound Care Open Orders and the Visit Series They Drive
Wound care open orders outlive the appointments booked against them. When a visit in a series drops, the order stays open and the patient gets called twice.
Wound care open orders are the part of the workflow that outlives everything around them. The clinical team writes an order for a course of visits. The front desk books appointments against it. Then a patient misses one, the appointments and the order drift apart, and for the next three weeks the practice is running two workflows on the same patient without knowing it.
A wound care center is one of the few outpatient settings where the same patient is expected back next week, and the week after, for a defined stretch. That structure is the business, and it is also the fragility.
The order is the durable object. It records that a course of work is due and stays open until the work is done or somebody closes it. The appointments are the transient ones. They get booked, moved, missed and rebooked, and none of that movement tells the order anything.
So the failure mode is not a missed visit. It is the drift between what the order still expects and what the calendar actually holds, and it is invisible from either side alone. Look at the schedule and everything seems fine. Look at the order queue and it looks like nothing has happened.
Meanwhile the no-show rate is not doing the practice any favors. MGMA DataDive Practice Operations data show the single-specialty aggregate no-show rate fell to 5.55% in 2020 and held at 5% in 2021 and 2022, then rose to 6.81% in 2023, close to the 7% pre-pandemic benchmark. In a series-based specialty, each of those misses does not cost one visit. It costs the shape of everything after it.
Work the order queue, not the appointment list
The correction is to invert which list drives the outbound work.
Most front offices work forward from the calendar. Who is coming tomorrow, who needs confirming, who cancelled. That view cannot see a patient whose next visit was never booked, which is precisely the patient the practice is about to lose.
GET /chart/encounter/{encounterid}/orders/outstanding and GET /patients/{patientid}/documents/order describe the other view: what is still owed. Every open order without a future appointment attached is a patient who is due for something and is not on the schedule. That list is short, it is fully mechanical to produce, and almost nobody produces it daily.
Once it exists the outreach is straightforward. Call, text, offer times from GET /appointments/open that fit the appointment type the order implies, book, and confirm. No clinical content is involved at any point. The order already says what is due, and the clinical team already decided it.
The rule practices adopt once they see the list is that an open order older than its expected interval is an outbound call, not a report line.
One miss reshapes the whole series
Here is where a series-based specialty differs from everywhere else, and where most scheduling automation stops being useful.
When a patient misses the third visit of an eight-visit course, the correct response is not to rebook that one visit into the next open slot. The remaining five now sit at the wrong intervals relative to the visit that actually happened. Left alone, the series compresses at the end or stretches past the point the order covers.
Rebuilding it by hand means opening the calendar, moving five appointments, checking each one against provider availability and the appointment type, and then re-confirming with a patient who is already not answering the phone. In a busy center nobody does this, so the series just decays.
The automated version is the same arithmetic without the labor. Re-anchor the remaining appointments to the visit that actually occurred, keeping them in the same relationship to each other. Verify each new slot can hold the visit. Then send one confirmation covering the revised series, rather than a reminder for the next appointment only.
The vacated slots matter too. A missed Tuesday morning in a wound center is highly fillable, because there is always another patient on an open order who would come in sooner. Those two problems solve each other, and only if something is watching both lists at once.
An open task and an open order will call the patient twice
The defect worth checking for by name is duplicate outreach, and it comes from a specific structural quirk rather than from carelessness.
A patient can carry an open follow-up task and an open order at the same time, describing overlapping work. Working the task does not necessarily close the order. So the task gets satisfied, somebody books the visit, and the order stays alive, which means the order queue offers the same patient up again next week to whoever is working it.
Staff behavior compounds it. Items get moved between queues by hand, so work that belongs in one bucket ends up in the bucket the outreach process reads from. When an engineer on a live rollout asked what should happen for a patient with both objects open, there was no general answer, because the correct behavior is a practice policy rather than a system rule.
Whether completing a booking satisfies and closes the task is also per-practice. One practice asked directly whether scheduling would satisfy the tickler and close it, and the honest answer was that every clinic has different rules about how a task gets satisfied, closed and linked.
So the design requirement is not cleverness. It is that the practice writes its policy down once, and the system applies it every time instead of leaving each coordinator to decide.
Attendance is a coordination problem, not a compliance one
Practices reach for a penalty when attendance slips, and it does help, but it is not where the real gain sits in this specialty.
A January 2025 MGMA Stat poll found 42% of medical group leaders report using a no-show fee compared to 58% that do not, and that practices charging a fee reported more improvement than those that did not. That is a real effect worth knowing about.
It is also downstream of the thing that actually drives attendance in a serial course, which is whether the patient knows what the rest of the course looks like. A patient holding eight confirmed appointments behaves differently from a patient who is told at every visit to call and book the next one.
AHRQ describes care coordination as deliberately organizing patient care activities and sharing information among the participants to achieve safer and more effective care. The front-office share of that is unglamorous. The appointments exist, the patient has them, transport can be arranged around them, and the practice notices immediately when one is missed.
The center that books the block and repairs it when it breaks does not need a penalty policy to hold attendance. It needs somebody watching, and that somebody does not have to be a person.
What stays with the clinical team
The boundary in a wound center is sharper than in most specialties, and it should be stated plainly to staff before anything is turned on.
The clinical team writes the order, sets how often the patient is seen, and decides when the course is finished. Nothing in the front office reads a wound, forms a view about how it is progressing, or changes an interval because of anything the patient says on the phone.
The automation produces the list of open orders without a booked visit, calls those patients, and books against the appointment type the order implies. It re-anchors the remaining series when a visit moves and refills vacated slots from the same population. It applies the practice’s written policy about when a booking closes a task, and escalates anything a patient says that is not administrative.
When a patient calls to say something has changed, that goes to clinical staff immediately. The system’s job is to make sure the patient is on the calendar and that the order and the calendar agree with each other. That is the whole scope, and it happens to be most of the work.
Key Takeaways
- Drive outreach from the outstanding order queue rather than the appointment list, because the calendar cannot show you a patient who was never rebooked.
- Treat any open order without a future appointment as an outbound call the same day, not as a line in a weekly report.
- Re-anchor the remaining appointments in a series when one visit moves, instead of dropping the missed visit into the next open slot.
- Refill the vacated slot from the same open-order population, since those patients are already due and easy to reach.
- Write down whether completing a booking closes the related task, because that policy differs by practice and nothing enforces it by default.
- Watch for patients carrying both an open task and an open order, which is how the same person gets called twice in a week.
- Give patients the whole booked series rather than asking them to call for the next visit each time.
A wound center loses a course of care one appointment at a time, and never at the moment anyone is looking. Keeping the order and the calendar in agreement is administrative work, it is entirely rule-bound, and it is the difference between a completed course and a patient who quietly stopped coming.
Related reading
- booking the visit series as a block
- where virtual visits fit in a weekly series
- confirmation status and no-show recovery
Sources
Ready to See It in Action?
See how PGA works an outstanding order queue and rebuilds a broken visit series
Schedule a Demo →Written by Kevin Henrikson