Insights · Healthcare

Can AI be HIPAA compliant? A straight answer for healthcare

Every practice wants the upside of AI, faster documentation, answers over the chart, less administrative drag. And every practice that has read its own HIPAA obligations hesitates the moment it realizes what a typical AI tool does with the data it is fed. The hesitation is correct. The conclusion most people draw from it is not.

AI can be HIPAA compliant. The question is not whether, it is where the protected health information goes.

What HIPAA actually cares about

HIPAA does not ban AI. It governs the use and disclosure of protected health information. The trouble with the popular approach to AI is the disclosure: the instant you paste a clinical note into a public chatbot, or call a cloud model's API with PHI in the prompt, you have sent protected information to a third party. Now you need a business associate agreement, assurances about how that vendor stores and processes the data, and a place in your audit trail for every one of those exchanges.

Some vendors will sign a BAA. That is better than nothing, but it does not remove the exposure, it documents it. Your data still left the building, still landed on infrastructure you do not control, and still sits inside the blast radius of someone else's breach.

The clean path: never disclose in the first place

There is a simpler answer hiding in the regulation. If the PHI never leaves your control, there is no disclosure to a third party, and the hardest parts of the review fall away. That is the whole idea behind running the model on your own hardware, inside your own network.

A private, on-premise system reads the chart, drafts the note, and answers the question without a single byte going to an outside provider, because there is no outside provider in the architecture. The model weights are local. Inference happens on your GPUs. Retrieval runs over your documents on your storage. You are not trusting a vendor's promise about your data; you are simply not handing it over.

What a compliant setup looks like

On-premise is the foundation, but the rest of the posture still matters. A setup we would put in front of an auditor has access control tied to your identity provider, encryption at rest for the documents and the vector store, audit logging on every request, and, where the practice wants it, full air-gapping so the system has no route to the public internet at all. Least privilege throughout, so people see only the records they should.

Done this way, AI stops being a compliance liability and becomes a normal part of the workflow: summarizing intake, drafting correspondence, answering questions across your own knowledge base, all of it inside the same four walls as the rest of your PHI.

A practical first step

You do not need a frontier model to do clinical documentation and knowledge work well. A right-sized open model, fine-tuned on your own material, handles the bulk of it, and keeps the whole thing in-house. If you want to see how this maps to your practice, read more on HIPAA and private AI and healthcare AI, or look at the security posture in detail.

Sign up to learn more and we will give you a straight read on fit.

More from Insights
News

What the Fable 5 shutdown means for your AI strategy

Read the article
Defense

Using AI without failing your CMMC assessment

Read the article
Legal

Local AI for law firms: keep privileged data in-house

Read the article