Plain Answers · Healthcare
Is ChatGPT HIPAA compliant?
No product is. Deployments are.
No AI chatbot is "HIPAA compliant" as a product, and that isn't a knock on any one of them. Compliance is a property of how a system is deployed and governed, not a badge a vendor earns. What matters is whether a Business Associate Agreement covers the exact product you're using, where the processing happens, and what gets retained.
Rules that may apply to you
Depending on what you do and who you serve, you may be subject to rules such as the ones below. We link the official sources and leave the interpretation to your privacy officer or health care counsel. This is a starting point, not a complete list, and nothing on this page says what these rules require of you.
- HIPAA — 45 CFR 160.103, Definitions(opens in new tab)
- HIPAA — 45 CFR 164.502, Uses and disclosures of protected health information: General rules(opens in new tab)
- HIPAA — 45 CFR 164.308, Administrative safeguards(opens in new tab)
- California Confidentiality of Medical Information Act — Civil Code section 56.10(opens in new tab)
- California Confidentiality of Medical Information Act — Civil Code section 56.101(opens in new tab)
Why there's no yes-or-no answer
Health privacy rules generally attach to organizations and the vendors who work for them, not to a piece of software. That's why the same chatbot can be fine in one arrangement and a problem in another. If your practice is a covered health care provider, you may be subject to the federal HIPAA rules and, in California, to the Confidentiality of Medical Information Act, among others. Both are linked above. Your privacy officer or counsel can tell you how they apply to you; we can't, and neither can a vendor's sales page.
In practice, the conversation with any vendor that would handle patient information starts with a Business Associate Agreement — a BAA — the contract health care organizations commonly put in place with such vendors. So the useful question is never "is this chatbot compliant?" It's "is there a signed agreement that covers this product, on this plan, for this use?" If you opened the account with a personal email and clicked "I agree," you almost certainly didn't sign one.
What to ask the vendor — in writing
- Will you sign a BAA for this specific product and plan? Vendors that offer one often limit it to certain products or tiers. Get the product name into the agreement.
- Is our data used to train or improve your models? Ask which document makes that promise.
- How long are prompts, outputs, uploads, and logs kept? Ask about safety-monitoring copies too, and whether retention can be set to zero.
- Can your staff or contractors read our conversations? Under what circumstances, and is it logged?
- Which subcontractors touch the data? Ask for the list, and whether each one is under a written agreement with the vendor.
- Where is it processed and stored?
- What happens to our data when we leave?
- How, and how fast, will you tell us about a security incident?
A good answer names a document, a product, and a number. A weak answer is a marketing page with "HIPAA-ready" or "enterprise-grade security" on it and nothing you could hold anyone to.
A signed BAA is the start, not the finish
A contract covers the vendor. It doesn't cover how your staff use the tool. Before go-live, ask your privacy officer two things: whether the new tool belongs in your security risk assessment, and how much of a chart should ever go into a prompt. Pasting an entire record to get help wording one paragraph is the habit to watch for. A model can't leak what it was never given.
California adds its own layer
California practices may also be subject to state medical-privacy law, including the Confidentiality of Medical Information Act linked above. How the state and federal rules fit together for your practice is a question for your counsel. For planning purposes it means a California clinic may have two sets of questions to satisfy, and a vendor's answer about HIPAA doesn't automatically answer the second set. Ask vendors about both, by name.
What we check when we deploy
- A one-page data map. Every place a prompt, file, transcript, or log comes to rest. If we can't draw it on one page, the design is too complicated.
- Nothing leaves. The AI server gets firewall rules that block outbound traffic. Then we unplug the uplink and confirm it still answers.
- Individual logins, by role. The front desk and the clinicians don't see the same things. No shared passwords.
- Logs are patient data too. A record of who asked what contains the same information as the chart. It gets the same encryption and the same retention schedule.
- The backup drive. In a small office it's the thing most likely to walk out the door. It's encrypted or it doesn't exist.
- Model updates by file, not by opening a port.
- Our own paperwork. If we support a system that holds patient information, we may need an agreement of our own with you. We're willing to sign a BAA, and we'd expect to have that conversation before we touch anything.
What a private deployment changes — and what it doesn't
When the model runs on a server in your own office, no outside AI vendor receives patient information, so most of the vendor questions above fall away and retention becomes your decision. A single 24GB graphics card — the class of hardware that runs the assistant on this website — is enough to draft and summarize for a small practice. Entry servers run $1,500 to $7,500, and the compliance-driven design work around them is what moves a project toward the higher end of our published ranges.
What it doesn't change: you still need the risk analysis, the access controls, the policies, and the staff training. Anyone who tells you a box makes you HIPAA compliant is selling the box. For the general, non-medical version of this question, see Is ChatGPT safe for business documents?