Dave Lundal’s projection that Artificial Intelligence will dwarf the impact of Electronic Health Records (EHRs) is a critical warning for healthcare information security leaders. While the EHR era focused on digitizing and structuring clinical data within controlled environments, the AI era focuses on ingesting, processing, and reasoning over that data—often using third-party large language models (LLMs) and unstructured data pipelines.
For defenders, this is not merely an IT upgrade; it is a massive expansion of the attack surface. The movement from deterministic database transactions to probabilistic AI inference introduces new risks: prompt injection attacks, training data poisoning, and the inadvertent leakage of Protected Health Information (PHI) via external AI APIs. As healthcare organizations rush to adopt these tools, security teams must act immediately to govern data flows that bypass traditional perimeter defenses.
Technical Analysis
While this article is strategic in nature, it outlines a technological paradigm shift that introduces specific technical risks for security practitioners to assess:
- Affected Systems: This shift impacts all healthcare entities integrating AI with clinical workflows. This includes mainstream EHR platforms (Epic, Cerner) adding AI copilots, third-party diagnostic AI tools (radiology/pathology), and the proliferation of shadow AI tools accessed by clinical staff via web browsers.
- Attack Vector Expansion: Unlike the EHR era, where data ingress/egress was mediated via HL7/FHIR interfaces and thick clients, the AI era relies heavily on unstructured natural language inputs sent over HTTPS to external API endpoints (e.g., OpenAI, Azure OpenAI, or custom SaaS models).
- Vulnerability & Risk: The primary risk is Data Exfiltration via Prompt Injection. Malicious actors can manipulate AI models into ignoring training data and outputing sensitive training data (PII/PHI) or performing unauthorized actions. Additionally, Shadow AI—the use of unauthorized AI tools by clinicians—bypasses DLP controls designed for structured EHR fields, exposing PHI to models that may use customer data for retraining.
Detection & Response
Executive Takeaways for Non-Technical Strategic Shifts
Given the strategic nature of this news item, immediate defensive actions should focus on governance and visibility rather than patching a specific CVE. Security leaders should implement the following:
-
Establish an AI Acceptable Use Policy (AUP): Explicitly define which patient data types (e.g., PHI, PII) can and cannot be entered into generative AI tools. Prohibit the input of identifiable patient data into public, non-enterprise-guaranteed LLMs.
-
Implement AI-Specific DLP: Traditional DLP focuses on structured fields (SSN, MRN) in documents or databases. You must update policies to inspect prompt data in web traffic (SSL inspection) and API calls looking for unstructured PHI patterns before they leave your network.
-
Inventory AI Vendors (Third-Party Risk Management): Treat AI integrations with the same scrutiny as medical device connectivity. Require vendors to attest whether your data is used for model training and ensure they have PHI handling safeguards (BAA compliance).
-
Network Visibility for Shadow AI: Analyze proxy logs and firewall traffic for connections to known AI/LLM endpoints (e.g.,
api.openai.com,huggingface.co). Identify departments or subnets generating high-volume AI traffic to pinpoint unauthorized usage. -
Data Classification & Governance: Before feeding data into AI models for administrative or clinical automation, ensure data classification tags are respected. Do not feed "Restricted" or "Confidential" datasets into public models.
Remediation
Since there is no specific patch for a strategic shift, remediation involves architectural hardening and policy enforcement:
-
Private AI Instance Deployment: Where possible, deploy self-hosted or private cloud instances of LLMs (e.g., Azure OpenAI on private VNET) to keep PHI within your tenant boundary and prevent data from being used to train public models.
-
API Gateway Controls: If building internal AI applications, place them behind an API Gateway that performs strict schema validation, rate limiting, and input sanitization to prevent prompt injection attacks.
-
Browser Isolation: Consider using secure browser isolation or remote browser isolation (RBI) technologies for staff accessing permitted web-based AI tools, ensuring that no data persists on local endpoints and that clipboard functions (paste) are monitored or blocked for sensitive apps.
-
Zero Trust Network Access (ZTNA): Apply ZTNA policies to AI development environments and data lakes used for model training/fine-tuning. Ensure strict least-privilege access, as the "data" is now the target.
Related Resources
Security Arsenal Healthcare Cybersecurity AlertMonitor Platform Book a SOC Assessment healthcare Intel Hub
Is your security operations ready?
Get a free SOC assessment or see how AlertMonitor cuts through alert noise with automated triage.