Practice Operations
Wound Care Visit Series Booking and Re-Authorization
A wound care visit series has to be booked as a block and re-authorized on a clock. How AI holds the series together inside athena.
A wound care visit series is one decision and a dozen appointments. The clinical team sets a weekly cadence, and everything after that is administrative: getting all of those visits on the calendar as a block, keeping the authorization alive across them, and noticing when a patient drops out three weeks in.
Wound care centers carry the scheduling burden of a recurring program with the intake burden of a referral practice. Patients arrive from hospital discharge and from home health agencies, usually by fax, and those referrals sit in an intake queue while the clock that matters most is already running.
On the other side, the visits themselves repeat weekly and the authorization behind them does not repeat automatically. Advanced therapies carry documentation requirements that have to be met again on renewal, and somebody has to notice the renewal date before the patient shows up for a visit that is no longer covered.
Both of those failure modes look identical from the front desk: a gap in the series. One was caused by intake, one by authorization, and neither is visible until a patient misses a week.
Booking the block instead of the next appointment
The single highest-value change is booking the whole series at once. When a patient leaves with one appointment, the next one depends on somebody calling them, and the week that gets skipped is the week the series stops being a series.
That is harder than it sounds inside a real template. Practices build schedules out of generic slot types, and the EHR will return a generic slot when you search for a specific appointment type, so the automation has to know which specific types each generic slot is actually eligible for, per provider and per department. Some appointment types can only be placed if a companion type can be placed at the same time, which is exactly the constraint a recurring block runs into.
So the workflow places the full set against the practice’s cadence rules, confirms every date with the patient on one call, and writes the series back so staff see a booked block rather than a list of intentions. When the template cannot hold the full series, it books what it can and hands the remainder to staff with the gap identified.
Authorizations expire on a clock nobody is watching
This is the complication that costs wound care centers the most and gets discussed the least. A specialist authorization for a chronic condition might be good for a year, and then someone has to notice and renew it. In a multi-site group, the renewal can be entirely dependent on someone remembering, and the authorization number gets pushed to the patient through the portal once it is obtained.
Advanced therapies raise the stakes because the documentation has to be produced again rather than referenced. Medicare’s coverage rules for hyperbaric oxygen therapy attach specific conditions to payment, which means a lapse is not a paperwork inconvenience, it is an uncovered visit that already happened.
The automatable part is the clock and the chase. Track the expiry date against the booked series, start the renewal outreach far enough ahead that the documentation can be assembled, and flag any appointment in the series that would fall outside the current authorization window. The clinical documentation itself is produced by the clinical team. The reminder, the chase, and the flag are not. This is the same visit-limit discipline described in physical therapy authorization limits.
Referrals from hospitals and home health stall in the queue
Inbound referrals to a wound care program arrive as flat PDF faxes that are labeled referrals and are explicitly not structured orders. They come from discharge planners and home health agencies, and they are time-sensitive in a way the sending office assumes you understand.
Document workflows in athenaOne are scoped by department, so a pipeline pointed at the main office processes what it sees and reports success on all of it while anything filed under a different department sits unprocessed. A meaningful share of the new-patient referrals is usually in exactly those other departments, which makes processed documents against total inbound the number to watch rather than the job’s own success rate. The EHR will generally not allow pulling every department at once, so the sweep has to walk them sequentially.
For a program whose entire value depends on starting quickly, that is the whole game. Sweep every department, classify what arrived, register the patient, and get the first appointment offered the same day rather than after somebody works down a stack. Post-discharge follow-up scheduling is administrative work with a deadline attached, which is what makes it a good automation target. Home health coordination runs on the same mechanics as home health scheduling.
The patient who quietly stops coming
Attrition in a recurring series is the metric that predicts program outcomes and almost nobody tracks it as an operational number. A patient who misses week three is often gone, and the miss is only visible if somebody is comparing the booked series against attendance.
An automated workflow can watch that directly. When an appointment in a booked series is missed or cancelled without a replacement, it calls the same day, offers the next eligible slot, and escalates to staff when it cannot reach the patient after the practice’s own number of attempts.
That is the difference between a program that loses patients silently and one that knows within twenty-four hours. AHRQ’s care coordination work keeps arriving at the same conclusion: the reliable version is a process that runs without anyone remembering to run it.
What stays with the clinical team
The cadence of the series, the therapy involved, and whether a patient should continue are clinical determinations, and the automation does not touch any of them. It also does not produce the documentation that supports an authorization renewal.
What it does is book the block, hold the series together, watch the authorization clock, chase the missing paperwork, and call the patient who dropped out. Every one of those is a scheduling or paperwork action with a date attached, and every one of them is currently being done from memory by somebody who has too much else to do. Doing it against the live series and authorization records is the practical case for working inside athena.
Key Takeaways
- Book the entire visit series as a block on one call. A patient who leaves with only the next appointment is the patient who drops out.
- Confirm which specific appointment types your generic template slots accept before automating a recurring block. Companion-type constraints break series booking.
- Track every authorization expiry against the booked series and start the renewal chase early enough that documentation can be assembled.
- Flag any appointment in the series that falls outside the current authorization window rather than discovering it at billing.
- Sweep every athena department for inbound faxes. Referrals filed under a non-main department are the most common silent intake backlog.
- Watch series attrition as an operational number. A missed week that gets a same-day call is recoverable, and one that waits is usually not.
Wound care programs live or die on continuity, and continuity is an administrative achievement. Book the whole series, keep the authorization alive across it, start the referral the day it arrives, and call the patient who missed a week. All four run on the athena appointment records, document classes, and authorization data the program already has.
Sources
Ready to See It in Action?
See how PGA books the whole visit series and tracks every re-authorization date
Schedule a Demo →Written by Kevin Henrikson