Shadow AI for Healthcare: PHI, HIPAA, and the BAA Gap
Cloud Radix found that 57% of healthcare professionals use unauthorized AI tools to process PHI - SOAP notes, diagnostic plans, prior authorization summaries - without a Business Associate Agreement in place. The Office for Civil Rights treats unauthorized PHI disclosure as a HIPAA violation regardless of intent. This piece walks through how shadow AI shows up in clinical settings, why traditional DLP fails to catch it, and what the architecture for HIPAA-compliant AI usage actually requires.

Cloud Radix found that 57% of healthcare professionals use unauthorized AI tools to process PHI without a Business Associate Agreement in place. The clinical workflows under shadow AI pressure are familiar: SOAP note generation, prior authorization summaries, discharge instructions, intake transcription, billing code translation. Each one moves PHI into a model the hospital has no BAA with, no audit trail for, and no policy enforcement against.
The Office for Civil Rights treats unauthorized PHI disclosure as a HIPAA violation regardless of intent. The architectural fix has to operate at the layer where PHI moves into AI traffic, which is not where most healthcare security stacks watch.
I want to walk through how shadow AI shows up in clinical settings, why the DLP investments healthcare organizations already made fail to catch it, and what the architecture for HIPAA-compliant AI usage actually requires.
Shadow AI
Shadow AI in healthcare is AI usage by clinicians, nurses, schedulers, billing teams, and revenue cycle staff that operates outside the hospital's sanctioned AI program. The usage is rarely malicious. Clinicians paste SOAP notes into ChatGPT to clean up the formatting. Billing teams ask Claude to translate denied claims into appeal language. Schedulers feed patient intake forms into Copilot to summarize.
The volume is material. Cloud Radix found 78% of employees across industries use unauthorized AI at work. Healthcare's number sits above the cross-industry baseline because the clinical work product (notes, plans, summaries) is well-suited to LLM assistance. The Cloud Radix healthcare-specific figure of 57% touching PHI through unauthorized tools is the operative number for compliance teams.
What HIPAA cares about
PHI moved into a model without a BAA constitutes disclosure to a third party not authorized as a Business Associate. OCR enforcement actions under the HIPAA Privacy Rule and Security Rule apply. Penalties range from $137 to $68,928 per violation under the 2024 inflation-adjusted tiers, with annual caps of up to $2.067 million per violation category.
Where the BAA falls short
A BAA with OpenAI, Anthropic, or another model provider helps for sanctioned usage of that provider. It does nothing for the shadow path: a clinician using a personal ChatGPT account, a vendor SaaS app that calls a model on the hospital's behalf without disclosing the call, a browser extension that forwards selected text to a model.
DLP blind spot
Healthcare organizations invest in DLP at the email gateway, the storage layer, and the endpoint. The investments work for the data movement patterns DLP was designed to detect. AI prompts break the pattern.
Identity correlation
A DLP rule that flags "SSN-shaped text leaving the network" sees the egress packet. The packet identifies the destination (api.openai.com) and the source IP (the clinician's workstation). The packet does not carry the natural-person identity of the clinician who typed the prompt, the patient whose PHI it contains, or the policy that should have applied to the request. Without identity correlation, the DLP event becomes a noisy alert that the security team triages and closes.
Data classification
DLP classifies documents at the file or message level. AI prompts mix sensitive and non-sensitive content in one buffer. A SOAP note pasted into a model contains the patient name, the date of service, the chief complaint, the assessment, and the plan, all in one prompt. The classification needs to operate at the prompt level rather than the document level. Most healthcare DLP stacks do not support prompt-level classification.
Policy enforcement
DLP alerts. It rarely blocks. The historical reason is the false-positive cost: a DLP rule that blocks a legitimate workflow creates a clinical incident report. The result is alert-only mode in most deployments. Alert-only mode produces a record after the disclosure. It does nothing to prevent the disclosure.
Governing shadow AI in healthcare
A workable governance posture for shadow AI in healthcare has four layers.
AI traffic identification
The network needs to see AI requests as a distinct class. HTTPS to api.openai.com, api.anthropic.com, generativelanguage.googleapis.com, and the dozens of vendor SaaS endpoints that embed AI are the traffic patterns that matter. The hospital's egress proxy or HTTP enforcement layer must recognize and route this traffic for AI-specific handling.
Identity mapping
Every AI request must carry the natural-person identity of the clinician or staff member behind it. The hospital's identity provider (Active Directory, Okta, Epic's identity stack) is the authoritative source. The HTTP enforcement layer reads the identity header on every AI request and attaches the verified identity to the audit record.
Prompt-level classification
Inside the prompt, the enforcement layer needs to detect PHI markers. SSN patterns, MRN patterns, date-of-birth combinations, named entities that match patient records, ICD-10 codes attached to identifiable patients. Detection runs at the prompt layer, not the document layer.
Inline policy enforcement
Detected PHI triggers a policy decision. The decision can be permit with redaction, deny with audit, or escalate. The decision happens before the prompt reaches the model. The audit record captures the identity, the classification, the policy version, and the outcome.
DeepInspect
This is exactly the layer DeepInspect operates at. DeepInspect sits inline between healthcare applications and the LLM APIs they call. For every request, the proxy reads the identity from the application's header, classifies the prompt content for PHI markers, evaluates the per-route and per-role policy, and writes a tamper-evident audit record before the model receives the request.
The HIPAA fit is structural. The audit record identifies the clinician, the data classification applied, and the policy state. The record is independent of the application that made the call, which means it survives the OCR question about who controlled the audit log. The proxy applies the same policy to a hospital-built tool, a vendor SaaS embedding a model, or a browser extension forwarding text. The boundary is the AI request itself.
If your hospital is facing the OCR's growing focus on AI-related PHI disclosure, Book a demo today.
Frequently asked questions
- Does a BAA with OpenAI satisfy HIPAA for clinician use of ChatGPT?
A BAA with OpenAI applies to the OpenAI services it covers under the enterprise agreement that the BAA accompanies. It does not cover personal ChatGPT accounts that clinicians sign up for separately. It does not cover ChatGPT plugins or third-party apps built on the OpenAI API. The clinician who uses a personal account creates a disclosure to OpenAI that the hospital's BAA does not authorize. The architectural fix is to route all sanctioned AI usage through identity-bound enforcement and block the personal-account path at the egress layer.
- What about Microsoft Copilot for Healthcare?
Microsoft offers BAAs covering Copilot deployments inside the Microsoft 365 commercial environment. The coverage assumes Copilot is operating inside the hospital's Microsoft 365 tenant under the BAA terms. It does not extend to consumer Microsoft accounts a clinician might use on a personal device. The architectural posture must still verify that the AI usage flowing through Copilot stays inside the BAA-covered scope.
- How does Article 12 of the EU AI Act apply to US healthcare?
Article 12 of the EU AI Act applies to high-risk AI systems serving users in the EU. US healthcare organizations with patients in the EU, or with operations in EU member states, fall within scope when the AI use case is high-risk under Annex III. Article 12 imposes audit and traceability requirements that overlap heavily with HIPAA's audit log requirements. The same architectural layer satisfies both.
- What about agentic AI workflows in clinical settings?
Agentic workflows are emerging in healthcare for tasks like prior authorization automation, clinical documentation assistance, and revenue cycle workflows. An agent acts on behalf of a clinician, may call multiple LLM endpoints, and may chain reasoning across PHI-bearing prompts. The audit record must trace the originating clinician identity through the chain. NIST Pillar 3 action lineage applies. HTTP enforcement at the AI request boundary produces the connected record.
- What is the role of DLP after AI enforcement is in place?
DLP continues to handle the email gateway, storage layer, and endpoint surfaces it was designed for. The AI request layer is a separate channel that the DLP architecture was never designed to inspect. The two stacks run alongside each other, with the HTTP enforcement proxy owning the AI traffic and the DLP stack owning everything else.