Problems & solutions · Custom Software

Health Plan Claims Adjudication Software Problems: The 7 That Cost Real Money, and How to Avoid Them

Health Plan Claims Adjudication Software software overview illustration showing common problems and fixes.
The short answer

The most expensive failure in this category is pricing logic that cannot express what your provider contracts actually say. A case rate with a stop loss threshold and an implant carve out gets configured as the case rate only, so every claim under that contract pends, an examiner opens the contract document in another window, does the arithmetic by hand and releases it. Eleven minutes, forty times a week, for years, plus the prompt pay interest, the provider abrasion and the reprocessing when somebody eventually notices the price was wrong in both directions.

Why does scoping every line of business at once sink the build?

The scope failure that ends these projects is deciding to replace the core in one motion, across commercial, Medicare Advantage and Medicaid, with historical conversion included. It reads as decisive to a board and it turns a bounded problem into an unbounded one, because each line carries its own benefit structures, its own pricing methodologies and, for government lines, encounter data submission obligations that are a project in their own right.

Claims work is worse than most domains for this, because the pieces are not independent. Coordination of benefits, capitation and value based settlement all sit on top of fee for service pricing, so a team building everything at once is building the upper storeys while the foundation is still moving. Nothing can be proved correct until a great deal is finished, which is when a schedule stops being knowable.

The fix is to take one line of business, ideally your largest conventional one, and build it end to end: intake of the professional and institutional claim transactions, eligibility and benefit determination, contract pricing with a regression harness, accumulators, pend workflow and remittance output. Prove it in shadow against production traffic, cut it over, then add the next line. That sequence gives you a working engine early and gives every later line a proven spine to attach to. Anyone proposing all lines in one release has not run a parallel period.

What goes wrong when you convert historical claims and accumulators?

Claims history is the easy half, and it is still not easy. The hard half is accumulators. A member's deductible and out of pocket position is a running total in the legacy system, derived from years of applications, reversals and adjustments that were sometimes edits rather than entries. Import the total and you import whatever drift it accumulated, with no way to explain any individual figure to a member who disputes it.

The situation worsens where a member has moved between plans mid-year, where a family accumulator combines embedded and aggregate logic, or where the pharmacy benefit administrator sends a cross-accumulation file on its own timing. Those are precisely the members who complain, so those are the totals you least want to import blindly.

The fix is to convert accumulators as an event ledger rather than a number. Rebuild the position from the underlying claim applications wherever the source data supports it, so every figure traces to a claim, a timestamp and a reason, and reversals appear as new entries rather than edits. Where a rebuild is impossible, import an opening balance as one explicit entry labelled as converted, so a dispute investigation can see where reconstructed history begins. Then reconcile a sample of members against the legacy system by hand before go-live, choosing the awkward ones deliberately: mid-year plan changes, retroactive terminations, families near their out of pocket maximum.

Why do the intake, enrolment and reference data feeds break after launch?

Every feed into a claims engine fails eventually, and the ones that hurt fail quietly. Enrolment is the classic: a group loads a retroactive termination, membership changes underneath claims that were already adjudicated, and the engine has no signal that anything unusual happened. The pharmacy accumulator file is the second: it gets resent after a transmission problem and, if the load is not idempotent, applies twice and pushes a whole population past its out of pocket maximum.

Reference data is the quiet one. Fee schedules and code sets refresh on their own calendars, and a build that treats a schedule as a table someone imports occasionally will keep pricing against a stale version for months. Nothing errors. The claims simply price wrong, consistently, and the discovery event is a provider dispute.

The fix is threefold. Make every inbound file idempotent by construction, keyed so a resend is a no-op rather than a second application, and log the file identity so you can prove which load produced which entry. Effective-date your reference data rather than replacing it, so a claim adjudicates against the schedule that applied on its date of service and a retroactive refresh triggers an explicit reprocessing decision. And monitor expectations rather than errors: alert when a daily enrolment file does not arrive, when its record count falls outside its normal band, or when the proportion of claims pending for eligibility reasons moves sharply.

What happens when the regulatory and appeals surface is not covered?

Builds tend to model adjudication correctly and treat everything that happens around it as later work. That leaves three gaps that all cost money. The first is prompt pay: state rules attach interest to claims not paid within a defined period, so a pend queue is not only a labour cost, it is an accruing liability, and a system that cannot tell you which pended claims are approaching their clock cannot help you prioritise.

The second is the appeals record. When a provider or a member challenges an outcome, you have to reproduce why the claim adjudicated as it did on the date it did, which means the contract version, the benefit configuration, the accumulator position and the edits applied all have to be reconstructible. A system storing only final numbers cannot do this, so the reconstruction happens by hand under a deadline.

The third applies to government lines: encounter data submission is its own obligation with its own formats, timelines and rejection handling, and treating it as a reporting job at the end is how plans end up with rejected encounters they cannot resubmit in time.

The fix is to make the audit position part of the data model rather than a log. Every adjudication should record the versions of everything it used, so replaying a claim as of a past date is a query. Attach a prompt pay clock to each claim on receipt and surface it in the pend worklist, so the queue is ranked by liability rather than by age alone. And if government lines are in your roadmap at all, scope encounter submission as a first-class workstream in the phase that introduces them.

Should you build custom or configure what you already own?

If you are a conventional commercial or Medicaid plan above roughly one hundred and fifty thousand members with standard benefit designs and a stable network contracting model, buy. The established platforms are proven at your scale and do things a first build will not do for years, and an implementation, however painful, is cheaper and lower risk than building the same capability. Saying so costs us work and it is still the right advice.

Configuration also deserves a genuine attempt before anyone talks about replacement. A great deal of the pain attributed to a platform is really configuration turnaround: the depth lives with a small population of specialists, release cycles are measured in quarters, and a novel design arrives as a services engagement. Sometimes the correct answer is to bring configuration in house and staff it properly rather than replacing the engine underneath it, and that costs a fraction of a build.

Build when two or more of these hold. Your benefit or payment design cannot be expressed without vendor services work every quarter, which is the normal condition for direct contracting entities and bundled payment models. You are under fifty thousand lives and per member licensing is eating your administrative budget. You administer for employers who each want something slightly different and doing what others will not is your actual differentiator. Your pend queue is dominated by a handful of pricing scenarios your configuration cannot represent. Or you are launching new and would be implementing a platform anyway, in which case the comparison is build cost against implementation cost, which is closer than most people assume.

How do hidden costs get into the quote?

The parallel operating period is the biggest omission, and it is not a testing task. Shadow adjudication means running the new engine against production claim traffic alongside the legacy system for months, producing a nightly comparison of allowed amount, member liability and pend disposition, and investigating every difference until each is explained and intended. That is real cost in both engineering and operations time, commonly a few months per line of business, and a quote showing it as a testing phase understates the project badly.

The rest of the pattern: the count of distinct pricing methodologies in your network, because each is genuine engineering rather than configuration; coordination of benefits, which is deceptively hard once order of benefits rules are handled properly; the number of upstream feeds, each with its own timing and failure modes; encounter submission for government lines; and value based arrangements, where attribution and settlement logic is usually more complex than the pricing it sits on.

The fix is to make the vendor name counts before naming a price: lines of business in scope, distinct pricing methodologies, clearinghouses, enrolment sources, whether pharmacy cross-accumulation is in scope, and how long the parallel period runs per line. A proposal that does not reference those numbers will return as change orders.

What separates a build that works here from one that fails?

The single most valuable artefact in a claims build is the regression harness, and the teams that succeed build it first. Before any contract goes live, replay twelve months of that provider's historical claims through the new pricing logic and compare the outcome line by line against what was actually paid. Every difference is either an intended change or a bug, and you know which before a single provider is affected. That harness is also what turns a contract change from a quarterly project into a two day task.

Ask a candidate to draw the model before anything is signed: claim, claim line, member, coverage period, benefit plan, accumulator entry, provider, contract version, fee schedule, edit, pend, adjustment. If they do not immediately ask how a replacement claim affects accumulators, they have not built one of these and you will fund their education.

Insist that pends carry structure rather than volume. Every pended claim should record a machine-readable reason, the data element that failed, an owner, a resolution path and a measured clear time, which converts the queue from a staffing problem into a ranked backlog of fixable work. In practice a small number of reasons account for most of the volume, which a count of pends by age will never show.

Finally, put ownership in writing before kickoff: the repository, the infrastructure accounts and the unrestricted right to bring in another firm. A claims engine is the machine that pays your provider network, and renting the ability to change it is how organisations end up locked in for a decade.

Research & sources

The evidence behind this guide

Independent findings on why this investment pays off. Every link goes to the primary source.

  1. Only 22% of firms are 'future ready' having significantly transformed digitally; these companies show average revenue growth 17.3 percentage points and net margins 14.0 percentage points above their industry average. Source: MIT Center for Information Systems Research (MIT Sloan) (2022) →
  2. The federal government spends about 80% of its IT budget on operations and maintenance of existing systems rather than on development or modernization, with many critical systems being decades old. Source: U.S. Government Accountability Office (GAO) (2025) →
  3. Sensor Tower's State of Mobile 2026 reports that global users spent 5.3 trillion hours in iOS and Google Play apps in 2025 (+3.8% YoY), roughly 3.6 hours per day per mobile user. (Note: the page does not itself contrast app time vs. mobile-browser time, so the 'overwhelming majority of time in apps vs browsers' framing is not directly supported by this source.). Source: Sensor Tower (2026) →
  4. 73% of surveyed businesses now use a headless architecture (up nearly 40% since 2019), and 98% of those not yet using it are evaluating or planning to evaluate headless within 12 months, with 82% saying it makes delivering consistent content easier. Source: WP Engine (2024) →
Prasun Anand · CEO & Founder · New York

Prasun founded Digital Heroes in 2017 and leads it from New York. His work sits where commercial decisions meet delivery: which projects to take on, how teams are shaped across five offices, and where a build is likely to go wrong. Readers get the view from the side that owns the outcome.

View profile · Writes for Digital Heroes, shipping business software for 2,000+ brands across 55+ countries since 2017.

FAQ

Frequently asked questions

Where should a first release stop if we cannot fund the whole core?
One line of business, end to end: claim intake, eligibility and benefit determination, contract pricing with a regression harness, accumulators, pend workflow and remittance output. Prove it in shadow against production traffic, cut it over, then add the next line onto a spine that has already been tested. Building every line at once means nothing can be proved correct until almost everything is finished.
How do we convert accumulators without inheriting the legacy system's drift?
Rebuild the position from the underlying claim applications wherever your source data allows, so every figure traces to a claim, a timestamp and a reason, and reversals become new entries rather than edits. Where a rebuild is impossible, import a single explicit opening balance labelled as converted so investigations can see where reconstructed history begins. Reconcile a deliberately awkward sample by hand first: mid-year plan changes, retroactive terminations and families near their out of pocket maximum.
Why did our pharmacy accumulator file apply twice?
Because the load was not idempotent. A file resent after a transmission problem gets processed as new data rather than recognised as a repeat, and the second application pushes a population past its out of pocket maximum. Key every inbound file so a resend is a no-op, log the file identity against each entry it produced, and reconcile counts after every load so a double application is visible the same day rather than at complaint time.
How do we stop the pend queue growing when we cannot hire more examiners?
Attack reasons rather than volume. Every pend should carry a machine-readable reason, the data element that failed, an owner and a measured clear time, which turns the queue into a ranked backlog of engineering and configuration work. A small number of reasons usually account for most of the volume, and several are typically fixable within a sprint once you can see which provider contracts and which enrolment feeds are generating them.
What does shadow adjudication actually involve?
Running the new engine against production claim traffic in parallel with the legacy system for months and producing a nightly comparison of allowed amount, member liability and pend disposition. No line of business cuts over until that comparison is clean and every remaining difference is explained and intended. It is slow, it is the only approach that does not damage providers, and it needs to be budgeted as real operational cost rather than treated as a testing phase.
How do we prove why a claim adjudicated the way it did a year ago?
By recording the versions of everything the adjudication used, so replaying a claim as of a past date is a query rather than an investigation. That means contract version, benefit configuration, fee schedule effective on the date of service, edits applied and accumulator position at the time. A system that stores only final numbers forces the reconstruction to happen by hand under an appeal deadline.
Should the pend queue be worked oldest first?
Not purely, because age is not the same as liability. State prompt pay rules attach interest to claims not paid within a defined period, so attach that clock to each claim on receipt and surface it in the worklist alongside the pend reason and the claim value. Routing by examiner capability also matters, since institutional outlier pricing goes faster with the people who are already fast at it.
What is the biggest cost driver we are likely to underestimate?
The parallel operating period, followed by the number of distinct pricing methodologies in your network. Each methodology is genuine engineering rather than configuration, and the parallel period commonly runs a few months per line of business with both engineering and operations time attached. Coordination of benefits and encounter submission for government lines are the two other items that get quoted as features and behave like projects.
How do I work out whether custom software will pay for itself?
Do the arithmetic on hours before anything else: if the system saves three staff eight hours a week at a $35 loaded hourly cost, that is about $43,700 a year against, say, a $70,000 build plus 15 to 20% annual maintenance, a payback around two years. Add revenue effects only if you can name them specifically, like faster quotes or fewer abandoned orders, not as vague growth. In our delivery experience the businesses that see payback inside 24 months are the ones automating a process they already measure.
We run everything on Airtable and spreadsheets. When is it time to go custom?
The switch usually makes sense when you hit one of two walls: Airtable's record caps (125,000 records per base on the Business plan) or logic the tool cannot express, like multi-step approvals with conditional pricing. There is also a simple cost signal: 25 people on Business at roughly $45 per seat per month is about $13,500 a year, forever, for a tool you are already fighting. Custom is worth it when the workflow is core to how you make money; for peripheral processes, staying on Airtable is the right call.
Couldn't I just build my app in Bubble or another no-code tool instead of hiring an agency?
For validating an idea with real users, yes, and we tell clients that honestly. The walls come later: Bubble apps cannot be exported as code to run anywhere else, performance drops on complex data operations, and usage-based pricing climbs as you grow. A meaningful share of Digital Heroes custom builds are rebuilds of no-code MVPs that proved the business worked, which is the system operating as intended: validate cheap, then build the version that scales.
What questions should I ask a development agency on the first call?
Ask who exactly will build it, what happens when scope changes mid-project, what their maintenance terms are after launch, and what they will need from you every week. Then ask them to describe a project that went wrong and what they changed afterward; teams that have shipped at real volume have war stories, and teams claiming a perfect record are hiding something. The scope-change answer matters most: a disciplined shop describes a written change-order process, not a vague promise to be flexible.
Should we build an MVP first or go straight to the full system?
MVP first, for almost everyone: ship the single workflow that carries the business value in 10 to 16 weeks, learn from real users, then fund phase two from evidence instead of guesses. The caveat is that an MVP is a small version of a well-built system, not a badly built version of a big one; the data model must already support what comes next. An agency that cannot tell you what they deliberately left out of your MVP has not designed one.
What should I have ready before I contact a development agency?
Three things, none of them technical: a one-page description of the problem in your own words, a list of the tools and spreadsheets the new system must replace or connect to, and a must-have versus nice-to-have split of features. Add a budget range, even a wide one, because it changes the conversation from fantasy to engineering. You do not need a formal specification; producing that is what a discovery phase is for.
How much should a small business budget for its first custom app or website?
For a focused first build, most small businesses land between $8,000 and $60,000: roughly $8,000 to $45,000 for a custom website and $25,000 to $60,000 for an internal tool or simple web app, based on Digital Heroes delivery across 2,000+ projects. Customer-facing products with payments, logins, or a mobile app start around $40,000. Quotes far below these bands usually mean a template with your logo on it, not software shaped around your workflow.
What should I prepare before contacting a software development agency?
A one-page brief beats a 40-page requirements document: the business problem in plain words, who will use the system, the 5 to 10 workflows it must handle, the tools it must connect to, and your budget range and deadline driver. You do not need wireframes, a specification, or technical vocabulary; producing those is the agency's job during discovery. Stating a budget range up front is the single best move, because it gets you honest scoping instead of a quote engineered to win the meeting.
Will custom software work with the tools we already use, like QuickBooks and Stripe?
Yes, and this is one of custom software's genuine advantages: QuickBooks, Stripe, Shopify, and most mainstream business tools publish documented APIs built for exactly this. Expect each standard integration to add one to two weeks of build time, and be suspicious of any quote that lists five integrations without asking what data flows in which direction. The hard cases are legacy systems with no API, which is a question to raise in discovery, not in week nine.
Who can build a custom software system?

Digital Heroes builds custom software 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 software 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.

Keep reading
let's build

Build something worth launching.

A plan, a team, a timeline, within 24 hours. No decks, no discovery calls. Tell us what you're building and we'll come back with a real scope and a real number.

message us directly · we reply within one business day

mission briefing

Monthly dispatch

Playbooks, real build costs, and what we're shipping. One email a month. No fluff.

visit us

New York HQ

1140 Broadway, Suite 704 · New York, NY 10001

Get directions
Online now

Hey there 👋 How can we help you today?