We use cookies to understand how this site is used. Privacy policy

    Skip to main content
    Kriv AI

    Healthcare AI Governance

    What HIPAA Requires for AI Systems in Clinical Settings

    HIPAA does not have a separate rulebook for artificial intelligence. It applies the same Security Rule, Privacy Rule, and Breach Notification Rule it always has, to any system, human or automated, that touches protected health information. This page covers exactly what that means for a health system standing up an AI agent or vendor tool, and what an auditor actually checks for.

    HIPAA has no AI-specific rules. It applies its existing Security Rule, Privacy Rule, and Breach Notification Rule to any system that creates, receives, maintains, or transmits protected health information, including an AI vendor or agent. That means administrative, physical, and technical safeguards, minimum-necessary PHI use, and a signed business associate agreement wherever PHI leaves your walls.

    hipaa actually requires

    What HIPAA Actually Requires From AI Systems

    HIPAA has no AI-specific rules. It applies its existing Security Rule, Privacy Rule, and Breach Notification Rule to any system that creates, receives, maintains, or transmits protected health information, including an AI vendor or agent. That means administrative, physical, and technical safeguards, minimum-necessary PHI use, and a signed business associate agreement wherever PHI leaves your walls.

    The Security Rule, at 45 CFR Part 164 Subpart C, breaks down into three safeguard categories, and an AI system has to satisfy all three the same way a billing system or an EHR does. Administrative safeguards cover risk analysis and workforce training. Physical safeguards cover facility and device access. Technical safeguards cover access control, audit controls, integrity controls, and transmission security, and that last category is where most AI deployments actually fail, because nobody mapped where PHI flows once it hits a model API.

    The Privacy Rule's minimum-necessary standard, at 45 CFR Part 164 Subpart E, does not get suspended because a model is doing the reading instead of a person. If an AI agent pulls a full chart to answer one narrow clinical question, that is the same over-disclosure problem as a person pulling more records than the task requires, and it needs the same access controls and use limitations a manual process would need.

    The Breach Notification Rule, at 45 CFR Part 164 Subpart D, does not care whether unsecured PHI ended up in the wrong place because of a person or a process. PHI captured in a vendor's model logs, retained in a training dataset, or sent to a subprocessor with no data-handling terms covering it is a security incident under the same rule that governs a lost laptop.

    The piece most healthcare organizations miss: an AI vendor that creates, receives, maintains, or transmits PHI on your behalf is a business associate under 45 CFR 160.103, whether the vendor's own marketing calls itself a processor, a platform, or an AI assistant. No signed business associate agreement naming that specific use case means no HIPAA-aligned basis for the AI system to touch PHI at all, regardless of how good its technical controls are.

    ai vendors fail

    Why AI Vendors Fail HIPAA Security Risk Assessments

    Most AI vendors that fail a HIPAA security risk assessment do not fail because their technology is insecure. They fail because nobody at the vendor, or at the hospital that bought the tool, ran a risk analysis specific to how that AI system actually moves protected health information.

    The most common failure is a business associate agreement that predates the AI use case, or one that never gets updated to name it. A general IT vendor BAA signed years ago does not cover a new agentic workflow that now reads discharge summaries, and an examiner treats that gap the same as no BAA existing at all.

    The second is PHI leaving the environment through a model call with no data-handling terms covering retention or training use. If the vendor's default terms let it retain prompts and outputs to improve its own model, and nobody negotiated that out, PHI is being used for a purpose the patient never authorized.

    The third is missing audit controls under 164.312(b). A risk assessment asks for evidence of who accessed which patient's data and when. Most AI tools log usage in aggregate, not per-patient and per-user, so there is no way to reconstruct what happened when an assessor asks for it.

    The fourth is access scoping. Clinician-facing AI tools frequently get deployed with the same query surface for every user, so an assistant built for one role can pull data that role would never be authorized to see through the EHR directly. That mismatch between EHR-level access controls and AI-tool-level access controls is one of the fastest ways to fail an assessment.

    audit ai agent

    How to Audit an AI Agent's Decisions in a Clinical Setting

    Auditing an AI agent's clinical decisions means building a record that shows, for every AI-assisted action, which user triggered it, which patient record it touched, what data went in, what the agent produced, and who reviewed it before it affected care.

    The audit-controls standard at 164.312(b) does not distinguish between a decision a person made and one an algorithm made. The covered entity is accountable either way, so the audit trail has to exist at the same granularity you would want for a clinician's chart note, not a summary log of API calls.

    Agentic systems make this harder than a single-prediction model, because one user request can trigger a chain of tool calls, data lookups, and intermediate reasoning steps before a final output appears. A defensible audit trail captures each step in that chain, not just the final answer, because an examiner, or a malpractice attorney, will ask what the agent looked at along the way, not only what it concluded.

    The control that actually protects a hospital is the human review checkpoint: a documented record of who reviewed the agent's output before it reached a patient or a chart, and what they based their acceptance or override on. Without that record, the AI's output effectively became the clinical decision with no accountable human in the loop, which is the exact scenario a risk assessment is built to catch.

    HIPAA's text does not use the word explainability. In practice, examiners and internal compliance teams increasingly reach for the NIST AI Risk Management Framework's Manage function to fill that gap, treating ongoing monitoring, incident response, and human-oversight documentation as the operational evidence HIPAA implies but never spells out for AI specifically.

    hipaa ai audit

    HIPAA AI Audit Readiness Checklist

    A HIPAA AI audit readiness checklist has to cover the same ground as a standard HIPAA risk assessment, plus the failure points specific to how AI systems handle protected health information. The items below are what an assessor actually asks for.

    1. 1. Map every PHI data flow

      Document exactly where protected health information enters, moves through, and exits the AI system, including any third-party model API or subprocessor.

    2. 2. Confirm business associate agreement coverage

      Verify a signed BAA specifically names this AI use case, not just a general vendor relationship signed before the tool existed.

    3. 3. Run a system-specific risk analysis

      Do not rely on a reused organization-wide risk assessment. The AI system's data flow needs its own analysis under the Security Rule.

    4. 4. Scope access by role

      Confirm the AI tool restricts each user to the same patient data they would be authorized to see through the EHR directly.

    5. 5. Build per-user, per-patient audit logs

      Log which user, which patient record, what input, and what output for every AI-assisted action, satisfying 164.312(b).

    6. 6. Document the human review checkpoint

      Record who reviewed each AI output before it affected care, and what basis they used to accept or override it.

    7. 7. Confirm data retention and training-use limits

      Verify the vendor's terms do not let it retain or train on your PHI beyond what the BAA and Privacy Rule authorize.

    8. 8. Verify encryption in transit and at rest

      Confirm transmission security controls cover PHI moving to and from any AI model endpoint, not just internal systems.

    9. 9. Extend the breach response plan

      Update incident response procedures to cover AI-specific failure modes, including prompt leakage and over-broad logging.

    10. 10. Train staff on AI-specific PHI handling

      Workforce training needs to cover what can and cannot go into an AI tool, since general HIPAA training rarely addresses this.

    11. 11. Keep governance documentation current

      Maintain program-level documentation, aligned to a framework like the NIST AI RMF, that shows leadership oversight of the AI program as a whole.

    where hipaa stops

    Where HIPAA Stops and Other Frameworks Pick Up

    HIPAA governs how protected health information is handled. It does not govern whether an AI model's clinical output is accurate, unbiased, or well-validated, and that gap is where a technically HIPAA-aligned AI system can still make a bad clinical call.

    A system can satisfy every Security Rule technical safeguard, have a signed BAA, and pass a HIPAA audit, while still producing an unreliable clinical recommendation. HIPAA was written to protect data, not to validate model performance, so compliance with it is necessary and not remotely sufficient for clinical AI safety on its own.

    For AI embedded in a regulated device or diagnostic workflow, FDA software oversight and 21 CFR Part 11's electronic records and signatures requirements can layer on top of HIPAA, particularly in life sciences and laboratory settings where GAMP 5 governs the validation methodology itself.

    The NIST AI Risk Management Framework is not a legal requirement, but it is the framework most compliance teams and examiners reach for when a question falls into the space HIPAA's text is silent on, like drift monitoring, model change control, or ongoing human oversight of an agentic system. Treat it as the operational layer that answers the how, where HIPAA only answers the what.

    hipaa ready ai

    What a HIPAA-Ready AI Governance Engagement Includes

    A HIPAA-focused AI governance engagement starts with the data, not the model. Before anything gets assessed for accuracy or bias, we need to know exactly where protected health information goes once an AI system touches it.

    We build a PHI data-flow inventory across every AI tool touching clinical, claims, or operational data, and map each one to its business associate status, so it is clear which vendors need a BAA that does not yet exist.

    We run a gap assessment against the Security Rule's technical safeguards specific to the system's actual architecture, whether that is a single-prediction model, a retrieval-augmented tool, or a multi-step agent making its own tool calls.

    We design the audit-logging and human-review-checkpoint structure so 164.312(b) evidence already exists before an OCR inquiry or an internal audit asks for it, rather than being reconstructed after the fact.

    We document the governance program itself, aligned to the NIST AI RMF, so the whole effort reads to an examiner as a structured program with named owners, not an ad hoc set of fixes applied after a near-miss.

    engagement rates

    Engagement Rates

    Kriv AI prices HIPAA-focused AI governance work the same way it prices every regulated-industry engagement: by track, with a stated minimum, and no discounting because the client is a hospital instead of a bank.

    TrackHourly RateEngagement ModelMinimum
    Enterprise (health systems, payers)$200/hrData-flow inventory, risk assessment, audit-logging design$8,000
    Fractional AI governance lead$300 to $400/hrOngoing program ownership, board reportingMonthly retainer
    Specialized advisory$400 to $700/hrExpert-network scoped calls on AI and HIPAA risk questionsPer call

    getting started

    Getting Started

    The fastest way to find out where your AI systems actually stand against HIPAA is a scoped data-flow and risk conversation, not a generic AI policy template.

    That conversation maps which of your AI tools are business associates, where the gaps sit against the Security Rule's technical safeguards, and what a defensible audit trail would need to look like for the specific systems you already have in production. See our healthcare and life sciences AI work and the AI readiness and governance assessment for how this fits into a broader program.

    Straight answers

    Frequently asked questions about What HIPAA Requires for AI Systems in Clinical Settings

    What does HIPAA require for AI systems?

    HIPAA applies its Security Rule, Privacy Rule, and Breach Notification Rule to AI the same way it applies them to any other system touching protected health information. That means administrative, physical, and technical safeguards, minimum-necessary PHI use, and a signed business associate agreement with any AI vendor that creates, receives, maintains, or transmits PHI on your behalf.

    How do I audit an AI agent's decisions in a clinical setting?

    Build a record for every AI-assisted action that shows which user triggered it, which patient record it touched, what data went in, what the agent produced, and who reviewed the output before it affected care. For agentic systems, capture each tool call in the chain, not just the final answer, since the 164.312(b) audit-controls standard applies to the whole decision path.

    Why did our hospital's AI vendor fail a HIPAA security risk assessment?

    Usually one of four reasons: a business associate agreement that never named the specific AI use case, PHI retained or used for model training with no authorization for it, missing per-user and per-patient audit logs, or access controls that let the AI tool query more patient data than the requesting user could see directly through the EHR.

    What is a HIPAA AI audit readiness checklist?

    It covers the same ground as a standard HIPAA risk assessment, plus the AI-specific items: a PHI data-flow map for the AI system itself, confirmed BAA coverage naming that use case, per-user and per-patient audit logs, a documented human review checkpoint, and confirmed limits on the vendor retaining or training on your data.

    Does HIPAA require an AI vendor to sign a business associate agreement?

    Yes. Any vendor that creates, receives, maintains, or transmits protected health information on a covered entity's behalf is a business associate under 45 CFR 160.103, regardless of what the vendor calls itself. An AI tool reading, storing, or processing PHI to generate a clinical output meets that definition.

    Does HIPAA compliance mean an AI system is clinically safe?

    No. HIPAA governs how protected health information is handled, not whether a model's clinical output is accurate or well-validated. A system can pass every Security Rule control and still produce an unreliable recommendation, which is why frameworks like the NIST AI Risk Management Framework and, for regulated devices, FDA oversight and 21 CFR Part 11 sit alongside HIPAA rather than being replaced by it.

    Talk to the team that would do the work

    Bring your requirements to a working session with the person who'll actually deliver.

    Book a Discovery Call