Join our Newsletter — 33% off our NHI Course

How should healthcare teams implement Claude in a HIPAA environment without exposing PHI to the model?

Use a covered Claude surface only, then add technical controls that stop PHI before submission. A signed BAA governs the processor, but it does not enforce minimum necessary use or redact user input. The practical pattern is to combine the right deployment path, strict workspace controls, and upstream DLP so PHI never reaches Claude in prompts, uploads, or connected data sources.

Why This Matters for Security Teams

Healthcare organisations cannot treat a BAA as a complete safeguard for PHI. It addresses processor obligations, but it does not remove the need to enforce minimum necessary use, data minimisation, or redaction before content reaches Claude. The real risk is not only accidental disclosure, but also uncontrolled reuse through chats, file uploads, retrieval connectors, or copied clinical notes. NIST SP 800-53 Rev 5 Security and Privacy Controls provides a useful reference point for access control, auditability, and information flow enforcement.

For HIPAA environments, the key question is not whether the model vendor is contractually covered, but whether the deployment path prevents PHI from entering prompts and attached sources in the first place. That means the security team has to control the user experience, identity boundaries, and data pathways together. It is also important to separate clinical utility from broad access: a workflow that helps with drafting, summarisation, or internal knowledge lookup can still become a disclosure vector if users paste raw chart data or upload protected documents.

Anthropic’s first AI-orchestrated cyber espionage campaign report is a reminder that AI systems are already being operationalised in offensive workflows, which is why healthcare teams should assume prompt content, tool access, and connected data all need policy enforcement. In practice, many security teams encounter PHI leakage only after clinicians have already used the model with real patient data, rather than through intentional design.

How It Works in Practice

The safest pattern is to design a layered control stack around Claude rather than relying on model behaviour. Start by selecting only a covered deployment path and then constrain who can use it, from where, and with what data. Authentication should be tied to corporate identity, with strong session controls, logging, and role-based access that limits who can invoke higher-risk capabilities such as file upload, knowledge connectors, or workspace sharing. NIST SP 800-53 Rev 5 Security and Privacy Controls is useful here because it maps cleanly to access control, audit, media protection, and transmission safeguards.

Operationally, healthcare teams should apply upstream controls before any content reaches the model:

  • Use DLP or content inspection to detect PHI in prompts, attachments, and connector-fed content.
  • Block or quarantine records that contain patient identifiers, dates, account numbers, or clinical notes unless a specific approved workflow exists.
  • Minimise connected data sources so Claude only sees curated, non-PHI reference material.
  • Apply prompt templates that instruct users to abstract or de-identify before submission.
  • Log prompts and outputs for review, while ensuring logs themselves do not become a secondary PHI store.

Where retrieval is involved, the risk often shifts from the prompt to the source corpus. A search index connected to EHR exports, case notes, or scanned documents can expose PHI even if the user thinks they are asking a harmless question. The strongest control is to pre-process data at ingestion, stripping direct identifiers and gating access by approved use case. Teams should also define escalation paths for suspected leakage, because a model response can re-state sensitive data that entered through a connected source.

These controls tend to break down in fast-moving clinical environments where users can paste text directly into chat interfaces and shared workspaces are easier to use than approved de-identification workflows.

Common Variations and Edge Cases

Tighter PHI controls often increase friction for clinicians and analysts, so organisations have to balance usability against disclosure risk. That tradeoff is especially visible when users need fast summarisation, triage support, or patient-facing drafting. Current guidance suggests that the right answer is usually not to ban AI entirely, but to create separate workflows for de-identified clinical work, internal policy drafting, and any activity that could touch PHI. Where that separation is unclear, policy enforcement becomes inconsistent.

There is no universal standard for every healthcare use case yet, particularly for hybrid workflows that mix structured data, free text, and third-party connectors. In those environments, best practice is evolving toward data classification at ingress, human review for higher-risk outputs, and explicit guardrails on tool use. If the organisation uses agentic features, the risk expands because the system may call tools or retrieve records autonomously, which makes identity, permissions, and audit logging more important than in simple chat use. That is where healthcare teams should treat the AI system as an identity-adjacent risk surface, not just a content tool.

The NIST SP 800-53 Rev 5 Security and Privacy Controls catalogue and the underlying HIPAA security rule map well to this layered approach, but neither replaces workflow design. The hardest edge cases are emergency use, research settings, and ambient documentation pilots, because speed and data richness make redaction harder and exceptions more frequent.

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 CSF 2.0, NIST AI RMF and NIST SP 800-63 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-4 Least-privilege access limits who can use Claude with sensitive healthcare data.
NIST AI RMF GOVERN AI governance is needed to assign ownership for PHI-safe Claude deployment.
NIST SP 800-63 Strong identity assurance matters when access to AI tools is tied to clinician accounts.
OWASP Agentic AI Top 10 A1 Prompt injection and unsafe tool use are key risks when Claude connects to clinical data.

Assign accountable owners for AI use, approved data sources, and escalation when PHI leakage is suspected.