Operations · 10 min read
HIPAA-Compliant AI Dental Receptionist: The Real Checklist
Most AI dental receptionists badge 'HIPAA compliant' without proving it. A DDS and practice founder breaks down what compliance actually requires.
DDS, Founder & CEO of Enamly
Published May 18, 2026
Updated May 25, 2026
When I was running my dental practice, HIPAA compliance felt like a checklist. I signed BAAs with my practice management system vendor, my billing service, my imaging software. I sat through the annual training. I kept the documentation in a binder. Done.
Then I started building Enamly, an AI phone receptionist for dental practices. I had to design the compliance architecture myself, from the voice layer down to where call recordings land in an encrypted S3 bucket. That exercise changed how I read every "HIPAA compliant" badge I see on a dental AI vendor's landing page.
That phrase means almost nothing on its own. What matters is the technical and legal framework underneath it, and most vendors do not tell you what that framework actually is.
This article is what I wish someone had handed me as a practice owner.
What "HIPAA Compliant" on a Marketing Page Actually Means
Nothing, by itself.
HIPAA compliance is not a federal certification. There is no registry of approved vendors. Any company can write "HIPAA compliant" on their website without consequence. The HHS Office for Civil Rights (OCR) does not pre-audit or certify vendors. OCR gets involved after a complaint or a breach is reported.
The legal burden falls on your practice. You are the covered entity. If a vendor handles patient data incorrectly and a breach occurs, you are on the hook unless you have the right documentation and can demonstrate reasonable oversight.
This means a badge on a marketing page is not due diligence. You have to ask the questions, get answers in writing, and sign the right agreement before a single patient call goes through any AI system.
What Counts as PHI on a Dental Phone Call
This catches a lot of practice owners off guard.
Protected health information (PHI) under HIPAA is any individually identifiable health information. On a dental phone call, that includes the caller's name, phone number, and the reason they are calling when linked together.
A caller who says "I need to book a new patient exam, this is Maria Rodriguez at 832-555-0147" has just shared PHI. The moment an AI system records, processes, or stores that conversation, it must operate within a HIPAA-compliant technical framework.
The same applies to:
- A caller describing tooth pain or a specific dental complaint
- A patient asking to reschedule an extraction appointment
- A parent booking a pediatric cleaning for their child
Even the appointment type can be identifying. "Crown prep for the back molar" tied to a name is health information. Dental practices handle this on every call.
When I designed Enamly's call flow, this was the first engineering constraint on the list. Patient-identifying data does not appear in third-party LLM logs. Transcripts are processed within our secure environment. Recordings go to AWS S3 with AES-256 encryption at rest the moment the call ends.
The Business Associate Agreement Is Not Optional
A Business Associate Agreement (BAA) is a legally required contract between your practice and any vendor that handles PHI on your behalf.
If an AI dental receptionist processes patient calls, that vendor is a business associate. This is not a gray area. You must have a signed BAA before that vendor handles a single patient call.
The BAA does two things. First, it legally obligates the vendor to maintain the same HIPAA safeguards your practice is required to maintain. Second, it establishes who bears liability: if the vendor causes a breach through their own negligence, they carry the legal exposure, not just your practice.
Without a BAA, you have no protection. If the vendor is breached and patient data is exposed, OCR can pursue enforcement against your practice as if you were the party that mishandled the data, because you chose to work with a vendor who was not properly designated as a business associate.
Ask for the BAA before you sign any service agreement. If a vendor hesitates, cannot produce one, or claims they do not need one because they "do not store data," that is not a vendor you should go live with.
The Voice AI Layer: Where Most Vendors Fall Short
This is the part that almost never gets discussed.
Most dental AI receptionists are built on top of third-party large language model (LLM) providers: OpenAI, Anthropic, Google, or others. The AI's ability to understand what a patient says and respond appropriately depends on sending that conversation to one of these providers for processing.
If the call transcript or audio is sent to an LLM provider in a way that includes the patient's name and health information, and that provider has not signed a HIPAA BAA with the AI vendor, that is a potential HIPAA violation. The patient's PHI has been shared with a third party that has no legal obligation to protect it under HIPAA.
Ask your AI vendor directly: "Do LLM provider logs include any patient-identifying information or conversation content?" Ask which LLM providers they use. Ask whether those providers have signed BAAs with the AI vendor (not with you, but with the vendor directly).
A compliant vendor has thought through this architecture. They will have an answer. A vendor that has not thought through it will not.
5 Questions to Ask Any AI Dental Receptionist Vendor
I built this list based on what I would have wanted to ask as a practice owner, and what our own team had to answer when building Enamly.
1. Where are call recordings and transcripts stored?
You want a specific answer: cloud provider (AWS, Azure, GCP), geographic region, encryption standard (AES-256 at rest, TLS in transit). "We use secure servers" is not an answer. If they cannot name the cloud provider and encryption method, they have not thought through the architecture.
2. Does PHI appear in any third-party LLM logs?
If the answer is "we use OpenAI" or "we use Google," ask whether those providers have signed a BAA with the vendor covering dental call data. If the vendor has not established proper data handling with their LLM providers, your patients' information may be flowing through systems with no HIPAA obligation at all.
3. Who has access to call recordings and transcripts?
Vendor support staff will sometimes need access to recordings to troubleshoot issues. That is acceptable if access is role-based, logged, and auditable. Ask to see the access control policy. You should be able to request an access log for your practice's data on demand.
4. What is your breach response procedure?
HIPAA requires breach notification to affected patients within 60 days. Breaches affecting 500 or more individuals in a state require media notification. Ask what the vendor's internal process is for identifying a breach, notifying your practice, and supporting patient notification. Ask for the procedure in writing. If they do not have one documented, that is a significant red flag.
5. Will you sign a BAA before we go live?
Some vendors have a standard BAA they present; others will sign yours. Either is workable. What is not workable is a vendor that refuses any BAA, claims they do not need one, or tries to defer signing until after launch.
Get all of these answers in writing, either in the BAA itself or in a separate security addendum attached to your service agreement.
What a Genuinely Compliant Stack Looks Like
I want to be specific here, because specificity is the only way to hold vendors accountable.
Enamly's data architecture:
- Call recordings are stored in AWS S3 (US-East region) with AES-256 encryption at rest and TLS 1.2 or higher in transit
- Access to recordings and transcripts is controlled by IAM roles with least-privilege policies; access events are logged
- Patient-identifying information is not included in requests to third-party LLM providers in an identifiable form
- Every practice receives a signed BAA before their first call goes live, with no exceptions
This is not the only way to build a compliant stack. AWS is not the only cloud provider that meets HIPAA requirements. Azure and GCP both have compliant configurations available. What matters is that the vendor can name the architecture, describe the controls, and produce the documentation.
When you are evaluating vendors, use Enamly's stack as a benchmark. Not because Enamly is the only compliant option, but because a vendor who cannot describe their architecture at this level of specificity has not actually built compliance into their product. They have added a badge.
The Real Cost of Getting This Wrong
HIPAA enforcement has increased every year since 2020. The HHS OCR breach portal maintains a public record of investigations; dental practices appear regularly.
The fine structure:
- Tier 1 (no knowledge): $100 to $50,000 per violation
- Tier 2 (reasonable cause): $1,000 to $50,000 per violation
- Tier 3 (willful neglect, corrected): $10,000 to $50,000 per violation
- Tier 4 (willful neglect, not corrected): $50,000 per violation, up to $1.9 million per year per violation category
Beyond fines, breach notification carries operational costs. Practices must hire a breach response firm, notify affected patients, and in large breaches (500 or more individuals) notify media in the affected states. Patient notification with credit monitoring services typically runs $50 to $200 per individual.
A missing BAA does not reduce your exposure. It eliminates your primary legal defense: the argument that you selected a qualified vendor and had the proper agreements in place.
The practices that navigate OCR investigations with the least damage are the ones that can hand over documentation quickly: the signed BAA, the risk assessment, the access logs, the security policies. That documentation exists only if you required it before going live.
Before You Go Live With Any AI Dental Receptionist
The checklist is short.
Request and review the BAA before signing a service contract. Read it. If anything in the BAA is missing or vague about the vendor's security obligations, push back before signing.
Ask the five questions above. Get written answers. If a vendor cannot answer clearly, that answer tells you what you need to know.
Verify your own practice's HIPAA documentation is current. The vendor's compliance does not replace yours. Your risk assessment, workforce training records, and sanctions policy need to exist independently of any vendor relationship.
Check how the AI connects to your practice management system. A properly integrated AI receptionist passes appointment data directly to your PMS without creating intermediate storage that lacks the same protections. If your AI writes back to Open Dental, Dentrix, or Eaglesoft, ask how patient data moves across that integration.
And check the missed-call math for your practice while you are at it. HIPAA compliance matters, but so does the revenue you are losing to voicemail. The right AI receptionist handles both.
Enamly pricing starts at $299. The BAA, the compliance architecture, and the documentation are included, not billed as add-ons.
Dr. Bethel Ozumba, DDS (Dr. B-Bay) is the Founder and CEO of Enamly. A Howard University College of Dentistry graduate, he practiced dentistry and operated his own dental practice before selling it in April 2025 to build AI infrastructure for the dental industry. He holds the practice owner's perspective on HIPAA compliance and the engineer's perspective on what it actually takes to build a compliant system. Full bio and credentials.