In this article

Healthcare organizations are adopting AI tools faster than they can secure them—creating a compliance gap that could cost more than any efficiency gain is worth.
How Healthcare Organizations Are Actually Using AI Today
Healthcare providers in Ohio and across the country are deploying AI tools at an unprecedented pace. Clinical decision support systems analyze patient data to recommend treatment pathways. Administrative AI automates prior authorization requests, appointment scheduling, and billing workflows. Diagnostic imaging platforms use machine learning to identify anomalies in radiology scans. Conversational AI assists with patient intake, triage, and follow-up communications.
The direct answer: AI is now embedded in day-to-day clinical and administrative workflows, but most healthcare organizations have not updated their HIPAA compliance program to match—which means the fastest-growing category of PHI exposure right now is AI-related, not the legacy risks their policies were written for.
The value proposition driving adoption is real. Diagnostic imaging is the single largest category of FDA-authorized AI: the majority of FDA-authorized AI-enabled medical devices are radiology tools, reflecting how much clinical trust these systems have already earned. Administrative AI can compress prior authorization and scheduling work that used to take days into minutes.
The reality is simple: AI has moved from experimental to operational in healthcare. Clinicians rely on AI-generated insights for patient care decisions, and administrative staff use AI to manage Protected Health Information during routine operations.
That shift creates a new challenge. Most healthcare organizations implementing AI tools focus on clinical efficacy and operational efficiency. Few are asking the more fundamental question: how does this AI system handle PHI, and does our implementation meet HIPAA requirements? Understanding what the updated HIPAA Security Rule requires is an essential starting point for any organization deploying AI that touches patient data.
Where Does AI Create New HIPAA Exposure Points?
AI systems process, analyze, and generate outputs based on the data they receive. When that data includes Protected Health Information, every interaction becomes a potential compliance exposure point. The problem is not the technology itself—it is that AI architectures often conflict with fundamental HIPAA requirements in ways that are not immediately visible, and most vendor contracts were never written with a model in mind.
Data transmission represents the first exposure point. Many AI tools operate as cloud services, which means PHI leaves your environment and travels to third-party servers for processing. If that transmission lacks proper encryption, occurs without a Business Associate Agreement in place, or routes through non-compliant infrastructure, you have created a HIPAA violation before the AI even generates a response. Understanding what HIPAA-compliant IT management requires for medical practices can help clarify what safeguards must be in place before PHI reaches any third-party system.
Training data creates the second exposure. Some AI vendors use customer data to improve their models. If your patient records contribute to a vendor's training dataset without explicit consent and proper de-identification, you have disclosed PHI for purposes beyond treatment, payment, or healthcare operations. Depending on the scope and cause, that kind of disclosure can rise to a reportable breach—the same category of incident HHS's Office for Civil Rights investigates and lists on its public breach portal once 500 or more individuals are affected.
Data retention adds another layer of risk. AI systems often cache queries and responses to improve performance. If those cached records contain PHI and persist beyond the minimum necessary timeframe, or remain accessible after a patient requests deletion, you have failed to meet HIPAA's retention and patient rights requirements.
Access controls become more complex with AI. Traditional HIPAA implementations restrict PHI access to authorized personnel based on role and need, but AI systems may aggregate data across patients, combine records from multiple sources, or generate insights that reveal information about individuals who never directly interacted with the system. Standard access control frameworks often do not account for these patterns.
The audit trail problem compounds these risks. HIPAA requires detailed logging of who accessed PHI, when, and for what purpose. When AI systems process thousands of records to generate a single recommendation, traditional audit logs may not capture the full picture of PHI disclosure.
What Does HIPAA Actually Require When AI Touches PHI?
HIPAA does not prohibit AI use in healthcare. HIPAA requires that any entity or system handling PHI meets specific safeguards, documentation, and accountability standards, and those requirements do not change because the system uses machine learning instead of rule-based logic. To better understand how AI security, governance, and compliance each play a distinct role in meeting these obligations, it helps to examine each dimension separately.
Business Associate Agreements remain mandatory. If your AI vendor processes, stores, or transmits PHI on your behalf, they are a business associate under HIPAA, and you must have a signed BAA in place before any PHI reaches their system. Under the HIPAA Security Rule's business associate provisions, that agreement must document satisfactory assurances the vendor will safeguard the data and must obligate the vendor to report security incidents, including breaches, back to you.
The minimum necessary standard applies to AI systems. You cannot feed an AI tool unrestricted access to your entire patient database simply because broader data improves model accuracy. HHS guidance on the minimum necessary requirement directs covered entities to take reasonable steps to limit use, disclosure, and requests for PHI to what is needed for the specific purpose at hand. If your diagnostic AI needs lab results and imaging data but not billing history, providing billing data violates that standard.
Encryption requirements extend to AI interactions. PHI must be encrypted both in transit and at rest, including end-to-end encryption for API calls and encrypted storage for any cached or persistent data.
Access controls must still restrict PHI to authorized users even when AI generates the insight or recommendation. AI-generated summaries that reveal specific patient information are still PHI disclosures and must follow the same authorization rules as direct record access.
Audit logging must capture AI-related PHI access. Your audit trail needs to document when PHI was sent to an AI system, which staff member initiated the request, what data was included, what output was generated, and who accessed that output. If your AI vendor maintains logs, you must have the ability to access and review those logs during audits or investigations.
Patient rights apply to AI-processed data. Patients retain the right to access their PHI, request corrections, and receive an accounting of disclosures. If a patient requests deletion of their records, any copies in AI training datasets or cached storage must also be addressed.
Regulators are also starting to require transparency from the AI itself, not just from the organizations deploying it. Under ASTP/ONC's HTI-1 final rule, certified health IT that includes predictive decision support must disclose standardized information about how the underlying model was developed and validated, so clinicians can judge whether a given algorithm is fair, appropriate, valid, effective, and safe before they rely on it. That is a useful frame for procurement even outside certified EHR modules: if a vendor cannot explain how their model was built and tested, that is a governance gap before it is a HIPAA gap.
Building Compliance Guardrails Without Blocking Innovation
Healthcare organizations can use AI effectively while maintaining HIPAA compliance. The key is building compliance requirements into the AI adoption process from the beginning rather than treating compliance as an afterthought.
Start with vendor evaluation before implementation. Verify the vendor's compliance posture, and request evidence of SOC 2 Type II certification, HITRUST validation, or comparable third-party security assessments. For a deeper look at how to compare HIPAA and SOC 2 cybersecurity vendors as a healthcare buyer, review the criteria that distinguish compliant providers from those that fall short. Review standard BAA terms and negotiate any gaps before signing, confirm data residency and processing locations meet your requirements, and ask specific questions about data retention, training data policies, and encryption.
Implement technical safeguards at the integration layer. Use API gateways or middleware that enforce encryption, validate authorization, and log all PHI transmissions to AI systems, and configure data minimization rules that filter out unnecessary fields before records ever reach the AI tool.
Establish clear use policies and staff training. Document which AI tools are approved for use with PHI and under what circumstances, and make it clear that copying PHI into unapproved AI tools—including general-purpose chatbots like ChatGPT—constitutes a HIPAA violation and potential breach. Understanding whether employees can safely use ChatGPT, Copilot, and other AI tools at work is a critical step in building an effective training program.
Create an AI governance process for new tools, and use a recognized structure rather than improvising one. The NIST AI Risk Management Framework organizes this work into four functions—govern, map, measure, and manage—that translate well into a pre-deployment review: map the data flows and BAA status, measure the risk, and govern the decision before the tool ever touches PHI. If you are building this process from scratch, reviewing what a practical AI governance framework includes can help you design a review that is both thorough and fast—days, not months.
Conduct regular compliance audits of AI systems. Include AI tools in your standard HIPAA compliance assessments, verify that BAAs remain current, and test your ability to respond to patient rights requests that involve AI-processed data.
The good news is that improving AI compliance posture does not always require major disruption. In many cases, organizations can address the most significant risks through vendor management, policy updates, and targeted technical controls. The goal is not to eliminate AI use—it is to ensure AI systems operate within the same compliance framework that governs every other aspect of your healthcare operations.
What Should Healthcare Leadership Do Now?
If you are responsible for compliance, IT, or operations at a healthcare organization, you need a clear picture of your current AI exposure before you can budget for fixing it. Most healthcare leaders we speak with cannot answer basic questions about their AI risk profile: which AI tools are currently processing PHI, do we have valid BAAs for each vendor, and what audit trail exists for AI-related PHI access? Learning how to create an AI acceptable use policy for your organization is one of the most effective ways to begin answering these questions systematically.
The first step is an inventory: which AI tools are in use across clinical, administrative, and operational functions, which have access to PHI, and what is the BAA status for each vendor. Review staff usage patterns to identify shadow AI—unapproved tools that staff are using for convenience without compliance oversight—and map how PHI actually moves between your environment and AI systems.
From there, prioritize remediation based on the volume of PHI at risk, the sensitivity of the data, and the likelihood of enforcement action. Address immediate gaps like missing BAAs or unencrypted transmission first, since those are also the cheapest to fix relative to the exposure they carry. Then build the governance framework and technical safeguards needed for sustainable compliance.
If you are evaluating your current AI compliance posture—or wondering whether you even have one—start with a structured assessment. At Securafy, we help healthcare organizations understand their AI-related HIPAA exposure: we map your AI tool usage, identify gaps in vendor agreements and technical safeguards, and provide a prioritized remediation roadmap that balances compliance requirements with procurement realities. For the broader cybersecurity and compliance landscape, our guide on cybersecurity essentials for Ohio healthcare practices provides a useful foundation.
Organizations that thrive in the coming years will not be those that avoid AI out of compliance concerns. They will be the organizations that build compliance into their AI strategy from the start, ensuring that innovation and regulatory obligations move forward together rather than in conflict.
Where To Go From Here
If your organization is deploying AI against PHI without a documented BAA trail, a minimum-necessary review, and an audit log that actually captures AI activity, that is a budget and procurement problem before it becomes an OCR problem. Fixing it now costs far less than fixing it after a breach report.
If your team is moving faster with AI than your guardrails are, start with structured training rather than another tool. Securafy AI University gives your people role-based AI training with security built into the material, not bolted on afterward.
If you would rather talk through your specific environment first, book a strategy call with Securafy and we will walk your current AI usage, exposure, and the fastest path to safe adoption.
Need help with AI governance? Adapt the AI Acceptable Use Policy Template with your legal and IT teams.
Get the template
Jillian Oco is the Chief Marketing Officer at Securafy, where she leads brand strategy, content, search, AEO, technical SEO, and the way complex technology and risk are communicated to real people.
With more than 10 years in digital marketing, she writes about the overlap between cybersecurity, AI, online trust, reputation, and business growth. Her work is especially focused on making technical subjects easier to understand without flattening them into generic advice or marketing noise.
She is currently learning to live slowly and consciously in a small surfing town with her tiny human. Her self-care must-haves are an Alan Watts mixtape, iced coffee, and a good end-of-week draft beer.
Writes about: Cybersecurity awareness, brand protection, AI risk, online trust, reputation management, AEO, technical SEO, practical security education for SMBs
Join the conversation
Have a question or a different take on this? Add it below.