Direct answer: a HIPAA compliant chatbot is not a feature you buy off a pricing page, it is a deployment you design. Compliance depends on what the chatbot is allowed to receive, where that data goes, and whether every vendor touching it has signed a Business Associate Agreement (BAA). A healthcare website chatbot can automate a lot safely, hours, locations, insurance accepted, pricing ranges, provider bios, pre-visit instructions, without ever creating HIPAA exposure, as long as it is built to never collect protected health information (PHI) in the first place.
This is the "zero-PHI architecture," the honest, practical answer for most dental offices, med spas, and therapy practices evaluating a chatbot in 2026. It is also the angle few vendors explain clearly, since "yes, we're HIPAA compliant" sells better than "compliance depends on how you configure this." This guide covers what HIPAA regulates, where public chatbots slip up, and how to design one that never needs a BAA.
One note up front: Heeya does not sign a BAA and is not presented here as HIPAA compliant. Compliance is a property of a deployment, not a logo on a vendor's website. If your use case requires a BAA, this guide will help you recognize that before you sign anything.
Quick verdict
- HIPAA applies to the deployment, not the software brand. The same platform can be compliant in one configuration and a liability in another.
- You need a BAA only if the bot can receive PHI. A bot restricted to public, non-clinical information generally does not need one.
- The safest pattern is "answer, then hand off." The bot answers logistics and routes anything clinical to a secure system before PHI is ever typed.
- Standard ChatGPT has no BAA available. Only ChatGPT Enterprise, with a signed BAA through OpenAI's sales team, is HIPAA-eligible.
- Heeya does not sign a BAA. It is built for the zero-PHI use case, answering from your public content, with a hard handoff before clinical data is collected.
Table of Contents
- What HIPAA actually covers, in plain English
- The line most website chatbots cross without noticing
- Do you actually need a BAA? A decision tree
- The zero-PHI architecture: what a chatbot can answer safely
- Where to hand off: scheduling, portals, forms, and phone
- 12 questions to ask any chatbot vendor before you sign
- A note on ChatGPT and general-purpose assistants
- FAQ
What HIPAA Actually Covers, in Plain English
HIPAA, the Health Insurance Portability and Accountability Act, does not regulate "health information" in general. It regulates protected health information (PHI) when created, received, maintained, or transmitted by a specific set of organizations and the vendors they hire.
Covered entities: who HIPAA applies to directly
A covered entity is a health plan, a health care clearinghouse, or a health care provider that transmits health information electronically for standard transactions like billing, per HHS.gov's definition of covered entities. A dental practice, a therapy group, a med spa that bills insurance, and a hospital system all qualify.
Business associates: who HIPAA applies to indirectly
A business associate is any vendor that touches PHI on a covered entity's behalf. HHS defines one as "a person or entity, other than a member of the workforce of a covered entity, who performs functions or activities on behalf of, or provides certain services to, a covered entity that involve access by the business associate to protected health information." A chatbot vendor becomes one the moment its bot is allowed to store or process PHI.
The BAA: the contract that makes any of this legal
A Business Associate Agreement is the signed contract obligating a vendor to protect PHI under HIPAA's Security and Privacy Rules. Without one, a covered entity cannot legally hand PHI to that vendor, full stop. See HHS's sample BAA provisions for what these agreements require.
What counts as PHI
PHI is individually identifiable health information: one of 18 identifiers (name, date of birth, phone, email, IP address, and more) combined with something about that person's health, care, or payment for care. A transcript reading "my name is Jane Smith and I've had chest pain for two days" is PHI once stored. A page view of "cardiology services" alone, with no identifier attached, generally is not.
The Line Most Website Chatbots Cross Without Noticing
Most chatbot vendors do not set out to create HIPAA exposure. They create it by accident, through four common gaps.
Stored transcripts
If a visitor types symptoms, a diagnosis, or an insurance member ID into the widget, and that transcript is logged, the platform has just received PHI, whether or not the vendor markets itself for healthcare.
Server logs, analytics, and the LLM provider
Session-replay scripts and ad pixels on the same page as the widget can capture that same conversation content or the visitor's identifier, multiplying the number of parties holding PHI without a BAA. And whatever large language model generates the chatbot's replies is a subprocessor: if it receives the raw conversation, it needs its own BAA in the chain, not just the chatbot vendor's.
Online tracking technologies: a genuinely unsettled area
HHS's Office for Civil Rights published guidance on online tracking technologies, originally holding that tools combining a visitor's IP address with a visit to a page about specific health conditions could trigger HIPAA, even on unauthenticated public pages. In June 2024, a federal court in American Hospital Association v. Becerra (N.D. Tex.) vacated that specific application, and OCR withdrew its appeal two months later. Authenticated pages, like a patient portal, are still squarely covered. A public marketing page tied only to an IP address sits in a narrower zone today, but state wiretapping laws and the FTC's Health Breach Notification Rule can still apply independently. Treat any analytics or pixel on a page with a health chatbot as a compliance question, not an afterthought.
Do You Actually Need a BAA? A Decision Tree
Three questions, asked in order, resolve most cases.
Question 1: are you, or your vendor, a covered entity or business associate?
If your organization bills insurance, provides care, or operates as a clearinghouse, you are a covered entity, and any vendor you hire becomes a candidate business associate the moment it touches PHI on your behalf.
Question 2: can the chatbot receive PHI at all?
This is the pivot point. A bot that accepts freeform symptom descriptions, appointment requests naming a condition, or insurance IDs tied to a name can receive PHI. A bot structurally limited to public, non-clinical topics cannot, as long as the design hands the visitor off before anything sensitive gets captured and stored.
Question 3: is the bot scoped, and does the handoff actually work?
Scoping a bot's knowledge base to public content is a start, not a guarantee. If a visitor can still type symptoms into the box and that message gets logged and sent to an LLM without a BAA, the scoping did not do its job; the handoff has to be a real design choice, covered next, not a hope.
If the answer to Question 2 is yes and the vendor will not sign a BAA, it is the wrong tool for this use case.
The Zero-PHI Architecture: What a Chatbot Can Answer Safely
A public-facing healthcare chatbot can cover a lot of ground without touching PHI, because most of what a website's visitors ask is logistics, not clinical information. The table below draws the line.
| Safe for a public chatbot to answer | Needs a secure handoff instead |
|---|---|
| Hours, locations, and directions | "Here's my symptom, what does it mean?" |
| Services and procedures offered | Booking a specific appointment tied to a diagnosis |
| Insurance plans accepted | Insurance member ID or claims lookups |
| General price ranges and payment options | Billing disputes tied to a patient's account |
| Parking and what to bring | Confirming or discussing test results |
| The new-patient process, step by step | Refilling a specific prescription |
| Provider bios and credentials | Messaging a specific provider about care |
| Pre-visit instructions (fasting, forms, ID) | Anything urgent or clinical in nature |
This is the model behind a dental chatbot or med spa chatbot built with retrieval-augmented generation (RAG): the bot answers from the practice's own public content, its website copy, provider pages, FAQ, and insurance list, and never ingests a patient chart, an EHR record, or a message log meant to hold clinical detail. There is no PHI in the knowledge base, so there is no PHI for a breach to expose. For a deeper look at how a related regulated vertical handles the same problem, our guide on lawyer confidentiality and AI chatbots covers the equivalent question for privileged client information.
Where to Hand Off: Scheduling, Portals, Forms, and Phone
The zero-PHI architecture only works if the handoff happens before a visitor types something sensitive, not after. Four handoff points cover almost every real scenario.
Scheduling platforms and patient portals
Route "I'd like to book an appointment" to your existing scheduling system rather than collecting the reason for the visit inside the chat. An appointment booking chatbot can trigger the request and hand off the link; it should not ask "what's this for?" as a stored free-text field. Anything involving an existing patient's records belongs inside your authenticated patient portal, not a public marketing chatbot.
Secure intake forms and phone
For pre-visit information, link to a dedicated, BAA-covered intake form rather than replicating it as a chat exchange. For anything urgent, one guardrail line, "for anything urgent or symptom-related, please call us at [number]," should trigger automatically the moment a message looks clinical, not rely on a disclaimer being read.
Designing the guardrail, not just the button
The button alone is not enough. The bot's instructions need an explicit rule: if a message describes a symptom or personal medical history, do not answer it, do not store it as a normal conversation, and redirect immediately. This is the highest-leverage thing a practice can do to keep a public chatbot out of PHI territory. Our guide to AI chatbot data security covers the broader access-control questions this raises.
12 Questions to Ask Any Chatbot Vendor Before You Sign
- Will you sign a BAA? Get it in writing before any pilot.
- Which subprocessors does that BAA cover? Incomplete if the LLM provider or analytics tools aren't included too.
- Where is transcript data stored, and for how long? Ask for a specific retention period, not "as long as needed."
- Does the LLM train on our conversation data by default? Should be off by default, contractually.
- Can we disable long-term transcript retention entirely? Some use cases are better served by not storing conversations at all.
- Do you support field-level redaction or PII scrubbing? Ask how it actually works, not just whether it exists.
- Who can access transcripts internally, and is that logged? Internal access control matters as much as external breach protection.
- What is your breach notification SLA? HIPAA sets outer limits; ask what the vendor commits to.
- Where is your infrastructure hosted? See our guide on AI chatbot data sovereignty for why this matters beyond HIPAA too.
- Can the bot be hard-scoped with no freeform capture of clinical detail? This is the zero-PHI question; it needs a concrete answer.
- What happens, technically, if a visitor types PHI anyway? A serious vendor has an answer beyond "we'd discourage that."
- Can you provide a completed security questionnaire, not a sales deck? A vendor unwilling to put answers in writing is telling you something.
If a vendor cannot answer most of these specifically, that is the answer.
A Note on ChatGPT and General-Purpose Assistants in a Clinical Setting
Is ChatGPT HIPAA compliant? Not by default. Standard ChatGPT (Free, Plus, Team) offers no BAA and should not be used with patient data under any circumstance. Per OpenAI's documentation on HIPAA-eligible products, only ChatGPT Enterprise, and its healthcare-specific offering launched in January 2026, can be HIPAA-eligible, and only after signing a BAA through OpenAI's sales-managed process. A BAA alone is not sufficient; the covered entity still has to configure the tool correctly and train staff.
This matters for a common failure mode: a well-meaning front-desk employee pastes patient notes into a general-purpose assistant to draft a message, on a free or Plus account with no BAA. The tool did nothing wrong technically, but the organization just created PHI exposure with no contract covering it. The same caution applies to any general-purpose AI assistant, on a website or used internally; check the specific plan's BAA terms, not the brand name.
Frequently Asked Questions About HIPAA Compliant Chatbots
What is a HIPAA compliant chatbot, exactly?
There is no chatbot that is inherently "HIPAA compliant" as a product feature. Compliance depends on the deployment: whether the vendor has signed a Business Associate Agreement, where the data is stored, and whether the bot is designed to avoid collecting protected health information in the first place.
Do I need a Business Associate Agreement for a website chatbot?
Only if the chatbot can receive protected health information. A bot scoped to public, non-clinical content, hours, services, insurance, pricing, generally does not need one, as long as it hands off to a secure system before anything clinical is typed and stored.
Is ChatGPT HIPAA compliant?
Standard ChatGPT (Free, Plus, and Team) is not HIPAA compliant and offers no Business Associate Agreement; it should never be used with patient data. Only ChatGPT Enterprise, with a signed BAA through OpenAI's sales team, can be HIPAA-eligible.
What counts as protected health information in a chat transcript?
PHI is individually identifiable health information: a patient identifier (name, date of birth, phone, email, IP address, and others) combined with something about their health, care, or payment for care. A transcript pairing a name with a symptom or diagnosis is PHI the moment it is stored.
Can a chatbot for a medical practice legally ask about symptoms?
Only inside a properly configured, BAA-covered clinical system, not on a public marketing chatbot without one. The safer design for most practices is to never ask for symptoms in the chat at all, and instead hand off to a secure scheduling system, portal, or phone line the moment a question turns clinical.
Does Heeya sign a Business Associate Agreement?
No. Heeya does not sign a BAA and is not presented as HIPAA compliant. It is built for the zero-PHI use case, answering from a practice's own public content, with a contact-form handoff before any clinical information is collected.
What happens if a patient types symptoms into a chatbot that has no BAA?
This is why the guardrail matters more than the disclaimer. A well-configured bot should detect that a message looks clinical, decline to process it as a normal conversation, and redirect the visitor to a secure channel instead of storing or answering it. Ask any vendor what their bot does in this scenario.
Is this article legal advice?
No. This guide explains general concepts under HIPAA and is not legal advice. Requirements vary by state and change over time; consult a healthcare privacy attorney before finalizing any chatbot deployment that touches patient-facing workflows.
Final Verdict
A HIPAA compliant chatbot is not a product you buy, it is an architecture you choose. For most dental offices, med spas, therapy practices, and clinics evaluating a website chatbot in 2026, the zero-PHI approach is not a compromise, it is the more practical and more honest option: automate the logistics questions that make up most of a healthcare website's chat volume, and hand off cleanly to a secure, BAA-covered system for anything clinical.
Disclaimer: this article explains general concepts and is not legal advice. HIPAA requirements, state law, and federal guidance change. Confirm any chatbot's compliance posture, and your own obligations, with a healthcare privacy attorney before launch.
Automate the logistics, not the liability
Heeya answers from your practice's own public content, hours, services, insurance, pricing, with a contact-form handoff before anything clinical is typed. No BAA, no PHI, no gray area. Compare plans on the Heeya pricing page.
Further Reading
- AI Chatbot for Medical Practices: Scheduling & Triage
- AI Chatbot Data Security: Enterprise Guide 2026
- AI Chatbot Data Sovereignty: Where Does Your Data Go?
- GDPR-Compliant AI Chatbots: The 2026 Buyer's Guide
- Lawyer Confidentiality & AI Chatbots: Guide 2026
- AI Chatbot Disclosure Law by State: What Businesses Must Do
- Appointment booking chatbot