Healthcare Agent Readiness: Why the Average Score Is 33
We scanned healthcare providers, hospital systems, telehealth platforms, and medical practices. The average Agent Readiness Score is 33 out of 100— well below the 40-point threshold that separates “visible to agents” from “invisible.” Healthcare is not just behind. It is structurally disconnected from the agent economy.
The Problem: Healthcare Is Invisible to AI Agents
Imagine you ask an AI agent to find you a dermatologist who accepts your insurance, is available next Tuesday afternoon, and costs less than $200 for an initial consultation. The agent needs to do four things: find dermatologists near you, check which ones accept your insurance, query their availability, and compare pricing.
In the SaaS world, this kind of comparison shopping is straightforward. API endpoints return structured data, pricing is published, and availability is queryable. In healthcare, the agent hits a wall at every step. Provider directories are trapped in JavaScript-rendered search widgets. Insurance panels require calling the office. Availability is managed by a receptionist. Pricing is “it depends.”
The result: healthcare averages 33/100 on the Agent Readiness Score. The overall average across 500 businesses is 43. Healthcare is 10 points below even that low bar. E-commerce averages 28, marketing averages 19, but healthcare — an industry where agent-assisted navigation could save patients hours of phone calls and insurance verification — scores barely above the sectors where agent interaction matters least.
By the Numbers
The gap between healthcare (33) and developer tools (58) is 25 points — nearly the entire width of the Bronze tier. Developer tools companies have APIs because they are APIs. Healthcare providers have patients because they treat patients. The business model, the regulatory environment, and the interaction paradigm are fundamentally different.
But this gap is not destiny. It is infrastructure debt. Healthcare has spent decades building internal digital infrastructure — EHR systems, HL7 interfaces, FHIR standards — without building the external agent-facing layer. The data exists inside these systems. It is just not accessible to the agents that patients are increasingly relying on to navigate their healthcare.
Industry comparison: Healthcare (33) scores below e-commerce (28) only because e-commerce has even less structured data on average. But healthcare has far more to gain: appointment scheduling, insurance verification, and cost comparison are high-value agent tasks that patients desperately want automated. The first healthcare providers to become agent-ready will capture disproportionate patient volume from AI-assisted search.
Healthcare: 9-Dimension Breakdown
D1: Discoverability
Most healthcare providers have websites, but those websites are built for humans, not machines. Provider directories are often rendered in JavaScript-heavy frameworks that agents cannot parse. Specialties, insurance panels, and availability are locked behind search widgets that require human interaction. No healthcare provider in our dataset publishes agent-card.json, llms.txt, or structured provider data in a machine-readable format.
D2: API Quality
This is healthcare's worst dimension. The vast majority of healthcare providers have no public API at all. EHR systems like Epic and Cerner have APIs, but they are gated behind institutional agreements and HIPAA BAAs that can take months to establish. When APIs exist, they often use FHIR (Fast Healthcare Interoperability Resources), which is technically structured but complex enough that most AI agents cannot navigate it without specialized training.
D3: Onboarding
Healthcare onboarding is designed to be maximally human. New patient forms, insurance verification, identity confirmation, HIPAA consent signatures — every step requires a person. There is no "free tier" equivalent for a dental practice. You cannot test-drive a doctor visit. This makes healthcare fundamentally harder for agents to engage with, and it is the dimension where healthcare diverges most sharply from SaaS companies.
D4: Pricing Transparency
Healthcare pricing is the most opaque of any industry. A routine office visit can cost anywhere from $50 to $500 depending on insurance, network status, procedure codes, and negotiated rates. The No Surprises Act requires hospitals to publish machine-readable pricing files, but compliance is inconsistent and the files are often hundreds of megabytes of CSV data that even specialized tools struggle to parse. For individual practices, pricing is almost never published. An agent comparison-shopping healthcare providers hits a wall immediately.
D5: Payment
Payment in healthcare is uniquely complex due to the insurance layer. Copays, deductibles, prior authorizations, claims, and EOBs (Explanation of Benefits) create a payment experience that no agent can navigate end-to-end. Some providers offer patient portals with online bill pay, which helps. But the payment dimension for healthcare will remain structurally lower than other industries until insurance billing becomes more transparent and programmable.
D6: Data Quality
Healthcare data quality is paradoxically high internally (structured clinical data in EHRs) and low externally (patient-facing information is scattered across PDFs, portal screens, and phone trees). Lab results, imaging reports, and clinical notes are richly structured inside systems like Epic — but exposing that data to patients or their agents requires navigating OAuth flows, consent management, and HIPAA-compliant data sharing that most providers have not built.
D7: Security
Ironically, healthcare scores highest on Security — but for the wrong reason. HIPAA compliance creates a security posture that protects data well but also makes it inaccessible. The security dimension rewards proper TLS, authentication, and access controls, which healthcare providers generally have. But the same HIPAA controls that earn security points also block the API quality, onboarding, and data quality dimensions. Security without accessibility is a fortress with no door.
D8: Reliability
Healthcare systems are generally reliable — EHRs have high uptime, patient portals work consistently. But reliability in the agent readiness context measures whether an agent can depend on consistent, predictable interactions. When the primary interaction method is a phone call with variable hold times, the reliability dimension suffers. A provider whose scheduling system returns consistent API responses would score much higher than one whose "reliability" depends on a receptionist answering the phone.
D9: Agent Experience
Agent Experience measures how easy it is for an agent to actually accomplish a task with your business after finding it. In healthcare, the answer is: nearly impossible. An agent trying to book a dental appointment, check specialist availability, or compare costs across providers will fail at almost every step. No SDKs, no code examples, no structured interaction patterns. Healthcare is still firmly in the "call our office" paradigm.
Why Healthcare Is Invisible to Agents
Healthcare's low score is not random. It stems from five structural barriers that compound against each other. Understanding these barriers is the first step to addressing them.
PDF-heavy information architecture
New patient forms, consent documents, insurance forms, provider directories — all trapped in PDFs. An AI agent cannot fill out a PDF form, and it cannot extract structured data from one reliably. Every PDF is a dead end for agent interaction.
Phone-only booking and scheduling
The majority of healthcare scheduling still happens by phone. "Call our office at (555) 123-4567 to schedule." This sentence is on thousands of healthcare websites. It is the single biggest reason healthcare scores 18 on Onboarding. An agent cannot call a phone number.
Insurance-gated pricing
Healthcare pricing depends on your insurance plan, your deductible status, the specific CPT codes billed, and negotiated rates between the provider and insurer. Publishing a simple price list is genuinely harder in healthcare than in any other industry. But "harder" does not mean "impossible" — estimated ranges are better than silence.
HIPAA as a catch-all blocker
HIPAA protects patient health information, and rightly so. But it has become a catch-all excuse for not building digital infrastructure. Appointment availability is not PHI. Provider specialties are not PHI. Estimated pricing is not PHI. Many of the improvements that would raise healthcare scores require zero HIPAA considerations.
Legacy EHR systems without external APIs
Epic, Cerner, Allscripts, and other EHR systems hold rich, structured clinical data. But exposing that data through patient-facing or agent-facing APIs requires significant integration work. Most healthcare providers run on whichever EHR their system chose years ago and have limited ability to customize its external interfaces.
What Agent-Ready Healthcare Looks Like
Agent-ready healthcare is not science fiction. It is a combination of existing standards (FHIR, SMART on FHIR), existing patterns (REST APIs, OAuth2), and new agent-specific protocols (agent-card.json, MCP) applied to healthcare workflows. Here are the five capabilities that would move a healthcare provider from Not Scored to Silver.
Structured availability endpoints
A simple JSON API that returns available appointment slots by provider, specialty, date, and insurance accepted. No scraping, no phone calls. An agent queries the endpoint and gets back a list of available times.
HIPAA-compliant agent authentication
OAuth2 flows that allow a patient to delegate scheduling and records access to their AI agent. The agent acts on behalf of the patient with scoped permissions — it can book appointments but cannot access clinical notes without explicit consent.
Machine-readable pricing with insurance context
A pricing endpoint that accepts an insurance plan ID and returns estimated costs for common procedures. This does not require exact pricing — even a range (e.g., "$80-$150 for a routine office visit with BlueCross PPO") is infinitely more useful than no data.
Automated intake forms with structured data
Instead of PDFs that patients print, fill out by hand, and scan back, offer structured digital forms with an API for pre-population. An agent that already has a patient's demographic and insurance information can complete intake in seconds.
Provider discovery via agent-card.json
A machine-readable file listing the practice's specialties, accepted insurance, languages spoken, hours, and booking URL. This single file makes a healthcare provider visible to any AI agent helping a patient find a doctor.
The Telehealth Advantage
Telehealth platforms are already halfway there. They have digital scheduling, online payment, and structured provider data. The gap is in agent-specific protocols: agent-card.json for discovery, structured pricing endpoints, and MCP servers for tool-based interaction. A telehealth platform that adds these three things could be the first healthcare provider to reach Silver tier.
The Path Forward
Healthcare will not reach agent readiness parity with SaaS overnight. The regulatory environment, the insurance complexity, and the legacy infrastructure create real barriers. But the path forward is clear, and it starts with changes that require no regulatory approval and no EHR modifications.
Today (no HIPAA concerns)
- Publish agent-card.json with specialties, hours, insurance accepted, languages
- Add llms.txt linking to scheduling page, provider bios, and services
- Publish estimated pricing for your 10 most common procedures
- Replace PDF forms with structured digital intake forms
Next 6 months (requires engineering)
- Build a scheduling API with real-time availability
- Implement SMART on FHIR for patient-delegated agent access
- Add insurance verification API (or integrate with existing clearinghouse)
12+ months (agent-native)
- Publish MCP server with scheduling, availability, and pricing tools
- Enable full agent-mediated patient journey: discover, evaluate, book, intake, pay
- Implement A2A protocol for agent-to-provider communication
For healthcare-specific remediation tools and templates, visit our healthcare vertical page. For the step-by-step improvement guide applicable to any industry, see How to Improve Your Agent Readiness Score.
Frequently Asked Questions
Why does healthcare score so much lower than other industries?
Three structural factors compound: (1) HIPAA creates legitimate privacy barriers that restrict API access and data sharing, (2) insurance-based pricing makes costs impossible to publish in simple formats, and (3) healthcare's business model is built around in-person, phone-mediated interactions that agents cannot navigate. The average healthcare score of 33 compares to SaaS at approximately 52 and developer tools at approximately 58. Healthcare is not just behind — it is in a different category of difficulty.
Does HIPAA prevent healthcare businesses from being agent-ready?
No. HIPAA regulates how protected health information (PHI) is stored, transmitted, and accessed — it does not prohibit APIs or machine-readable data. Appointment availability, pricing estimates, provider specialties, and office hours are not PHI. A healthcare provider can publish an agent-card.json, a scheduling API, and estimated pricing without any HIPAA concerns. For clinical data, HIPAA-compliant OAuth2 flows (like those in the SMART on FHIR standard) already exist. The barrier is adoption, not regulation.
What would a Platinum-tier healthcare provider look like?
A Platinum (90+) healthcare provider would have: an agent-card.json listing specialties, insurance, and hours; a real-time scheduling API; estimated pricing by procedure and insurance plan; HIPAA-compliant OAuth2 for patient-delegated agent access; structured intake forms with API pre-population; FHIR endpoints for clinical data; and an MCP server exposing booking, records, and billing as agent-callable tools. No healthcare provider is close to this today. We estimate the first Silver-tier healthcare providers will emerge in late 2026.
Which healthcare sub-sectors score highest?
Telehealth platforms score highest (averaging 38-42) because they are already digital-first. Companies like Teladoc, Amwell, and MDLive have APIs, structured scheduling, and online payment flows. After telehealth, dental practices that use modern scheduling platforms (like Zocdoc integration) score better than average. Traditional hospitals and specialist practices score lowest, averaging 25-30.
How can a healthcare provider start improving today?
Start with the non-PHI improvements that require no HIPAA considerations: (1) publish an agent-card.json listing your specialties, hours, and accepted insurance, (2) add llms.txt with links to your scheduling page and provider bios, (3) publish estimated pricing for your 10 most common procedures. These three steps can move a healthcare provider from Not Scored (below 40) to Bronze (40-59) in a single afternoon. Run a free scan at agenthermes.ai/audit to see where you stand.
What is the Agent Readiness Score?
The Agent Readiness Score is a 0-100 metric that measures how easily AI agents can discover, understand, and interact with a business. We scan across 9 weighted dimensions: Discoverability (12%), API Quality (15%), Onboarding (8%), Pricing Transparency (5%), Payment (8%), Data Quality (10%), Security (12%), Reliability (13%), and Agent Experience (10%), plus an Agent-Native Bonus (7%). Tiers: Platinum 90+, Gold 75+, Silver 60+, Bronze 40+, Not Scored below 40. We have scanned 500 businesses across every major vertical.
Scan your healthcare business
See where your healthcare practice or platform scores across all 9 dimensions. The scan is free and takes 10 seconds.