· · AI

CEO of Tallyfy · AI advisor at Blue Sheen for mid-size companies

Claude for healthcare - making HIPAA compliance work without enterprise budgets

Mid-size healthcare organizations face an impossible choice between modern AI tools and HIPAA compliance. Claude works in healthcare, but you need a Business Associate Agreement and proper safeguards. OCR enforces HIPAA aggressively, with settlements that reach into the millions. Here is how to implement defensible controls without enterprise budgets or dedicated compliance staff.

The development team wants Claude. The compliance officer has questions. And the budget cannot support enterprise healthcare platforms.

This is a real problem, and the answer isn’t to avoid AI.

The compliance question nobody prepares for

Here’s what usually happens. A developer discovers Claude can draft clinical documentation in seconds. They start pasting patient notes into Claude.ai to test a workflow. A few months later, compliance finds out. Now you have a HIPAA incident on your hands.

The frustrating part? Turns out, this is avoidable with a couple hours of upfront work. Broader AI security threats compound the risk when healthcare data is involved, and the same architectural principles apply across regimes - the unified playbook for running Claude in compliance-heavy environments maps the options beyond just HIPAA.

HIPAA classifies cloud services that handle protected health information as business associates. When patient data goes to Claude, Anthropic legally becomes your business associate. That triggers specific obligations on both sides, and it kicks in the moment PHI touches the API.

The standard Claude.ai chat interface can’t be used with PHI. Your team can’t paste patient notes into it to test a workflow or debug a feature. BAAs are available only for Anthropic’s API and Enterprise products, not consumer or Pro plans. Any PHI that touches a non-covered product is a violation.

Period.

Business associate agreements are non-negotiable

Anthropic offers Business Associate Agreements for their API products. HHS Office for Civil Rights enforces HIPAA aggressively, with settlements that range from tens of thousands of dollars into the millions. Skipping a required BAA is one of the easier violations to avoid and one of the costlier ones to get caught on. Not exactly a high bar to clear.

The faster path for most mid-size organizations is going through a cloud platform that already has HIPAA infrastructure in place. AWS Bedrock, Google Cloud Vertex AI, and Microsoft Azure all sign BAAs and handle the technical safeguards HIPAA demands. Claude is currently the only frontier AI model available across all three major cloud platforms, which gives you flexibility to work within vendor relationships you already have.

Going directly to Anthropic involves a review process. It works better for organizations with clear use cases and real technical capability. Either way, the BAA has to come before any PHI touches the API.

Not after.

(June 2026 note: this got easier for smaller shops. Anthropic added a HIPAA-ready plan option to Claude for Enterprise in January 2026, and its regional compliance page now lets you pin both data storage and inference to a US, EU, or Asia-Pacific boundary, backed by SOC 2 Type 2 and ISO/IEC 27001. The core point holds: none of that matters until the BAA is signed, and the consumer Claude.ai chat interface is still off limits for PHI. If your developers are reaching for Claude Code specifically, the BAA there is narrower than it looks.)

If you want help shaping the actual implementation, Blue Sheen runs engagements like this.

Decision tree showing four BAA paths to HIPAA-compliant Claude usage

Protected health information is harder to define than it sounds

Most healthcare organizations assume de-identification means removing names. It doesn’t.

HIPAA’s Safe Harbor method requires eliminating all 18 specific identifiers. Names, yes, but also all dates except year, geographic areas smaller than state level, phone numbers, email addresses, medical record numbers, device identifiers, and biometric data. Miss one and your data is still PHI.

The problem gets properly tricky with rare conditions and small populations. A 47-year-old patient in rural Montana with a rare genetic disorder is identifiable even without a name. Age plus location plus diagnosis creates a unique fingerprint, as Latanya Sweeney’s research proved. HHS guidance acknowledges that properly de-identified data still carries some re-identification risk. Does “some re-identification risk” count as de-identified enough to skip HIPAA requirements? That’s a question your compliance officer will have strong feelings about.

I think for most mid-size healthcare organizations, the practical answer is simpler: don’t bother trying to de-identify at all. Keep PHI as PHI, implement proper controls, get your BAA, and document everything. Trying to strip data down to avoid HIPAA requirements usually creates more risk than it removes.

There is an alternative worth knowing about: Expert Determination, where a qualified statistician assesses re-identification risk and documents that it’s very small. Costs more than Safe Harbor, but it’s the right call when you need richer data for AI training or analysis.

Three controls that hold up under scrutiny

HIPAA Security Rule requirements cover administrative, physical, and technical safeguards. For AI tools specifically, three areas actually matter.

Access controls come first. Who can send PHI to Claude? Which tools are authorized? This can’t be a policy document sitting on a shared drive somewhere. The latest HIMSS guidance on AI governance reinforces this: strong access controls and audit trails are the foundation of compliant AI usage. Create separate development environments that never touch real PHI. Synthetic test data should be the default for all development work. Any function that accesses patient information needs code review before it ships.

Training comes second, and generic HIPAA videos won’t cut it. Your developers need to recognize PHI in your specific systems. What does a patient identifier look like in your EHR database? Which API endpoints return protected information? At what point does aggregated data still count as PHI? Build runbooks for situations your team actually encounters. What do you do when troubleshooting requires reviewing a patient’s record? What approval is needed before deploying code that touches patient data?

Logging comes third. The HIPAA Security Rule requires audit controls to record access to electronic PHI. For Claude usage, this means capturing which users sent what types of queries, when, and what data those queries involved. You don’t need expensive SIEM platforms. Basic API logging with retention policies and periodic review meets the requirement.

Two things worth flagging clearly: a signed BAA doesn’t make your usage compliant. It makes the service eligible for your compliant usage. And cloud doesn’t mean compliant by default. Encryption, access controls, and logging all require active configuration. Default settings are basically always wrong.

What defensible compliance actually looks like

HIPAA doesn’t require perfection. It requires reasonable safeguards based on your size, complexity, and budget. Does that mean smaller organizations get a pass? No. There’s a good breakdown from 360 Advanced on why smaller healthcare organizations struggle: not because they lack expertise, but because they try to implement enterprise controls they can’t sustain.

The risk assessment comes first. HHS provides guidance, but the practical questions are direct: Where is your PHI? Who needs access? What happens if it leaks? Which controls reduce risk most for your budget?

Document your decisions. When OCR audits you, they want to see deliberate risk management. Why did you choose AWS Bedrock over direct API access? How did you determine your logging approach provides adequate audit trails? OCR enforcement actions focus heavily on organizations that skipped risk assessments or ignored identified risks without explanation for doing so.

Test your controls. Can you reconstruct a patient query from your audit logs? Can you identify when someone accessed PHI inappropriately? Try using your own systems in ways that should be blocked or logged, then verify the controls actually worked. This doesn’t require penetration testing or formal audits. It requires curiosity about whether your own safeguards function as designed.

A mid-size clinic with 200 employees faces different requirements than a hospital system with 10,000 staff. Find the approach that fits your actual scale, not somebody else’s.

Using Claude through a HIPAA-compliant platform with a proper BAA isn’t a regulatory gamble. It’s a documented decision about improving patient care while handling PHI responsibly. Which, if you read the regulation carefully, is exactly what it was designed to enable.

About the Author

Amit Kothari is an experienced consultant, advisor, coach, and educator specializing in AI and operations for executives and their companies. With 25+ years of experience, he is the Co-Founder & CEO of Tallyfy® (raised $3.6m, the Workflow Made Easy® platform) and Partner at Blue Sheen, an AI advisory firm for mid-size companies. He helps companies identify, plan, and implement practical AI solutions that actually work. Originally British and now based in St. Louis, MO, Amit combines deep technical expertise with real-world business understanding. Read Amit's full bio →

Disclaimer: The content in this article represents personal opinions based on extensive research and practical experience. While every effort has been made to ensure accuracy through data analysis and source verification, this should not be considered professional advice. Always consult with qualified professionals for decisions specific to your situation.

Related Posts

View All Posts »
How to run Claude in compliance-heavy environments

How to run Claude in compliance-heavy environments

Running Claude on regulated data is a solved problem in 2026 if you pick the right deployment surface and match it with the right contractual paper. Three architecture patterns cover HIPAA, SOC 2, GDPR, FINRA, FedRAMP, and ITAR. Most compliance objections are fixable, and the real leak paths are almost never the model.

Design patterns for healthcare AI on Claude

Design patterns for healthcare AI on Claude

A signed BAA makes a Claude healthcare workflow legal, not safe. The engineering work is keeping protected health information away from the model. Three design patterns do most of that: de-identify before the model, keep PHI local, and log what the model saw.

Accessibility overlays do not work, and AI auditing is the opposite

Accessibility overlays do not work, and AI auditing is the opposite

An accessibility overlay is one line of JavaScript that promises ADA compliance while you do nothing. The FTC fined accessiBe a million dollars over that promise. Here is why a widget cannot fix a problem that lives in your code, and how real AI auditing does the reverse by finding the broken line so a person can change it.

Can AI actually do accessibility testing? I ran it on my own product

Can AI actually do accessibility testing? I ran it on my own product

Automated accessibility tools catch maybe a third of WCAG problems. I pointed Claude Code at Tallyfy, my own product, and let it run a real WCAG 2.2 audit with a live screen reader across four codebases. It found bugs that axe-core cannot see, and it showed clearly where the work still needs a person.

How to run a long autonomous Claude Code job without it drifting

How to run a long autonomous Claude Code job without it drifting

The hard part of a big AI job is not the work. It is making the agent run for many sessions without drifting or claiming it is done when it is not. I used an accessibility audit across four codebases as the test. The setup that kept Claude Code on track was a git ledger, atomic parallel claims, and two verification passes.

What a VPAT costs, and why the report is the cheap part

What a VPAT costs, and why the report is the cheap part

A VPAT is the report that states how accessible your product is, measured against WCAG. People ask what it costs and price the document, but the document is the cheap part. The real cost is re-auditing every release, and that is the number an AI agent actually moves. Here is the ADA, WCAG, Section 508 and EN 301 549 stack underneath it.

AI advisory services via Blue Sheen.
Contact me Follow 10k+