Prior Authorization Automation Problems: The 7 That Waste Staff Days, and How to Avoid Them
The most expensive failure in a prior authorization build is automating structured data only. The system pulls problems, medications and allergies cleanly, submits neatly, and leaves the actual labour untouched, because what a utilisation reviewer wants is a sentence in a progress note from four months ago, a physical therapy discharge summary scanned as a PDF, and a medication history showing two trials of anti inflammatories. That assembly is a person reading a chart and it is the largest single labour component of the whole process. Automate everything around it and you have spent six figures removing the easy tenth of the work while your four full time coordinators keep doing the other nine.
Why does the scope get set at automating submissions so often?
Because submission is the visible step. Everyone can picture a form going to a payer, the standards exist on paper, and a demo of an automated submission looks like progress. So the project gets scoped around channels.
Submission is not the job. Chasing is the job, and evidence assembly is the cost. A case sits with a payer, nobody proactively tells you anything, and a coordinator checks a portal every morning while the service stays unscheduled. Meanwhile the reviewer is reading charts. A build that perfects submission and ignores both leaves your headcount exactly where it was, which is the outcome most disappointed authorization projects actually produced.
The fix is scope order. The first release should cover the requirement rule engine, case management with urgency based queues, clinical evidence retrieval with human confirmation, and submission through only your two or three highest volume channels. That is the $85,000 to $170,000, twelve to eighteen week shape in our delivery experience. Broad channel coverage, appeals and analytics belong in phase two, because they are additive once the case model is stable and they are a distraction before it is.
What goes wrong when the payer requirement matrix becomes a rule set?
The matrix is a shared document maintained from denials, and it is wrong in two directions at once.
Rules were added when a denial taught someone something, so the document over-represents whatever went badly recently. Rules that were true three years ago are still there because nothing prompts a removal. Nobody records where a rule came from, so a requirement sourced from a payer bulletin sits beside one inferred from a single denial with no way to tell them apart. And the requirement depends on the plan product line rather than the payer name, which most matrices collapse, so a rule that is correct for one product gets applied to another.
The failure is importing it as truth. What you get is a system that confidently tells staff no authorization is needed, which produces services delivered without one and written off after the fact.
What works is dating every rule with a source, an owner and a confidence level, so a bulletin sourced rule is treated differently from an inferred one, and then closing the loop: every denial for no authorization on file automatically raises a rule review. The matrix then improves from your own outcomes rather than from somebody remembering to check a payer website. Where a payer exposes a coverage requirements service, use it as primary and keep your local rule as fallback rather than the other way round.
Why do payer portal and chart integrations break after launch?
Portals break constantly and by design. Screen scraping a payer portal is tempting because it removes a login from someone's morning, and it fails on every layout change while some payer terms of use restrict it outright. Reserve it for a payer whose volume genuinely justifies the maintenance, and tell your team plainly that it will break rather than letting them build a routine around it.
Chart integrations break more quietly and more expensively. Evidence retrieval is only as good as chart access, and access degrades in ways nobody watches: a scanned document type stops being indexed after an upgrade, a specialty department moves onto a different instance, an interface starts delivering notes with the narrative stripped. Retrieval keeps running and keeps finding less, and because the output is candidate evidence rather than an error, nobody notices for a month.
The defence is coverage monitoring rather than error monitoring. Track how often retrieval finds candidate evidence per criterion and per department against its own history, and alert on a drop. Then keep one internal case model with pluggable submission adapters underneath, so the clinical and administrative work stays identical regardless of channel. When a payer stands up a standards based interface, you add an adapter and nothing above it changes. That is the actual insurance policy against a transition that will happen unevenly across your payer mix for years.
What happens when authorization consumption against claims is not covered?
You win the authorization and lose the money anyway, which is the most demoralising failure mode in the category because your team did everything right.
An approval carries an authorization number, an approved unit count, a date range and sometimes a required site of care. If any of those does not travel correctly onto the claim, the service is denied after it has been delivered. Units are the classic case: a course of therapy authorised for twelve visits, fourteen delivered, two written off, discovered at remittance. Site of care is the quiet one, where a procedure authorised for an outpatient setting is performed somewhere else because the schedule moved.
Most builds stop at approval because that is where the authorization team's responsibility ends organisationally. The team that fought for the authorization is not the team that bills, so nobody owns the handoff and no system spans it.
Treat the authorization as a consumable object. Approved units decrement as services are delivered, the date range is checked against service dates, the site of care is checked against where the service was actually performed, and a threshold alert fires before units run out rather than after. This is one of the fastest paybacks in the whole build and it is routinely left out of first releases because it looks like a billing feature.
Should you build custom or configure what you already own?
Buy if you are a small or mid sized practice with moderate volume and a payer mix well covered by a network product. Availity through its payer connections, or the authorization module in whichever clearing house you already use, gets you most of the benefit for a fraction of the cost, and building would be a distraction from hiring one more person who can actually see patients. This is the right answer for a lot of organisations and we say it often.
Waystar makes sense if you want authorization inside a broader revenue cycle stack you already run. Cohere Health is a rational purchase on the plan side for the service categories they focus on. Myndshft is aimed at determination and benefit data. None of them are weak products, and none of them can know your chart well enough to find six months of conservative treatment documentation in it, or know which of your service lines is actually bleeding.
Build when authorization is concentrated and expensive: a health system where imaging, orthopaedics and infusion generate most of the volume, an ambulatory surgery network, or a specialty group with recurring courses of therapy. The signal we look for is a headcount: once four or more people work authorization full time, the arithmetic favours building, and the softer benefit of not losing the rule knowledge when one of them resigns is worth more than the labour saving.
How do hidden costs get into the quote?
Electronic health record instance count is the first, and it is rarely asked about. Evidence retrieval is only as good as chart access, so three instances after two acquisitions is three integrations rather than one, and a quote written without that question is incomplete.
Service line breadth is the second. Imaging, surgery, infusion, durable medical equipment and behavioural health each have different criteria shapes, and a rule engine that handles one well does not automatically handle the others.
Payer mix is the third, because every additional submission channel is real work and the long tail of low volume payers costs more per case than the top three. Appeals and peer to peer are the fourth and they roughly double the case model, so they belong in a separate phase with their own price.
Then two that never appear. Rule set maintenance, which is a continuing operating cost with a named owner rather than a project deliverable. And the parallel running period, where staff work the old way on a sample alongside the new system, which is what surfaces the rules nobody wrote down and needs to be planned and staffed rather than absorbed.
What separates a build that works from one that fails here?
Ask how they will find evidence of failed conservative therapy in a chart. If the answer covers structured data only, they will automate the easy tenth. What you want is retrieval over narrative notes and scanned documents, presenting each candidate with its source note and date, letting a human accept or reject it into the packet. The model locates, it never asserts, and a person confirms everything before it leaves the building. That is the most defensible use of language models anywhere in the revenue cycle precisely because accountability stays with the reviewer.
Ask how the case queue is ordered. Submission date is the wrong answer and it is the default in most systems, which is why urgent cases age. The right ordering combines clinical urgency with scheduled service date, so a case for a procedure booked on Thursday outranks an older case for something unscheduled. That requires the system to see your scheduling data, and it is precisely the connection packaged tools do not have.
Ask what happens when a payer stands up a standards based interface. The right answer is that submission is an adapter behind a stable internal case model, so the change is additive rather than a migration.
Then settle ownership in writing before kickoff: the code, the infrastructure and specifically the accumulated payer rule set. At Digital Heroes the client owns the repository from the first commit. The rule set in particular is built from your own denials over years, and it should never sit inside a vendor product where you cannot take it with you.
The evidence behind this guide
Independent findings on why this investment pays off. Every link goes to the primary source.
- Standish's 2015 CHAOS research found roughly a third of software projects (about 36% by the Modern definition) fully succeed on time, on budget, and on scope, with top success drivers including executive support, user involvement, and clear requirements/business objectives. Source: Standish Group (CHAOS Report) (2015) →
- Per the Standish Group CHAOS 2020 report (reviewed at this URL), across tens of thousands of software projects roughly 31% end successfully, about 50% are 'challenged', and roughly 19% fail outright; small projects succeed far more often than large ones, and Agile approaches succeed at markedly higher rates than Waterfall. Source: The Standish Group (2020) →
- 88% of customers say good customer service makes them more likely to purchase from a brand again in the future, quantifying the direct revenue link between support quality and retention. Source: HubSpot (2024) →
- The right combination of digital transformation actions can unlock as much as US$1.25 trillion in additional market capitalization across Fortune 500 companies, while the wrong combinations put more than US$1.5 trillion at risk; companies with all three core factors (strategy, aligned technology, and change capability) saw a 5% market-value lift relative to peers. Source: Deloitte (2023) →
Sara works on Shopify builds at Digital Heroes, turning design files into working storefronts and adjusting them once traffic reveals what shoppers actually do. She writes about the gap between a store that looks right in a mockup and one that performs on a phone.
View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.
Frequently asked questions
How do we tell whether a vendor will automate the part that actually costs us?
Ask exactly how they find documentation of failed conservative therapy in a chart. If the answer only covers structured data such as problems, medications and allergies, they will automate submission and leave your reviewers reading charts. What you need is retrieval over narrative notes and scanned documents, with each candidate shown alongside its source note and date for a human to accept or reject before anything is submitted.
Our requirement matrix came from denials. Can we just import it?
Not as truth. It over-represents whatever went wrong recently, keeps rules that expired years ago, and usually collapses plan product lines into payer names, which is the single most common source of wrong answers. Import it with every rule dated and carrying a source, an owner and a confidence level, then close the loop so a denial for no authorization on file automatically raises a rule review. The matrix should improve from your own outcomes rather than from someone remembering to check a website.
Is screen scraping payer portals a reasonable approach?
Only for a payer whose volume justifies ongoing maintenance, and only with your team told plainly that it will break. Portals change layout without notice and some terms of use restrict automated access. Build one internal case model with pluggable submission adapters underneath so the clinical and administrative work is identical regardless of channel, and treat scraping as one fragile adapter rather than as the strategy.
Why do we still get denials on authorizations we won?
Because the approval details did not travel to the claim. An approval carries a number, an approved unit count, a date range and sometimes a required site of care, and any mismatch produces a denial after the service is delivered. Units are the classic failure and site of care is the quiet one. Treat the authorization as a consumable object that decrements with each service, checks dates and site, and alerts before units run out.
How should we order the work queue if not by submission date?
By clinical urgency combined with scheduled service date. A case for a procedure booked on Thursday should outrank an older case for something not yet scheduled, and submission date ordering is exactly why urgent cases age quietly. This requires the authorization system to see scheduling data, which is the connection packaged tools do not have and one of the clearest arguments for building rather than buying.
Will the CMS rule and Da Vinci guides remove the need for this?
They help and they do not remove it. The Centers for Medicare and Medicaid Services finalised requirements for impacted payers to implement a prior authorization application programming interface and meet decision timeframes, with interface obligations landing in 2027, and the Da Vinci implementation guides describe the flow. Adoption across your payer mix will be uneven for years, and none of it touches the hardest part of the job, which is assembling clinical evidence out of your own record.
What is a realistic headcount threshold for building versus buying?
Four or more people working authorization full time is where the arithmetic starts favouring a build, assuming volume is concentrated in a few high value service lines. Below that, Availity through its payer connections or the authorization module in your existing clearing house gets most of the benefit for a fraction of the cost. The additional argument at higher headcount is knowledge retention, since the requirement rules currently leave when a coordinator does.
How long before staff feel a difference after go live?
The requirement rule engine and urgency based queueing usually change the daily experience within the first weeks, because they remove decisions rather than adding a screen. Evidence retrieval takes longer to earn trust while reviewers accept and reject candidates and the retrieval tunes to your documentation habits. Plan and staff a parallel period where a sample is worked the old way too, because that is what surfaces the rules nobody ever wrote down.
What does an internal tool cost for a small business with 20 to 50 employees?
Can we migrate years of data out of our current system into new custom software?
Should we build our internal tool in Retool instead of hiring developers?
How do I calculate whether custom software will pay for itself?
Can a custom internal tool connect to QuickBooks, Salesforce, and the other software we already use?
What does it cost to keep custom software running after launch?
How do I vet a development agency for an internal tools project?
Who can build a custom internal tools system?
Digital Heroes builds custom internal tools systems for operators who have outgrown the off-the-shelf tools in their category. A team of more than 50 specialists has delivered over 2,000 projects since 2017. Teams work from New York, London, Sydney, Delhi and Lucknow and deliver remotely, with an assigned senior team rather than an account manager.
Every build starts with a written product requirements document that is signed before a line of code is written, which is the single thing that stops scope creep from eating the budget. Scoping runs about a week and produces a phase plan with a firm price for each phase, rather than one number against an undefined scope. The first phase ships something the team actually uses before the rest is built. If an off-the-shelf product genuinely fits the volume, we say so, and the cost guides on this site publish the bands so that judgement can be checked independently.
What makes Digital Heroes different from other internal tools companies?
Four things that competitors in this bracket cannot simply copy. Digital Heroes runs a YouTube channel with more than 2.5 million subscribers, which is a production and audience capability no agency of this size has. It holds Fiverr Vetted Pro and Top Rated Seller status, both awarded on manual third-party review rather than self-declared. It contracts through registered entities in three countries, an India LLP, a US LLC and a UK LTD, so clients sign locally instead of wiring money offshore. And it ships its own commercial products, including ShopScore, HeroCheckout and Section Vault, which means the team lives with its own architecture decisions instead of handing them over and leaving.
Two more that show up in the work. Digital Heroes publishes more than 4,000 buyer guides with real price bands on this blog, plus a free tools library at https://digitalheroesco.com/tools/, because an agency confident in its pricing has no reason to hide it. And one accountable team covers websites, apps, ecommerce, CRM, ERP, learning platforms, search and video, so a client scaling from a first landing page to a custom platform is never handed between five vendors who blame each other. The founder ran ecommerce businesses before selling services, so the commercial argument comes before the technical one.
How can I check Digital Heroes is legitimate before getting in touch?
Verify it independently rather than taking the site's word for it. The YouTube channel is at https://youtube.com/@DigitalMarketingHeroes, the Fiverr profile at https://www.fiverr.com/shreyanshsin261, and the Upwork profile at https://www.upwork.com/freelancers/shreyanshsingh. Client reviews sit on Clutch at https://clutch.co/profile/digital-heroes-0 and Trustpilot at https://www.trustpilot.com/review/digitalheroes.co.in, and the company page is at https://www.linkedin.com/company/digital-heroes-1/.
Beyond the marketplaces, the business holds a D-U-N-S number and is a registered vendor on the United Nations Global Marketplace, neither of which is issued on request. Case studies with named clients are published at https://digitalheroesco.com/case-studies/. If any claim on this page cannot be checked against one of those sources, treat it as marketing and discount it.