Don't Manually Track Home Health Re-Verification in 2026
Key Takeaways
US healthcare administrative cost share: 25% according to KFF's 2024 Health Spending Analysis — re-verification tracking is a direct contributor to that overhead in home health.
Home health authorization re-verification is the recurring process of confirming payer approval for continued care before each new episode or benefit period.
Missing a re-verification window is one of the most common — and most preventable — reasons home health claims deny.
A trigger-to-approval automation (EHR event → eligibility check → exception routing → human sign-off) replaces spreadsheet-based tracking.
Know the disqualifiers before automating: this workflow assumes a minimum patient census and at least one system with an accessible event or field.
Home health agencies operate on a recurring authorization clock: Medicare, Medicaid, and commercial payers all require confirmation that a patient's care remains authorized before each new 60-day episode or benefit period, and missing that window means the agency delivers care it may never get paid for. Authorization re-verification automation is the use of scheduled system checks and workflow triggers — tied to episode-end dates or EHR events — to confirm continued authorization, flag lapses before they become denials, and route exceptions to a human before a claim goes out the door.
Physicians citing burnout: 53% according to AMA's 2024 Physician Burnout Survey — a figure that reflects administrative load broadly, and re-verification tracking sits squarely inside the category of recurring paperwork clinicians and office staff describe as the least value-added part of their week. Medicare pays home health under the Patient-Driven Groupings Model, and according to CMS's PDGM guidance, every 60-day episode requires its own confirmed authorization before billing — there is no standing approval that covers a patient indefinitely.
Who This Is For
This playbook is built for home health agencies managing 40 or more active patients across Medicare, Medicaid, or a mix of commercial payers, with at least one practice management or EHR system already tracking episode dates and authorization numbers.
Red flags: Skip if your agency serves fewer than 15 active patients, operates entirely on paper charting with no digital episode tracking, or has no dedicated intake or billing staff to own exception review. At that scale, a shared calendar with manual reminders is still workable. Agencies further along in digital adoption have an easier build: according to HIMSS's 2024 interoperability survey, EHR adoption among home health providers is widespread but data-sharing between EHR and clearinghouse systems is still inconsistent, so confirm your systems can actually exchange an eligibility response before committing to full automation.
Step-by-Step: Building the Re-Verification Workflow
Step 1: Map your trigger event. The workflow starts when an episode-end date or authorization expiration date is written to your EHR or practice management system — commonly a certification_period_end or equivalent field. Episode length: 60 days is the standard Medicare home health payment period under PDGM, making it the most common re-verification interval to automate first.
Step 2: Connect the eligibility check. Most payers support X12 270/271 electronic eligibility transactions through a clearinghouse like Availity or Change Healthcare. The 271 response includes an EB01 segment code identifying the benefit and coverage status — this is the real field your automation should parse to confirm continued authorization rather than relying on a phone call.
Step 3: Schedule the re-verification check ahead of the deadline. Configure the check to fire 5–7 business days before the episode-end date, giving staff a buffer to resolve any lapse before the next visit is delivered without confirmed coverage.
Step 4: Build the exception path. When the 271 response shows an inactive or pending authorization, route the case immediately to a named biller or intake coordinator rather than letting it sit in a queue — denial rates rise sharply for authorizations resolved less than 48 hours before a scheduled visit.
Step 5: Require human approval before any visit proceeds on a flagged case. The automation should never auto-clear a lapsed authorization; it surfaces the exception and waits for a staff member to confirm resolution or reschedule the visit.
Step 6: Log every check with a timestamp. Whether the result is "confirmed," "flagged," or "resolved by staff," the audit trail matters for both compliance and for spotting which payers lapse most often.
Step 7: Route the confirmed status back to scheduling. Once re-verification clears, the field updates automatically so front-office staff scheduling the next visit see current authorization status without checking a separate system.
Step 8: Review lapse patterns monthly. Track which payers, which case types, and which staff members generate the most exceptions — this data usually reveals a specific payer's authorization renewal process as the recurring bottleneck.
Worked Example: A 60-Patient Home Health Agency
Consider a home health agency managing 60 active patients across Medicare and two commercial payers, processing roughly 30 episode-end re-verifications per month. Before automation, an intake coordinator manually checked each authorization by phone or payer portal, consuming close to 15 hours per month and missing an estimated 4–6 re-verifications that resulted in denied visit claims.
After connecting the EHR's certification_period_end field to an automated eligibility check, the workflow fires 271 requests 6 days ahead of each episode boundary, parses the EB01 response code, and routes any non-active result to the coordinator's queue same-day instead of at the point of the next scheduled visit. Across the same 30 monthly episodes, coordinator time on re-verification drops to roughly 3 hours per month, and the agency recovers an estimated $8,400 per month in visits that would otherwise have been delivered against a lapsed authorization. Administrative cost per encounter is a recurring theme in the sector — according to MGMA's cost survey data, practices that automate recurring eligibility checks consistently report lower administrative cost per visit than those relying on manual portal lookups.
Benchmarks: Manual vs. Automated Re-Verification
| Metric | Manual Tracking | Automated Workflow |
|---|---|---|
| Coordinator hours/month | 12–18 hrs | 2–4 hrs |
| Re-verifications missed/month | 4–6 | <1 |
| Time to detect a lapsed authorization | 3–7 days | Same-day |
| Denied-claim revenue impact/month | $6,000–$10,000 | <$1,000 |
Coordinator hours saved: 10–14 hrs/month is typical once eligibility checks and exception routing replace manual phone verification — hours that shift toward patient-facing intake work instead of payer portals.
Systems and Fields Involved
| Step | System | Field/Object | Action |
|---|---|---|---|
| Trigger | EHR / PM system | certification_period_end | Detects upcoming episode boundary |
| Eligibility check | Clearinghouse (X12 270/271) | EB01 segment | Confirms active benefit status |
| Exception routing | Task/alert system | Coordinator queue | Flags non-active response |
| Approval | Human reviewer | Manual sign-off | Confirms resolution before visit |
| Logging | Audit system | Timestamped record | Documents check + outcome |
Payer Re-Verification Windows Vary — Plan for the Shortest One
Not every payer runs on the same clock, and building a workflow around Medicare's cadence alone will miss shorter commercial windows.
| Payer Type | Typical Authorization Window | Re-Verification Trigger |
|---|---|---|
| Medicare (PDGM) | 60 days | Episode-end date |
| Medicaid (varies by state) | 30–90 days | State-specific renewal date |
| Commercial payer | 30–60 days | Plan-specific benefit period |
| Medicare Advantage | 30–60 days | Plan authorization expiration |
Shortest common re-verification window: 30 days among commercial and Medicare Advantage plans — a workflow tuned only to Medicare's 60-day PDGM cycle will miss these more frequent checks entirely.
Authorization Denial Cost by Agency Size
| Active Patient Census | Monthly Re-Verifications | Avg. Denied-Claim Cost/Month (Manual) |
|---|---|---|
| 15–30 patients | 8–15 | $1,500–$3,000 |
| 40–60 patients | 20–30 | $4,000–$8,000 |
| 75–100 patients | 35–50 | $7,000–$13,000 |
Denied-claim cost scales with census size almost linearly, which is why larger agencies see the fastest payback on automating the re-verification check rather than adding another coordinator.
Exception Handling and Human Approval Controls
Every automated check needs a defined failure path, not just a happy path. Authorization lapse detection: same-day turnaround is the target once eligibility checks run automatically rather than being discovered at claim submission.
Build three distinct exception tiers: (1) confirmed active — no action needed, (2) pending or unclear response — flagged for a follow-up call within 24 hours, and (3) confirmed inactive or denied — escalated immediately to a biller with authority to pause non-urgent scheduled visits until resolved. Escalation response window: 24 hours keeps pending cases from silently aging into a missed deadline.
Common Mistakes in Authorization Re-Verification Automation
Checking too close to the episode boundary. A same-day check leaves no time to resolve a lapse before a visit is delivered. Build in a 5–7 day buffer.
Auto-clearing ambiguous eligibility responses. A "pending" 271 response is not the same as "confirmed active" — treat anything short of an explicit active status as an exception requiring human review.
Not tracking which payer causes the most lapses. According to the National Association for Home Care & Hospice, payer-specific authorization renewal timelines vary meaningfully — a workflow tuned to Medicare's cadence may miss a commercial payer's shorter reauthorization window entirely.
Skipping the audit trail. Regulatory reviews and payer audits both expect documented proof that authorization was verified before care was delivered, not just that a claim was eventually paid.
Treating every payer the same. A workflow calibrated only to Medicare's 60-day PDGM cycle will silently miss a commercial plan's 30-day window, since the check simply never fires early enough for the shorter-window payer. Build the trigger timing per payer type, not as a single global interval.
Build vs. Buy: The Honest Boundary
The realistic DIY alternative for a lot of agencies is stitching together a shared spreadsheet with calendar reminders, or chaining a clearinghouse portal export to Zapier or Make for basic date alerts. That works for a handful of patients, but a 60-patient agency running 30 episode-boundary checks a month on a manual spreadsheet has no automatic eligibility-response parsing and no audit trail when a coordinator misses a reminder buried in a shared inbox.
This is the specific gap US Tech Automations is built to close: connecting the EHR's episode-end field directly to the eligibility-check workflow, parsing the payer response automatically, and routing only genuine exceptions to a human — rather than asking staff to manually check every case regardless of status. A biller reviewing a flagged case sees the full eligibility response and episode history in one place instead of reconstructing it across a clearinghouse portal and the EHR.
When NOT to use US Tech Automations: if your agency processes fewer than 10 re-verifications a month, a simple calendar reminder system is cheaper to run and easier to maintain than any automation platform. The workflow above earns its cost once missed re-verifications are costing real denied-claim revenue every month, not just staff annoyance — for the 40-patient agency in the earlier worked example, that threshold was crossed well before 30 monthly re-verifications.
For agencies building out the surrounding revenue-cycle workflow, related guides cover the full authorization re-verification workflow in more depth, automating the end-to-end authorization process, how home health teams are approaching this step by step, and why healthcare teams are automating this step first.
Glossary of Key Terms
Re-verification: Confirming that payer authorization for a patient's care remains active before a new episode or benefit period begins, distinct from the initial authorization obtained at admission.
PDGM episode: The 60-day payment period under Medicare's Patient-Driven Groupings Model, the standard interval most home health re-verification workflows are built around.
X12 270/271: The HIPAA-standard electronic eligibility inquiry (270) and response (271) transactions exchanged between a provider and payer, typically routed through a clearinghouse.
EB01 segment: The specific data element within a 271 response identifying the type of benefit or coverage status returned for a given inquiry.
Timely filing: The payer-defined deadline for submitting a claim after service is delivered; a lapsed authorization discovered late often collides with this deadline too.
Frequently Asked Questions
What's the difference between initial authorization and re-verification?
Initial authorization is obtained once at admission to confirm a payer will cover home health services; re-verification is the recurring check confirming that authorization remains active for each subsequent episode or benefit period, since most payers don't authorize indefinitely.
How far ahead should re-verification checks run?
Most agencies see the best results checking 5–7 business days before the episode-end date — early enough to resolve a lapse before the next visit, but close enough that the eligibility data reflects current payer status.
Can this workflow handle both Medicare and commercial payers?
Yes, as long as each payer supports X12 270/271 eligibility transactions through your clearinghouse. Commercial payers sometimes have shorter reauthorization windows than Medicare's 60-day cycle, so the trigger timing may need to vary by payer.
What happens if the eligibility response is ambiguous?
Any response short of a clear active status should route to a human reviewer rather than being auto-cleared. A pending or unclear 271 response is exactly the case where a phone call to the payer is still the safest next step.
Do we need a dedicated biller to run this workflow?
Not necessarily a full-time hire, but agencies above roughly 40 active patients typically need at least a part-time staff member with clear ownership of the exception queue — automation reduces the volume of manual checks, not the need for human judgment on flagged cases.
Is this worth building for a small agency?
Below roughly 15 active patients, the volume of re-verifications is usually low enough that a shared calendar with reminders is more cost-effective than a full automation platform. The economics shift once missed re-verifications are costing denied-claim revenue on a monthly basis — most agencies notice the tipping point when a coordinator starts describing re-verification tracking as a recurring source of stress rather than an occasional task.
Does this replace the need for a billing or intake coordinator?
No. The automation removes the manual lookup work of checking each authorization one at a time, but every flagged exception still needs a human decision — whether to escalate to the payer, reschedule a visit, or gather additional documentation. Think of it as removing the repetitive part of the job so the coordinator's time goes toward the cases that actually need judgment.
Conclusion: Make Re-Verification a Managed Process
Authorization re-verification shouldn't depend on someone remembering to check a spreadsheet before an episode boundary passes. The workflow above turns a recurring, denial-prone manual task into a scheduled, auditable process with a human decision point exactly where it matters.
US Tech Automations connects the EHR's episode-end field to an automated eligibility check, parses the payer response, and routes only genuine exceptions to your team — with a full audit trail on every check. For an agency running 30 or more re-verifications a month across mixed payer types, that shift alone typically pays for itself well inside the first quarter through recovered denied-claim revenue and reclaimed coordinator hours.
About the Author

Helping businesses leverage automation for operational efficiency.
Related Articles
See how AI agents fit your team
US Tech Automations builds and runs the AI agents that handle this work end to end, so your team doesn't have to.
View pricing & plans