Patient communication is where healthcare organizations most want AI — appointment reminders, refill confirmations, front-desk call handling — and it is also where the compliance logic inverts: unlike internal tools, everything the AI sends goes to patients, everything it hears comes from patients, and the safest design is deliberately information-poor. This page lays out the compliance architecture for patient-facing AI communication: the scope model, the responsibility split across your vendor chain, the evidence to have before the first automated message, and the residual risks that need a human escalation path.
Scope: What the AI Sends, Hears, and Remembers
PHI enters through three doors — what the AI sends (outbound content that identifies the patient and their care), what it hears (inbound free text and voice that may contain clinical detail), and what it retains (conversation logs and engagement history) — and the scope rule for outbound content is minimization: reminders confirm appointments without naming conditions, results, or providers.
| Door | What arrives there | The governing rule |
| Outbound content | Reminders, confirmations, prep instructions, follow-ups | Minimization: the minimum that accomplishes the task — date, time, location, neutral action |
| Inbound understanding | Free-text and voice replies from patients | Handling policy: what the AI may store, understand, and repeat back; what routes to staff |
| Retention | Conversation logs, engagement history, AI response records | Classification inheritance: logs carry the interaction's sensitivity, with retention rules attached |

Healthcare messaging guidance converges on the same outbound rule from the field: neutral reminders without diagnoses, lab results, or detailed identifiers — the test being whether the patient would learn something new about their care from the message. If they would, the message fails minimization. Channel matters too: SMS is inherently less private than a portal, so the same content policy applies per channel with the bar set by the leakiest one you use.
Responsibility Across the Communication Chain
The practice owns content policy, consent records, and risk analysis; the AI vendor is a business associate for processing under BAA; the messaging channel needs its own compliance treatment; and no vendor contract transfers the practice's accountability for what patients receive.
| Party | Owns | Evidence they produce |
| Your organization | Content policy, consent records, channel rules, risk analysis, escalation design | Policy documents, consent records, the risk analysis itself |
| AI communication vendor | Processing safeguards for the AI functions, under BAA scope | BAA naming the features; security documentation |
| Messaging channel | Transmission safeguards for the channel | Channel compliance treatment (encryption, opt-in handling) |
| EHR integration layer | Scoped data access for scheduling context | Permission set of the integration account |
HHS guidance supplies the underlying logic: any party handling ePHI on your behalf is a business associate with contractual duties, while your organization retains the risk analysis and ultimate accountability. In a communication stack that usually means two or three BAAs — the AI vendor, sometimes the messaging platform — and one unbroken chain, with scope checked against the features you actually use.
Consent, Channels, and Evidence
Before launch: documented patient opt-in for the channel, message templates reviewed against the content policy, encryption in transit per channel, access controls on the conversation store, audit logging of sends and AI responses, and the vendor BAA set — each an artifact the program can produce, not a claim.
- Consent records: documented opt-in per channel, with a working opt-out that actually stops the messages.
- Reviewed templates: every outbound template checked against the minimization rule — and a change-control process so new templates get the same review.
- Channel encryption: encryption in transit on every leg the message travels.
- Access control and audit: role-based access to the conversation store, and logs of sends, AI responses, and human escalations.
- The BAA set: vendor agreements, scope-checked against the deployed features.
Each item maps to a Security Rule control family, which is what makes the list an evidence packet rather than a to-do list: when the compliance review comes, these are the artifacts the program produces. They prove configuration at review time, so sampled re-verification — pull a recent message trace, re-check a template — keeps the packet true after vendors update their platforms.
Residual Risks and the Human Escalation Path
Record the residuals: inbound messages disclosing clinical detail despite policy, AI misunderstandings that frustrate or misdirect patients, and delivery failures on time-sensitive reminders — each mitigated by human escalation paths, response-time standards for clinical topics, and named ownership of the escalation queue.
| Residual risk | Mitigation | Owner |
| Patients disclose clinical detail inbound despite policy | Inbound-handling rule; staffed review of ambiguous messages; channel guidance on what not to send | Operations lead |
| AI misunderstanding misdirects a patient | Confidence-based escalation; clinical-topic routing; monitored sample reviews | Operations with clinical input |
| Time-sensitive reminder fails to deliver | Delivery assurance monitoring; fallback channel for critical reminders | Operations lead |
| Vendor platform change alters behavior | Change-notification contract terms; sampled re-verification cadence | Procurement/compliance |
The escalation path deserves design attention: patient-facing AI should route symptom questions and anything ambiguous to clinical staff on a defined response standard — the line between logistics (automatable) and clinical advice (staffed) is a policy decision that belongs in your content policy, with clinical leadership signing it. Residual-risk acceptance, and the legal conclusions around consent and channels, belong to your compliance and legal review; this architecture organizes what that review evaluates. Where the deployment concludes that patient-facing AI workloads should run inside the organization's own boundary, dedicated environments such as OneSource Cloud's healthcare AI infrastructure are one option that evaluation can consider.
FAQ
What can appear in an automated appointment reminder?
The minimum that accomplishes the reminder: date, time, location or channel, and a neutral action prompt — no condition names, no provider specialty that reveals a diagnosis, no results. If the patient would learn something new about their care from the message, it fails the minimization test.
Can the AI answer patients' clinical questions?
Keep patient-facing AI out of clinical advice: routine logistics (scheduling, directions, prep instructions) are automatable, while symptom questions route to clinical staff through a designed escalation path — the line is a policy decision that should be written into the content policy and the AI's scope.
Does two-way texting change the compliance picture?
Yes: inbound free text can contain clinical detail the outbound template never requested, so two-way programs need the inbound-handling rule (what the AI may store, understand, and repeat back), staffed review of ambiguous inbound, and channel guidance telling patients what not to send by text.