Prior authorization automation data quality: what AI approvals require
Prior authorization AI systems approve or deny care based on data they never verified. When 50% of provider directories contain errors and claims data lags 30 to 90 days, automation without data quality controls produces automated harm. The question is not whether AI can do prior auths. The question is whether the data feeding those decisions meets a minimum trust threshold.
Every prior auth AI decision is a bet on data nobody scored
A prior authorization decision touches at least four data domains: the patient's clinical history, the provider's credentials and network status, the payer's medical policy criteria, and the procedure or drug code being requested. If any one of those domains contains stale, incomplete, or mismatched data, the AI system built on top of it produces a decision that looks fast but is clinically or administratively wrong.
The industry is racing to automate prior authorization. CMS is mandating it. Vendors are selling it. But almost nobody is asking the prerequisite question: what trust score does the underlying data need before an algorithm acts on it?
Can AI do prior auths?
Yes. AI systems can and do process prior authorization requests today. Large language models parse clinical notes, extract relevant diagnoses and procedure codes, match them against payer medical policies, and return approve or deny recommendations in seconds rather than days.
But capability is not the same as reliability. An AI system that auto-approves a knee replacement based on a clinical note from 2021, matched against a provider record that lists the wrong specialty, has not improved prior authorization. It has automated a mistake.
The real constraint on PA automation AI is not the model. It is the data supply chain. When the input records lack provenance, recency, and concordance, the output decisions inherit every error in the pipeline. The UnitedHealth Group AI denial controversy demonstrated exactly what happens when automated decisions run on data nobody verified.
What are the requirements for CMS prior authorization in 2026?
The CMS Interoperability and Prior Authorization Final Rule (CMS-0057-F) sets a January 1, 2026 compliance deadline with several concrete requirements:
These requirements assume that the data exchanged through these APIs is accurate. CMS does not prescribe a data quality standard for the clinical inputs feeding the decision. That gap is where most PA automation AI systems will fail, because FHIR APIs do not guarantee the quality of what flows through them.
Key statistics
These numbers frame the data quality crisis underneath prior authorization automation:
The four data domains that break PA automation
Prior authorization sits at the intersection of four data domains, each with its own quality problems.
1. Clinical data: the patient record
The clinical justification for a prior auth request typically comes from EHR notes, lab results, imaging reports, and diagnosis codes. Each source carries its own trust deficit.
EHR notes are unstructured. NLP models extract meaning from them, but extraction quality depends on the underlying data trust. A clinical note that says "patient reports worsening symptoms" does not carry the same evidentiary weight as a structured lab value, but many PA systems treat extracted text and structured data identically.
ICD-10 codes carry billing incentives that distort clinical accuracy. Coding practices vary by institution, and the same clinical presentation can be coded differently depending on who documents it and when.
2. Provider data: who is requesting and who is performing
The PA system needs to confirm that the requesting provider is credentialed, in-network, and authorized to order the requested service. Provider directory data is the weakest link in this chain.
When half of provider directory entries contain errors, an AI system that auto-denies because it cannot confirm network status is denying care based on an administrative data failure, not a clinical judgment.
3. Payer policy data: the rules the AI enforces
Medical necessity criteria change. Formularies update. Coverage policies vary by plan, by state, and by employer group. The AI system must match the request against the correct, current version of the relevant policy.
Most PA automation vendors treat payer policy as a static lookup. But policies have temporal validity. A drug that was covered last month may require step therapy this month. If the policy data lacks versioning and effective dates, the AI enforces rules that may no longer apply.
4. Procedure and drug data: what is being requested
CPT codes, HCPCS codes, and NDC codes identify the service or drug. CPT code integrity problems propagate through every system that touches them. A PA system that receives a CPT code with a modifier mismatch may deny a valid request or approve an inappropriate one.
RxNorm mapping errors create the same problem on the pharmacy side. A medication reconciliation error that maps to the wrong NDC can trigger an incorrect formulary check.
How can AI be used to improve data quality?
AI can improve data quality in prior authorization workflows, but only if the improvement happens before the approval decision, not as part of it.
Specific applications include:
The critical distinction is that these functions improve the data feeding the decision. They do not replace the need to score and validate the data before the model acts on it.
Which AI is best for analyzing medical records?
No single AI system is best for analyzing medical records in the context of prior authorization. The question conflates two distinct problems: extracting structured information from unstructured clinical text, and evaluating whether that extracted information is trustworthy enough to base a coverage decision on.
For extraction, large language models fine-tuned on clinical text (such as Med-PaLM, GPT-4 with clinical prompting, or domain-specific models like those from Abridge or Ambience) can parse physician notes, operative reports, and discharge summaries with increasing accuracy.
But extraction accuracy is not the same as data trust. A model can perfectly extract a diagnosis from a clinical note, and that diagnosis can still be wrong because the note was copied forward from a prior encounter, dictated by a covering physician who did not examine the patient, or coded for billing optimization rather than clinical precision.
The AI that matters most for prior authorization is not the one that reads the record. It is the one that scores the record before anything else reads it. That is what the DTI Engine does across eight dimensions: provenance, consent, recency, quality, concordance, validation, breadth, and stability.
The trust threshold for automated approval
Not every prior authorization decision carries the same risk. A PA for a generic medication refill carries different stakes than a PA for a spinal fusion. The data quality threshold should reflect that risk gradient.
A tiered trust model for PA automation would look like this:
This is not a theoretical framework. It is the minimum viable architecture for PA automation that does not produce systematic harm.
What happens when you automate without scoring
The failure mode is predictable. An AI system processes a prior authorization request. It checks the patient's diagnosis codes against the payer's medical policy. The codes match. The system approves or denies.
But the diagnosis code was assigned by a billing coder who never saw the patient. The provider record lists a specialty that was updated 14 months ago. The clinical note was copied forward from three encounters back. The payer policy version is from Q3, but Q4 updates changed the step therapy requirement.
Every one of those data quality failures is invisible to the AI system. It sees valid codes, valid formats, valid fields. It has no mechanism to evaluate whether the data is true.
This is the difference between data quality and data trust. Quality asks whether the fields are filled correctly. Trust asks whether the filled fields reflect reality.
The provenance problem specific to prior auth
Prior authorization data moves through more hands than almost any other healthcare transaction. The clinical data originates in the EHR. It is extracted by middleware. It is reformatted for FHIR transmission. It is received by the payer's intake system. It is parsed by the PA engine. Each step is a point where provenance can break.
By the time the AI system evaluates the data, it may be four or five transformations removed from the original clinical event. Without a chain of custody record for each data element, the system cannot distinguish between data that was faithfully transmitted and data that was corrupted, truncated, or silently modified in transit.
DTI's provenance dimension, weighted at 25% of the total score, exists precisely for this use case. Every record gets a provenance score based on its source, transmission path, and transformation history. A PA system that enforces a minimum provenance score before acting would catch the failures that format-level validation misses.
The recency trap in utilization review
Utilization management depends on knowing what has already been tried. Step therapy protocols require evidence that first-line treatments failed before authorizing second-line options. But the clinical evidence of prior treatment attempts may exist only in claims data, which lags reality by 30 to 90 days.
An AI system checking whether a patient completed step therapy by querying claims data may find no evidence of the required first-line treatment, because the claim has not been submitted or adjudicated yet. The system denies the request. The patient waits. The provider appeals. Everyone loses time.
Recency scoring, weighted at 15% of the DTI score, flags exactly this risk. Data elements that are temporally insufficient for the decision at hand receive lower scores, signaling to the PA system that the data may not reflect current clinical reality.
Building the data trust layer before the automation layer
The sequence matters. Most PA automation implementations start with the automation layer: connect to payer systems, ingest policies, build decision logic. Data quality is addressed retroactively, if at all.
The correct sequence is:
This architecture does not slow down automation. It makes automation defensible. When CMS requires payers to publish denial reasons, a trust-scored data pipeline produces reasons that trace back to verified clinical facts rather than administrative artifacts.
The explainable data provenance that regulators, auditors, and patients increasingly demand starts at the data layer, not the model layer.
The 2026 compliance clock is also a data trust clock
January 2026 is not just a technology deadline. It is a data trust deadline. Health plans that build FHIR APIs without scoring the data flowing through them will meet the letter of the CMS rule while creating a new category of audit exposure.
The plans that score every record before it enters the PA decision pipeline will be the ones that can explain their approvals and denials in terms regulators accept. The ones that do not will find that automation without trust produces automated liability.
The DTI Engine scores every record 0 to 100 across eight dimensions before your AI model sees it. For prior authorization, that means every clinical note, every provider record, every policy document, and every procedure code gets a trust score before a decision is made. If your team is building or evaluating PA automation and needs to answer the data quality question before the compliance question answers it for you, talk to the SuperTruth commercial team. Schedule a conversation or call (215) 918-4140.
Further reading:

Jason Alan Snyder
Co-founder of SuperTruth and Artists & Robots, and an inventor on the Data Trust Index patents. Twenty-plus years building technology inside Interpublic Group. He writes here nearly every day on data trust, provenance, and what AI should be allowed to act on, and publishes essays on his Substack.
About SuperTruth · LinkedIn · Substack · jasonalansnyder.com
See it in practice
DTI scores the record, not the patient.
8 dimensions. 0 to 100. Travels with every record permanently.