Search "HIPAA compliant AI" and you will find vendors selling HIPAA-certified chatbots, ChatGPT wrappers with a compliance badge, and platforms that treat compliance as a checkbox in settings. None of those claims mean what a practice manager or compliance officer needs them to mean. HIPAA compliance is a property of a specific system, its contracts, and its operating procedures — not of a model, a vendor, or a logo. This article lays out what "compliant" actually requires for an AI system that touches protected health information (PHI), in roughly the order an auditor would check it, and ends with a 12-point checklist you can hand to any vendor.
There is no HIPAA certification
The Department of Health and Human Services does not certify software, vendors, or AI models. Its Office for Civil Rights (OCR) enforces the Privacy Rule, Security Rule, and Breach Notification Rule after the fact — through complaints, audits, and breach investigations — and it has never issued a certificate to anyone. Third-party "HIPAA certified" seals are private products that OCR does not recognize; they transfer no liability and satisfy no regulatory requirement.
What compliance means for an AI system is that the covered entity (you) and every business associate that creates, receives, maintains, or transmits PHI on your behalf have each done three things: signed the right contracts, implemented the Security Rule's administrative, physical, and technical safeguards, and documented a risk analysis showing they know where PHI lives and what could go wrong. A vendor that says "certified" is either careless with language or hoping you will not ask for the documents.
The BAA chain: you → vendor → model provider
A Business Associate Agreement (BAA) is the contract that makes it lawful for a vendor to handle your PHI. For AI systems there is rarely just one. If a development company builds an intake assistant that sends patient forms to a large language model, PHI flows from your practice to the developer's system to the model provider's API. Every link needs a BAA, and a gap anywhere in the chain is a HIPAA violation the moment PHI crosses it.
Consumer ChatGPT is not HIPAA compliant
OpenAI does not sign a BAA for consumer ChatGPT — Free, Plus, or Pro. Pasting a patient note, a referral fax, or a discharge summary into it is an impermissible disclosure regardless of how the output is used, and the training opt-out and "temporary chat" settings do not change that. OpenAI will sign a BAA for API platform customers who apply and are approved, with zero data retention enabled, but that is a negotiated contract, not a default. Treat every consumer AI tool — ChatGPT, Claude.ai, Gemini, Copilot in a personal account — as off-limits for PHI until a signed BAA is in a folder.
Providers that sign BAAs
Three cloud platforms sign BAAs for their model endpoints as a standard part of their enterprise agreements: Azure OpenAI Service (GPT models under Microsoft's BAA), AWS Bedrock (Anthropic Claude, Meta Llama, Amazon Nova, and others under the AWS BAA), and Google Cloud Vertex AI (Gemini under Google Cloud's BAA). All three can be configured for zero data retention and are contractually barred from training on customer inputs. The fourth option is open-weight models — Llama, Mistral, Qwen — running on infrastructure you or your vendor control, which removes the provider link entirely at the cost of running your own inference.
The practical rule: ask any AI vendor to name the model provider and show you both BAAs — theirs with you, and theirs with the provider. If they cannot produce both, PHI is leaving your control unprotected.
Security Rule safeguards mapped to AI systems
The Security Rule was written in 2003 and does not mention machine learning. Its requirements still map cleanly onto an AI system; the mapping is what a competent vendor implements and documents.
- Access control: role-based access for staff, MFA on every human account, and least-privilege service accounts for the AI's own credentials. An intake agent that can read the full chart when it only needs demographics fails this test.
- Audit controls: every prompt containing PHI, every model response, and every tool call logged to an immutable store with user, timestamp, and record identifiers. Retain for 6 years to match HIPAA's documentation requirement.
- Encryption: TLS 1.2+ in transit and AES-256 at rest — including the places teams forget: vector databases, prompt caches, log files, and error reports.
- Minimum necessary: the model receives only the fields the task requires. An appointment reminder agent does not need diagnosis codes; a coding assistant does not need the patient's address.
- Retention: an explicit time-to-live on prompts, outputs, and embeddings on your side, and zero data retention at the provider. "We keep everything in case we need it" is a breach waiting for a subpoena.
- No training on PHI: enforced contractually (BAA plus provider terms) and technically (zero-retention endpoints, opt-out flags). Fine-tuning on raw PHI requires its own risk analysis and usually de-identification first — retrieval is almost always the safer design.
- De-identification: where the task allows, strip the 18 Safe Harbor identifiers before the model sees the data and re-attach them on your side afterward. Many summarization and classification tasks work fine this way.
- Integrity and human review: a person approves anything that reaches a chart, a patient, or a payer, and the system has a documented fallback when the model is unavailable or low-confidence.
Risk analysis: the step most vendors skip
The Security Rule requires a documented, organization-specific risk analysis, and OCR cites its absence in most of its settlement announcements. For an AI system this means a PHI data-flow map (where PHI enters, which components touch it, where it exits), a list of threats specific to LLM systems, and the control that addresses each. The AI-specific threats are real: prompt injection through a patient-submitted document, PHI leaking into logs or error messages, a vendor silently adding a subprocessor, and hallucinated clinical content acted on without review. A risk analysis for a single automation typically runs 8–15 pages and is updated whenever the workflow or model changes. If a vendor's proposal has no line item for it, add one.
Questions to ask any AI vendor
- Will you sign our BAA before seeing any PHI? A vendor who wants to "start with a pilot on real data" first has already failed.
- Which model provider do you use, and can we see that BAA? The answer should be Azure OpenAI, AWS Bedrock, Google Vertex AI, or self-hosted — with a document.
- Where is PHI stored, in which region, and for how long? Expect US regions, named services, and a retention number in days.
- Who on your team can access production PHI, and how is that logged? Named accounts, MFA, session logging, and de-identified data in development.
- Show us the audit log for one transaction. If it takes more than a minute to produce, the logging is not real.
- What is your breach notification procedure and timeline? The BAA should commit to notifying you well inside HIPAA's 60-day outer limit — 5–10 business days is a reasonable ask. More on evaluating AI vendors generally.
The 12-point HIPAA-compliant AI checklist
- 1. BAA signed with the development or platform vendor before any PHI is shared, including pilots.
- 2. BAA in place between the vendor and the model provider (Azure OpenAI, AWS Bedrock, Google Vertex AI) or models self-hosted under your control.
- 3. Zero data retention and no-training configuration verified in the provider console, not just promised in a slide.
- 4. PHI data-flow map covering every component: UI, API, queue, vector store, logs, backups, and third-party tools.
- 5. Documented risk analysis with AI-specific threats and the control for each, reviewed at least annually.
- 6. Role-based access and MFA for all human users; scoped, least-privilege credentials for every tool the AI can call.
- 7. Encryption in transit (TLS 1.2+) and at rest (AES-256) across all stores, including embeddings and caches.
- 8. Immutable audit logging of PHI reads, writes, prompts, outputs, and tool calls with 6-year retention.
- 9. Minimum-necessary prompt design — field-level control over what the model receives, with de-identification where the task allows.
- 10. Human-in-the-loop approval in front of anything that reaches a chart, patient, or payer, with confidence thresholds that route uncertain cases to staff.
- 11. Incident response and breach notification procedure written down, with vendor timelines in the BAA.
- 12. Compliance documentation package your security officer can hand to an auditor: policies, architecture, BAAs, risk analysis, and training records.
What HIPAA-compliant AI costs in 2026
Compliance adds roughly 20–30% to an equivalent non-healthcare build — the BAA process, risk analysis, audit logging, and documentation are engineering hours, not paperwork. Our HIPAA-compliant AI development engagements start at $7.5k. A first automation such as intake extraction or referral processing runs $7.5k–$20k and goes live in 4–8 weeks with the BAA, risk assessment, and compliance package included. Clinical documentation assistants and patient-facing AI agents run $15k–$45k depending on EHR integration and languages. Monthly inference on BAA-covered providers for a single-practice automation typically lands between $50 and $400.
California adds CMIA
California providers answer to a second statute: the Confidentiality of Medical Information Act (CMIA), which imposes stricter consent and disclosure rules than HIPAA and carries a private right of action, alongside a state breach-notification law with its own timelines. A compliant design for a Los Angeles or Glendale practice documents both in one package; our HIPAA-compliant AI in Los Angeles page covers how that works locally, including on-site discovery.
The question is never "is this AI HIPAA compliant?" It is "show me the BAA chain, the data-flow map, and one audit log entry." Vendors who can do that in ten minutes are the ones worth talking to.
— Rocket Systems Team
Get a compliant scope, not a chatbot
If you are evaluating AI for a practice, billing company, or healthtech product, we offer a free 30-minute discovery call with an engineer and a written scope, estimate, and PHI data-flow outline within 24–48 hours. We sign the BAA before we see any patient data.
HIPAA-compliant AI from $7.5k · BAA and compliance package included · reply within 24 hours.
Scope a HIPAA-compliant AI projectFrequently asked questions
Is ChatGPT HIPAA compliant?
Consumer ChatGPT — Free, Plus, and Pro — is not, because OpenAI does not sign a BAA for it, and entering PHI is an impermissible disclosure. OpenAI will sign a BAA for approved API customers with zero data retention, and GPT models are available under Microsoft's BAA through Azure OpenAI Service. Without one of those two contracts in place, no ChatGPT use with PHI is compliant.
Which AI providers sign a BAA?
Azure OpenAI Service, AWS Bedrock, and Google Cloud Vertex AI all sign BAAs as part of their enterprise cloud agreements and support zero data retention with no training on customer inputs. OpenAI signs BAAs for approved API customers. Self-hosted open-weight models (Llama, Mistral, Qwen) need no provider BAA because the data never leaves infrastructure you control. Consumer AI apps sign none of them.
Is there a HIPAA certification for AI tools?
No. HHS and OCR do not certify software, vendors, or models, and no private seal is recognized in enforcement. "HIPAA-compliant" means the specific deployment has signed BAAs across the chain, the Security Rule's safeguards implemented, a documented risk analysis, and breach procedures. Ask for those 4 artifacts instead of a certificate — a vendor who has them can produce them in under 10 minutes.
How much does HIPAA-compliant AI cost?
Expect compliance to add roughly 20–30% to an equivalent non-healthcare build. Rocket Systems' HIPAA-compliant AI engagements start at $7.5k; a first automation runs $7.5k–$20k and ships in 4–8 weeks with the BAA, risk analysis, and compliance package included. Documentation assistants and patient-facing agents run $15k–$45k. Monthly inference on BAA-covered providers is typically $50–$400 for one practice.
Can we fine-tune a model on our patient data?
Technically yes, but it is rarely the right design. Fine-tuning on raw PHI bakes patient data into model weights, requires its own risk analysis, and complicates retention and deletion. In 9 out of 10 healthcare use cases, retrieval-augmented generation over encrypted, access-controlled records — with de-identification where possible — delivers the same accuracy with far simpler compliance, at $7.5k–$20k for a first automation.