Guides

GuideHealthcare

HIPAA Requirements for AI Healthcare Applications

Atul Kumar Yadav

Atul Kumar Yadav

11 min read · Updated August 1, 2026

Start reading
192.7M

individuals affected by the Change Healthcare breach, the largest ever

+1,002%

rise in individuals affected by large breaches, 2018 to 2023 (HHS)

3 safeguards

HIPAA requires: administrative, physical, technical

BAA required

whenever a vendor or AI service handles PHI

Based on HHS and public 2024 to 2026 sources. This guide is technical, not legal advice; consult qualified counsel for compliance decisions. Figures should be re-verified before publication.

HIPAA applies to AI healthcare applications whenever they create, receive, store or transmit protected health information (PHI). That means an AI app must meet the same HIPAA Security Rule safeguards as any other system that touches PHI: encryption, access control, audit logging and secure hosting, plus a business associate agreement (BAA) with any vendor or AI service that processes PHI on your behalf. AI does not get a HIPAA exemption; if it handles PHI, HIPAA is in scope.

What makes AI different is not the core rules but the new places PHI can leak: training data, prompts sent to third-party models, and outputs that could re-identify a person. Getting HIPAA right for AI means applying the familiar safeguards and closing these new gaps. One honest note up front: no software is "HIPAA compliant" on its own, and this guide is technical, not legal advice. It explains what to build; your compliance and legal experts confirm the rest.

Does HIPAA apply to AI in healthcare?

Yes. HIPAA applies to any AI application that creates, receives, stores or transmits PHI, in the same way it applies to any other software handling that data. The technology being "AI" changes nothing about whether HIPAA is in scope; what matters is whether PHI is involved.

There is one nuance worth understanding: if data is properly de-identified to the HIPAA standard, it is no longer PHI, and HIPAA does not apply to that de-identified data. This is why de-identification is an important tool for AI, for example in training. But the moment identifiable health data flows through your AI app, whether into a model, a prompt or a log, HIPAA obligations attach.

What does HIPAA require for an AI application?

HIPAA requires the same three categories of safeguard for an AI app as for any PHI system: administrative, physical and technical. In engineering terms, that means the controls below, designed in from the start rather than bolted on.

  • Encryption of PHI in transit and at rest.
  • Access control, including unique user IDs, role-based access and least privilege.
  • Audit logging of who accessed PHI and when.
  • Authentication and automatic session controls.
  • Secure hosting, private or segmented as needed.
  • Integrity controls so PHI is not improperly altered or destroyed.
  • Business associate agreements with any vendor or AI service handling PHI.
  • Documentation of the controls, so they can be evidenced.

These are the engineering half of compliance. The other half, policies, training, risk analysis and contracts, sits with your organisation. Software can be HIPAA-aligned; full compliance depends on both halves.

What new risks does AI add under HIPAA?

AI adds risk in three specific places that traditional apps do not have: training data, model inputs, and outputs. Each is a new way PHI can be exposed if it is not handled deliberately.

  • Training data. Using identifiable PHI to train or fine-tune models can expose it; de-identification or proper safeguards and agreements are essential.
  • Prompts and inputs. Sending PHI to a third-party AI model (for example a general LLM API) means that vendor now processes PHI, which requires a BAA and appropriate controls, or de-identification first.
  • Outputs and re-identification. AI outputs can inadvertently reveal or reconstruct identifiable information, so outputs need review and safeguards.
  • Logging. AI systems often log prompts and responses; if those contain PHI, the logs are PHI and must be protected.
  • Model and vendor sprawl. Multiple AI services each touching PHI multiply the BAAs and controls you must manage.

The theme: AI creates new PHI pathways. HIPAA-aligned AI means mapping every place PHI could flow, then securing or de-identifying it.

Business associate agreements and AI vendors

If you use a third-party AI service that processes PHI on your behalf, that vendor is a business associate, and you need a business associate agreement (BAA) with them. Without a BAA, sending PHI to that service is a HIPAA problem, however good the technology is.

This is one of the most common AI-and-HIPAA traps. Many general-purpose AI APIs are not covered by a BAA by default, and some are not available under a BAA at all. The safe patterns are to use AI services that will sign a BAA and are configured for healthcare, to de-identify data before it reaches a service that will not, or to run models in an environment you control. Decide this deliberately, because it shapes your whole architecture.

AI does not change HIPAA's rules. It changes where PHI can escape: training data, prompts to third-party models, outputs and logs. HIPAA-aligned AI means finding and closing every one of those gaps.

Work with Noseberry

Want this turned into a plan for your business?

Book a free call and we will apply this playbook to your situation.

Book a free call

A HIPAA checklist for AI healthcare apps

Here is a practical technical checklist. It is the software side; your policies, training and contracts complete the picture.

ControlIn place?
PHI encrypted in transit and at restRequired
Role-based access and least privilegeRequired
Audit logging of PHI accessRequired
BAAs with all AI and cloud vendors handling PHIRequired
PHI flows mapped (training, prompts, outputs, logs)Required
De-identification where identifiable data is not neededRecommended
Output review and safeguards against re-identificationRecommended
Human-in-the-loop for clinical decisionsRecommended
Secure, segmented hostingRequired
Documentation of controlsRequired

Run this alongside a HIPAA risk analysis owned by your compliance team. The checklist proves the engineering; the risk analysis proves the programme.

How do you build a HIPAA-aligned AI app?

You build it by mapping every PHI flow first, then applying safeguards and de-identification so PHI is protected everywhere it moves. Design for compliance from the start; retrofitting it into an AI system that already leaks PHI into prompts and logs is expensive and risky.

  1. Map PHI flows. Trace where PHI enters, moves, is stored, logged and output.
  2. Minimise and de-identify. Remove or de-identify PHI where the AI does not need it.
  3. Secure the pipeline. Encryption, access control and audit logging throughout.
  4. Handle vendors correctly. BAAs in place, or de-identify before third-party services.
  5. Add human oversight. Keep a person in the loop for decisions affecting care.
  6. Document everything. So controls can be evidenced for your compliance team.

The result is an AI app where PHI is protected at every step, and where your compliance and legal experts can see and sign off the controls.

Common HIPAA-and-AI mistakes

The costly mistakes come from treating AI as outside HIPAA or ignoring the new PHI pathways. Avoid these.

  • Sending PHI to an AI service with no BAA. A common and serious error.
  • Assuming AI is exempt from HIPAA. If it touches PHI, it is in scope.
  • Ignoring prompt and log data. Prompts and logs containing PHI are PHI.
  • Skipping de-identification. Using identifiable data where de-identified would do.
  • Bolting compliance on late. Retrofitting HIPAA into a leaky AI app is expensive.
  • Confusing technical controls with full compliance. Policies, training and contracts also matter.

The through-line: AI does not change the rules, it changes where PHI can escape. Close those gaps.

How do you get started?

Start by mapping exactly where PHI flows in your AI application, then design safeguards and vendor arrangements around that map. You cannot secure what you have not traced, so the PHI-flow map is the foundation.

A practical first step is a design review that maps your PHI flows, checks your AI vendor and BAA position, and produces a HIPAA-aligned architecture, working alongside your compliance and legal experts. This is how we approach responsible healthcare AI and HIPAA-aligned software: build the controls in, keep a human in the loop, and let your experts own the compliance determination.

Conclusion

HIPAA applies to AI healthcare applications whenever they touch PHI, and the requirements are the familiar Security Rule safeguards plus business associate agreements. What AI changes is the new places PHI can leak: training data, prompts to third-party models, outputs and logs. HIPAA-aligned AI means mapping those flows and securing or de-identifying PHI everywhere it moves.

Design compliance in from the start, get your BAAs right, keep a human in the loop, and remember that software can be HIPAA-aligned while full compliance still depends on your organisation. This guide is technical, not legal advice, so pair it with qualified counsel. If you want help building AI that handles PHI safely, talk to our team and we will design it with you.

Key takeaways

  • HIPAA applies to any AI app that creates, receives, stores or transmits PHI; being "AI" is not an exemption.
  • The requirements are HIPAA's administrative, physical and technical safeguards, plus BAAs with vendors handling PHI.
  • AI adds new PHI-exposure points: training data, prompts to third-party models, outputs, and logs.
  • Sending PHI to an AI service without a business associate agreement is a common, serious mistake.
  • De-identification is a key tool: properly de-identified data is no longer PHI.
  • Map every PHI flow first, then secure or de-identify PHI everywhere it moves.
  • No software is "HIPAA compliant" on its own; it can be HIPAA-aligned, and this guide is technical, not legal advice.
Atul Kumar Yadav

About the author

Atul Kumar Yadav

Founder & CEO, Noseberry

Atul has spent over a decade building AI, data and cloud systems for enterprises and high-growth companies across 20+ countries, with 250+ products delivered.

Connect on LinkedIn

Take this guide with you, or turn it into a plan

Download the full PDF to keep, or book a free call and we will apply this playbook to your business.

Book a free call

Frequently asked questions

Yes. HIPAA applies to any AI application that creates, receives, stores or transmits protected health information. The technology being AI does not change whether HIPAA is in scope; what matters is whether PHI is involved.

Only if the provider will sign a business associate agreement and is configured for healthcare, or if you de-identify the data first. Sending PHI to an AI service with no BAA is a HIPAA violation risk.

A BAA is a contract required whenever a vendor, including an AI service, processes PHI on your behalf. It sets out how they protect that data. Without it, sharing PHI with the vendor is not HIPAA-compliant.

No. Properly de-identified data, meeting the HIPAA de-identification standard, is no longer PHI, so HIPAA does not apply to it. This is why de-identification is a useful tool for AI training and analytics.

New PHI-exposure points: training data, prompts and inputs sent to models, outputs that could re-identify someone, and logs that capture PHI. Each needs to be secured or de-identified deliberately.

No software is HIPAA compliant on its own. An AI app can be HIPAA-aligned, with encryption, access controls, audit trails and BAAs, but full compliance also depends on your organisation's policies, training, risk analysis and contracts.

Yes, if they contain protected health information. Prompts sent to a model and logs of prompts and responses that include PHI are themselves PHI and must be protected accordingly.

HIPAA governs data protection, not clinical safety, but responsible practice keeps a human in the loop for clinical decisions. AI should support clinicians, not replace their judgment.

No. This guide is technical guidance on building HIPAA-aligned AI. HIPAA compliance decisions should be confirmed with qualified legal and compliance experts for your specific situation.

Want this applied to your business?

Book a free call and we will turn this playbook into a plan for your situation.

Book a free call

Step 1 · Pick a date

Book a 30-min demo

30 minutes UTC
August 2026
SMTWTFS

Mon-Fri, 10:00-23:30 IST. Past dates and weekends are unavailable.