A BAA is a legal control, not a data handling control. It defines how the vendor must process protected information after receipt, but it cannot stop a user from pasting a chart, uploading a screenshot, or sharing a file with PHI. HIPAA compliance also depends on access controls, audit logging, and prevention of unnecessary disclosure before data leaves the customer environment.
Why This Matters for Security Teams
A BAA is necessary when a generative ai service touches protected health information, but it is not sufficient to make the workflow HIPAA safe. The agreement governs vendor obligations after disclosure, while HIPAA risk often emerges before the vendor ever processes the data. Users can paste clinical notes, upload screenshots, or connect source systems in ways that bypass policy intent. That creates an access, disclosure, and retention problem, not just a contracting problem.
Security teams often underestimate how quickly a well-meaning workflow becomes a shadow data path. A clinician asking an AI to summarise a chart can trigger exposure of identifiers, medication details, or billing context that was never intended for model use. The control question is therefore not simply whether a vendor signed a BAA, but whether the organisation constrained what data can be entered, who can use the tool, and how outputs are reviewed. Current guidance from the NIST AI 600-1 Generative AI Profile reinforces that governance must cover the full lifecycle of AI use, not just the vendor relationship.
In practice, many security teams encounter HIPAA exposure only after users have already adopted the tool for convenience, rather than through intentional data governance.
How It Works in Practice
HIPAA-safe generative AI workflows need layered controls that operate before, during, and after data entry. The BAA addresses one layer, but the operational safeguards determine whether PHI ever reaches the model, the retrieval layer, or the vendor’s logs. A workable design starts with data classification and explicit use policy, then adds technical enforcement around where prompts can originate, what content is allowed, and whether outputs are stored.
Practitioners usually treat this as a control chain:
- Classify PHI sources and block unsanctioned copy-and-paste from clinical systems.
- Restrict access with strong identity controls, role scoping, and session logging.
- Use DLP and content filtering to detect identifiers before prompts leave the environment.
- Minimise retention of prompts, outputs, and telemetry, including vendor-side logs where possible.
- Review retrieval sources in RAG workflows so the model cannot pull records beyond the user’s need.
- Validate outputs before clinical use, since hallucinated or mixed-context answers can create disclosure and care risks.
The practical standard is to treat the AI workflow like any other regulated data path: if it can ingest PHI, it needs access boundaries, monitoring, and a defensible record of use. The NIST AI 600-1 GenAI Profile is useful here because it pushes teams toward governance, mapping of roles, and monitoring of model use rather than assuming the contract solves the problem. Where agentic features are involved, the risk expands further because tool use can move PHI into systems that were never part of the original review. These controls tend to break down in loosely governed pilot environments because ad hoc access, unmanaged browser extensions, and copy-forward habits bypass the intended data path.
Common Variations and Edge Cases
Tighter prompt controls often increase workflow friction, requiring organisations to balance clinician efficiency against privacy and auditability. That tradeoff becomes sharper when teams want fast experimentation with chatbots, note summarisation, or retrieval over enterprise content. Best practice is evolving, and there is no universal standard for how much PHI may be exposed to a generative AI system when the output is only advisory.
Edge cases usually appear in three places. First, a vendor may sign a BAA but still process operational metadata, conversation history, or error logs in ways the customer did not expect. Second, a third-party connector may introduce PHI through calendars, document stores, or ticketing systems even when the chat interface looks harmless. Third, some workflows involve de-identified or limited datasets, but re-identification risk can return when prompts are combined with context from other systems.
For that reason, healthcare teams should pair contract review with workflow design, access governance, and explicit output handling rules. If the system supports retrieval, connectors, or agentic actions, then the question is not only whether the vendor will protect PHI, but whether the architecture prevents unnecessary disclosure in the first place. The distinction matters because legal coverage cannot compensate for poor data minimisation once users start treating the AI like a safe clinical search box.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Agentic AI Top 10 address the attack and risk surface, while NIST AI RMF, NIST AI 600-1, NIST CSF 2.0 and NIST SP 800-63 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST AI RMF | AI risk governance must cover data flow, not only vendor terms. | |
| NIST AI 600-1 | GenAI-specific guidance addresses prompt, output, and telemetry risks. | |
| NIST CSF 2.0 | PR.AC-4 | Least-privilege access reduces unnecessary PHI exposure to AI tools. |
| NIST SP 800-63 | IAL2 | Strong identity proofing supports controlled access to sensitive clinical workflows. |
| OWASP Agentic AI Top 10 | LLM07 | Agentic features can move PHI through uncontrolled tools and actions. |
Establish AI governance that maps PHI handling, ownership, and monitoring across the full workflow.