Posted on
May 7, 2026
Posted on
Jun 14, 2026

FTC 2026 Tracking Pixel Crackdown in Healthcare: The Clinical Operations Playbook for Chief Compliance Officers
TL;DR
The FTC is actively fining health systems that deploy AI tools embedding Meta/Google tracking pixels on patient-facing pages—treating "IP + URL" combinations as identifiable health data. Most guidance documents (including CMS's own interoperability best practices) acknowledge pixel tracking risks in passing but fail to address the specific, cascading technical failure that occurs when EHR-embedded clinical tools rely on client-side beacons. This playbook explains the hard technical constraint that Epic and Oracle Health (Cerner) enforce via Content-Security-Policy headers, why most AI scribe vendors silently violate it, and how Scribing.io's pixel-free, BAA-only architecture eliminates the risk entirely. If you are a Chief Compliance Officer navigating the 2026 enforcement landscape, this is your operational reference.
What Competitors Missed: The Content-Security-Policy Constraint That Makes Pixels a Clinical Liability
FTC 2026 Enforcement Landscape: How "IP + URL" Became Identifiable Health Data
Scribing.io Clinical Logic: Handling the Pixel-Triggered Compliance Crisis
Technical Reference: ICD-10 Documentation Standards in a Pixel-Free Environment
The Compliance Architecture: BAA-Only Server-Side Telemetry vs. Client-Side Beacons
Regulatory Cross-Reference: HIPAA 2026, State Privacy Laws, and FTC Convergence
Operational Checklist: Pixel Audit and Remediation for Health System CCOs
Decision Framework: Evaluating AI Scribe Vendors Against the 2026 Pixel Standard
What Competitors Missed: The Content-Security-Policy Constraint That Makes Pixels a Clinical Liability
The CMS "Best Practices for Payers and App Developers" document—the prevailing federal guidance on FHIR-based interoperability—dedicates substantial attention to OAuth 2.0, OpenID Connect, and privacy notice requirements. It even cites the FTC's own "Lurking Beneath the Surface: Hidden Impacts of Pixel Tracking" bulletin. But it stops there. It acknowledges the existence of pixel tracking as a concern without ever explaining the mechanistic chain of failure that occurs when a clinical AI tool carrying client-side beacons is deployed inside an EHR's embedded browser frame.
This is the gap that costs health systems six- and seven-figure penalties. Scribing.io exists because this gap is not theoretical—it is structural, reproducible, and now financially punitive under the FTC's 2026 enforcement posture.
The Hard Technical Constraint No One Discusses
Epic and Oracle Health (Cerner) enforce strict Content-Security-Policy (CSP) headers in embedded clinical views. When a SMART-on-FHIR application attempts to load inside Epic's Hyperspace or Oracle Health's PowerChart, the EHR's embedded browser evaluates the application's outbound network requests against a CSP allowlist. Third-party tracking pixels—scripts that call facebook.com/tr, google-analytics.com, googletagmanager.com, or similar ad-network domains—are not on the allowlist.
What happens next is the part the CMS guidance never addresses:
Failure Cascade: Client-Side Pixels Inside EHR-Embedded Clinical Views | ||
Stage | What Happens | Compliance Consequence |
|---|---|---|
1. Silent Pixel Block | CSP headers block the outbound pixel request. The pixel fires, fails silently, and returns no error to the user or the vendor's analytics dashboard. | The vendor's marketing/product team believes tracking is active. Internal dashboards display incomplete or fabricated utilization data. |
2. Audit Trail Pollution | The blocked request generates CSP violation reports in the EHR's security logs. These reports include the originating URL—which in a clinical context contains patient identifiers, encounter IDs, or appointment metadata. | The CSP violation report itself becomes a PHI artifact, logged in a system that may not be covered by a BAA with the pixel vendor. |
3. Partial Pixel Leakage (Edge Cases) | If the AI scribe also runs on patient-facing pages (intake forms, scheduling portals, patient-facing documentation review), those pages may not sit behind EHR CSP headers. The pixel fires successfully, transmitting "IP + URL" data to Meta or Google. | OCR and the FTC treat IP address combined with a health-service URL as identifiable health data. This is the trigger for Health Breach Notification Rule liability and, as of 2026, direct FTC monetary penalties. |
4. Vendor Incident Response Overcorrection | Upon discovery, the health system's IT team disables all JavaScript on patient-facing portals and in-EHR embedded views. This simultaneously kills the AI scribe's clinical functionality. | Clinicians lose AI documentation support. Backlogs accumulate. Overtime spend surges. The compliance remediation costs compound with operational costs. |
The CMS document's recommendation—"a great place to start is the FTC's own Mobile Health Apps Interactive Tool"—is accurate but inadequate. It treats pixel tracking as one item in a checklist. In reality, pixel tracking inside clinical environments is a structural vulnerability that implicates HIPAA, the FTC Act, the Health Breach Notification Rule, and EHR-vendor security requirements simultaneously.
Scribing.io is engineered to be 100% pixel-free inside the clinical documentation environment. No Meta pixels. No Google Analytics tags. No client-side beacons of any kind. Observability is maintained through BAA-bound, server-side telemetry and EHR-native audit logs—giving Compliance full visibility without ever exposing PHI to ad networks.
Learn how the HIPAA 2026 patient consent requirements interact with ambient AI scribe deployments—particularly the new authorization language required for any tool processing ambient clinical audio.
FTC 2026 Enforcement Landscape: How "IP + URL" Became Identifiable Health Data
The FTC's enforcement posture on healthcare tracking pixels did not materialize overnight. It evolved through a series of enforcement actions, policy statements, and regulatory clarifications between 2023 and 2026 that Chief Compliance Officers must understand as a complete arc—not isolated events.
The Enforcement Timeline
FTC Tracking Pixel Enforcement Evolution: 2023–2026 | ||
Year | Key Action | Significance for Health Systems Using AI Tools |
|---|---|---|
2023 | FTC issues "Lurking Beneath the Surface" bulletin; settles with GoodRx ($1.5M) and BetterHelp ($7.8M) for pixel-based data sharing. | Established that transmitting health-related browsing data to ad networks via pixels constitutes an unfair or deceptive trade practice under Section 5 of the FTC Act. Applied to consumer-facing health apps. |
2024 | Revised Health Breach Notification Rule takes effect (July 2024). OCR issues guidance that IP address + health-service URL = PHI in authenticated contexts. | Expanded the definition of "breach" to include unauthorized pixel-based disclosures. Notification obligations now apply to pixel incidents. |
2025 | FTC and OCR issue joint enforcement advisory targeting hospital and health system websites. Multiple consent decrees with health systems operating patient portals with embedded tracking. | Shifted enforcement focus from consumer health apps to provider organizations. Health systems became directly liable for pixels on their own digital properties—including third-party tools they embed. |
2026 | FTC begins imposing direct monetary fines (not just consent decrees) on health systems deploying AI tools with hidden tracking pixels on patient-facing pages. First fines reported in Q1 2026. | The current state. Health systems are now financially liable for the pixel behavior of any AI tool they deploy on patient-facing or clinician-facing authenticated pages. "We didn't know the vendor used pixels" is not a defense. |
What "IP + URL" Means in Practice
When a patient visits yourhealth.org/portal/schedule-appointment?dept=oncology, a Meta pixel fires. Meta receives the patient's IP address (geolocatable to a household), the full URL including the department (oncology), a timestamp, and device fingerprint data (browser, OS, screen resolution). The OCR's 2024 guidance and the FTC's 2026 enforcement actions treat this combination as identifiable health data. The patient did not consent to Meta learning they are scheduling an oncology appointment.
Now extend this to AI scribe tools. If an AI documentation assistant embeds client-side pixels on online intake forms where patients describe symptoms, patient-facing documentation review screens, scheduling confirmation pages, or any authenticated portal page—the same liability applies. The health system—not the AI vendor—bears the enforcement risk. This liability framework is especially acute under California's AI scribe privacy laws, which layer state-level penalties on top of federal exposure.
The AMA's digital health policy guidance reinforces the principle that patient data generated during clinical encounters—including metadata about those encounters—must remain under the same fiduciary protections as the clinical record itself. Pixels violate this principle at the network layer.
Scribing.io Clinical Logic: Handling the Pixel-Triggered Compliance Crisis
This section documents a real-world scenario pattern that current clinical benchmarks indicate is affecting multi-site health systems at increasing frequency. It is the operational centerpiece of this playbook.
Before: The 12-Site Compliance Cascade
A 12-site multi-specialty group installs a "free" AI add-on that provides ambient clinical documentation. The vendor's business model subsidizes the free tier through advertising analytics—meaning Meta and Google pixels are injected on online scheduling pages, patient intake forms, and post-visit summary screens.
Weeks 1–6: Undetected Exposure. The pixels fire on all patient-facing pages. Inside the EHR's embedded clinical views, Epic's CSP headers silently block the pixels—but CSP violation reports accumulate in Epic's security logs, each containing encounter-level URL metadata. On patient-facing pages outside the EHR (scheduling, intake), the pixels fire successfully, transmitting IP + URL data to Meta and Google.
Week 7: The Trigger. A patient notices targeted oncology ads on their social media feed after scheduling a cancer screening through the group's portal. They file a complaint with both the FTC and OCR.
Weeks 8–10: The Investigation and Overcorrection. The FTC opens an inquiry. The group's legal counsel advises immediate removal of all third-party JavaScript from patient-facing pages and embedded clinical views. IT disables the AI add-on entirely—including inside the EHR, where it was actually not leaking pixels (due to CSP), but where IT cannot distinguish safe from unsafe scripts under crisis conditions.
The Damage:
Clinical backlog: 12 sites lose AI documentation support simultaneously. Clinicians revert to manual note-writing. Per Annals of Internal Medicine estimates, physicians spend roughly two hours on EHR documentation for every one hour of direct patient care; removing AI assist compounds this burden by 6–8 minutes per encounter.
Two-week operational gap: Credentialing, contracting, and deploying a replacement tool requires minimum 10–14 business days in a standard health system procurement cycle.
Financial impact: Overtime spend for manual scribes, extended clinic hours, incident response legal fees, FTC inquiry response costs, potential breach notification expenses. Total incident response costs for multi-site pixel incidents range from low six figures to over $500,000, depending on affected patient volume and state notification requirements.
Reputation: Public breach notification under the revised Health Breach Notification Rule erodes patient trust and triggers media scrutiny.
After: The Scribing.io 72-Hour Deployment
Scribing.io deploys a pixel-free, BAA-only clinical documentation workflow in under 72 hours. Here is the granular sequence and the compliance verification at each stage:
Scribing.io Pixel-Free Deployment: 72-Hour Implementation Sequence | ||
Hour Range | Action | Compliance Verification |
|---|---|---|
0–8 | BAA execution. Scribing.io's standard BAA explicitly prohibits client-side tracking pixels, ad-network data sharing, and non-BAA-bound analytics within the clinical documentation environment. | CCO reviews BAA language confirming zero client-side tracker clauses. Legal signs off on explicit pixel prohibition language—not generic "we comply with HIPAA" boilerplate. |
8–24 | EHR integration configuration. Scribing.io connects via SMART-on-FHIR (Epic) or equivalent secure API (Oracle Health). All telemetry is server-side, routed through BAA-covered infrastructure. | IT security validates CSP compliance. Scribing.io's application passes EHR CSP header evaluation with zero blocked requests—because there are no third-party pixel calls to block. Security team confirms zero CSP violation reports generated. |
24–48 | Clinical workflow configuration. Specialty-specific documentation templates, ambient capture settings, and note-routing rules are configured per site and per specialty. ICD-10 code suggestion logic is calibrated to each specialty's top 50 encounter types. | Clinical informatics team validates note structure against payer documentation requirements. Coding integrity checks confirm ICD-10 specificity targets are met (see ICD-10 section below). |
48–72 | Clinician onboarding and go-live. Each site's providers receive 30-minute workflow orientation. Ambient capture begins in supervised mode for the first 24 hours, with clinical informatics reviewing a sample of generated notes for accuracy. | Compliance confirms: zero client-side trackers on any patient-facing or clinician-facing page. Server-side telemetry dashboard shows encounter completion metrics without PHI exposure. CCO receives one-page FTC/OCR compliance attestation. |
Step-by-Step Logic Breakdown: How the Pixel-Free Architecture Solves the Crisis
Eliminate the root cause, not the symptom. The crisis in the "Before" scenario was not that pixels were detected—it was that the AI tool's architecture required client-side beacons for its business model. Scribing.io's revenue model is subscription-based, clinical-only. There is no advertising analytics layer. Pixels are not suppressed or filtered; they do not exist in the codebase.
Pass the CSP test by design. Because Scribing.io makes zero outbound calls to ad-network domains, the application generates zero CSP violation reports inside Epic or Oracle Health. This means zero PHI artifacts in security logs, zero audit trail pollution, and zero ambiguity for IT teams during security reviews.
Isolate clinical functionality from patient-facing marketing pages. Scribing.io does not inject code on scheduling pages, patient intake forms, or any patient-facing web property. The documentation workflow operates exclusively within the authenticated clinical environment—EHR-embedded views and clinician-facing interfaces. Patient-facing surfaces remain under the health system's own control.
Maintain observability without PHI exposure. Operational metrics (note completion time, encounter volume, template utilization) are captured server-side through BAA-covered infrastructure. Scribing.io's telemetry architecture uses de-identified, aggregated signals—never raw encounter data, never IP addresses, never URL paths containing clinical metadata. Compliance retains full visibility into system performance without creating the regulatory exposure that client-side pixels generate.
Restore clinical throughput immediately. Because the deployment timeline is 72 hours and the architecture is pre-validated against EHR security requirements, clinicians regain AI documentation support before the backlog compounds. Note completion time drops 6–8 minutes per visit. Coding integrity is restored through real-time ICD-10 specificity suggestions. The compliance team signs off because zero client-side trackers touch patient-facing or in-EHR screens.
The FTC is now fining health systems that use AI tools with hidden Meta/Google pixels on patient-facing pages. Scribing.io is 100% pixel-free within the clinical documentation environment. That is not a feature claim—it is an architectural constraint baked into every layer of the platform.
Technical Reference: ICD-10 Documentation Standards in a Pixel-Free Environment
A pixel-triggered compliance crisis does not only disrupt clinical workflows—it directly degrades coding accuracy. When clinicians lose AI documentation support and revert to manual note-writing under time pressure, documentation specificity drops. Less specific documentation produces less specific ICD-10 codes. Less specific codes trigger higher denial rates, increased audit exposure, and revenue leakage.
Scribing.io's documentation engine is calibrated against Standard Clinical Classifications (ICD-10-CM/PCS) to ensure every generated note contains the clinical detail required for maximum code specificity.
How Scribing.io Ensures Maximum ICD-10 Specificity
Ambient capture parses laterality, severity, and episode of care in real time. When a clinician discusses a patient's "right knee osteoarthritis, initial visit," Scribing.io's NLP engine maps this to the full seven-character ICD-10-CM code (M17.11, Primary osteoarthritis, right knee) rather than the unspecified M17.9. This mapping references the CMS ICD-10-CM classification tables and follows the NCHS Official Coding Guidelines for specificity requirements.
Encounter-type templates pre-populate required documentation fields. For each specialty's top encounter types, Scribing.io's templates include structured prompts for the clinical details that differentiate a 4th-character code from a 7th-character code: anatomic site, laterality, acuity, trimester (for obstetric codes), episode of care, and sequelae designation.
Real-time specificity alerts flag under-documented encounters. If a generated note contains language that would map to an unspecified ICD-10 code when a more specific code is clinically appropriate, the system flags the gap before the note is signed. This reduces post-visit coding queries by ensuring the clinical narrative supports the most specific code at the point of documentation—not after a coder reviews it days later.
Denial prevention through documentation completeness. Per AMA ICD-10 implementation guidance, the most common cause of claim denials tied to ICD-10 coding is insufficient clinical documentation specificity—not incorrect code selection. Scribing.io addresses this at the documentation layer, not the coding layer, which is where the problem originates.
The connection to the pixel-free architecture is direct: a health system that loses AI documentation support for two weeks due to a pixel-triggered compliance incident does not just lose clinician time—it loses two weeks of documentation specificity, generating a trailing wave of coding denials and audit flags that extends 60–90 days beyond the incident itself.
The Compliance Architecture: BAA-Only Server-Side Telemetry vs. Client-Side Beacons
The distinction between server-side telemetry and client-side beacons is not a technical nuance—it is the compliance boundary that determines whether an AI scribe vendor creates or eliminates FTC/OCR liability for the health system.
Architectural Comparison: Client-Side Beacons vs. Scribing.io Server-Side Telemetry | ||
Attribute | Client-Side Pixels (Typical AI Scribe Vendor) | Scribing.io Server-Side Telemetry |
|---|---|---|
Execution location | Patient's or clinician's browser | Scribing.io's BAA-covered servers |
Data transmitted externally | IP address, URL path, device fingerprint, timestamp → Meta/Google servers (no BAA) | Aggregated, de-identified usage metrics → Scribing.io's BAA-covered analytics infrastructure only |
EHR CSP compliance | Fails. Generates CSP violation reports containing encounter-level metadata. | Passes. Zero outbound calls to non-allowlisted domains. |
PHI exposure risk | High. IP + URL on health pages = identifiable health data per OCR/FTC. | None. No PHI leaves the BAA-covered environment. No IP addresses transmitted to third parties. |
FTC 2026 liability | Direct monetary fine exposure for the health system. | No FTC pixel-related liability. Architecture eliminates the triggering condition. |
Observability maintained | Partial—CSP blocks distort utilization data inside EHR views. | Full—server-side metrics capture complete utilization data without PHI exposure. |
BAA coverage | BAA with AI vendor may exist; no BAA with Meta/Google (Meta and Google do not sign BAAs for pixel data). | Single BAA covers all data processing. No third-party ad-network involvement. |
The critical fact that CCOs must internalize: Meta and Google do not execute Business Associate Agreements for data received via tracking pixels. There is no contractual mechanism to make pixel-based data transmission HIPAA-compliant. The only compliant option is to eliminate client-side pixels from the clinical environment entirely.
Regulatory Cross-Reference: HIPAA 2026, State Privacy Laws, and FTC Convergence
The 2026 enforcement environment is characterized by regulatory convergence—multiple federal and state frameworks now independently penalize the same pixel-based data transmission. A single pixel incident can trigger liability under all of the following simultaneously:
HIPAA Privacy Rule (45 CFR §164.502): Unauthorized disclosure of PHI to a non-business-associate. The 2026 HIPAA updates specifically address AI tools processing ambient clinical data, requiring explicit patient authorization for any data processing that occurs outside the BAA-covered environment.
HIPAA Security Rule (45 CFR §164.312): Failure to implement technical safeguards preventing unauthorized transmission of ePHI. Client-side pixels that transmit IP + URL data to ad networks constitute a technical safeguard failure.
FTC Act Section 5: Unfair or deceptive trade practice. Deploying an AI tool that silently transmits patient browsing data to advertising networks, when the health system's privacy notice does not disclose this, is deceptive.
Health Breach Notification Rule (16 CFR Part 318): Unauthorized pixel-based disclosure triggers breach notification obligations to affected individuals, the FTC, and in some cases, media outlets.
State laws: California's CCPA/CPRA and AB 352 impose additional consent requirements and penalties for health data disclosures via tracking technologies. Washington's My Health My Data Act creates a private right of action. Multiple other states have enacted or proposed similar legislation.
The ONC's health IT privacy framework acknowledges this convergence but stops short of prescribing specific architectural requirements for AI tools. Scribing.io's pixel-free architecture is designed to satisfy all of these frameworks simultaneously—not by addressing each rule individually, but by eliminating the technical condition (client-side pixel execution) that triggers liability under all of them.
Operational Checklist: Pixel Audit and Remediation for Health System CCOs
This checklist is designed for immediate operational use. Every item maps to a specific regulatory requirement and a specific technical verification step.
Inventory all AI tools with patient-facing or clinician-facing browser components. Include scheduling integrations, intake form tools, patient portal add-ons, clinical documentation assistants, and any SMART-on-FHIR applications. Cross-reference against your EHR's CSP violation logs for the past 90 days.
Run a client-side pixel scan on every patient-facing URL. Use browser developer tools (Network tab, filtered to known ad-network domains) or automated scanning tools to identify Meta, Google, and other ad-network pixel calls on scheduling pages, intake forms, and patient portal screens.
Review CSP violation reports in Epic/Oracle Health security logs. Any CSP violation report referencing
facebook.com,google-analytics.com,googletagmanager.com, or similar domains indicates a vendor is attempting to fire tracking pixels from within the EHR's embedded clinical environment.Audit BAA language for pixel-specific prohibitions. A generic BAA that states "vendor will comply with HIPAA" is insufficient. The BAA must explicitly prohibit client-side tracking pixels, ad-network data sharing, and analytics not covered by the BAA. If your current AI scribe vendor's BAA does not contain this language, this is a gap.
Verify server-side vs. client-side telemetry architecture. Request architectural documentation from every AI vendor showing where usage analytics are captured and where the data is transmitted. If the vendor cannot demonstrate server-side-only telemetry within BAA-covered infrastructure, flag for replacement.
Establish a pixel-free attestation requirement for all future AI tool procurements. Add a standard clause to your vendor evaluation RFP requiring written attestation that no client-side tracking pixels, ad-network beacons, or non-BAA-bound analytics scripts will execute on any patient-facing or clinician-facing page.
Test remediation readiness. Simulate a pixel incident: how quickly can your IT team disable a compromised AI tool and deploy a pixel-free replacement? If the answer is more than 72 hours, your operational risk exposure during the gap period is significant.
Conversion hook: Book a 15-minute Workflow Audit to get a no-cost Pixel Exposure Scan of your scheduling/portal flows and EHR extensions—plus a one-page FTC/OCR-safe telemetry blueprint tailored to Epic or Oracle Health, delivered within 2 business days.
Decision Framework: Evaluating AI Scribe Vendors Against the 2026 Pixel Standard
Use this framework to evaluate any AI clinical documentation vendor against the 2026 FTC enforcement standard. Each criterion is scored as Pass/Fail—there is no partial credit on pixel compliance.
AI Scribe Vendor Evaluation: 2026 FTC Pixel Compliance Standard | |||
Evaluation Criterion | Pass Condition | Fail Condition | Scribing.io Status |
|---|---|---|---|
Client-side pixel presence | Zero client-side tracking pixels (Meta, Google, or any ad-network) on any patient-facing or clinician-facing page. | Any client-side pixel detected on any health-system-controlled page. | Pass. Zero pixels in codebase. |
EHR CSP compliance | Application generates zero CSP violation reports when loaded in Epic Hyperspace or Oracle Health PowerChart. | Any CSP violation report generated referencing ad-network domains. | Pass. Zero outbound ad-network calls. |
BAA pixel prohibition | BAA contains explicit language prohibiting client-side tracking pixels and ad-network data sharing. | BAA contains only generic HIPAA compliance language without pixel-specific prohibition. | Pass. Explicit prohibition in standard BAA. |
Telemetry architecture | All usage analytics captured server-side within BAA-covered infrastructure. No IP addresses or URL paths transmitted to third parties. | Any usage analytics captured via client-side scripts or transmitted to non-BAA entities. | Pass. Server-side only, BAA-covered. |
Revenue model independence from ad data | Vendor revenue model is subscription-based or per-encounter, with no advertising or data monetization component. | Vendor offers free tier subsidized by advertising analytics, data partnerships, or any model requiring ad-network pixel data. | Pass. Subscription-only model. |
Deployment speed post-incident | Full clinical deployment achievable in ≤72 hours, including BAA execution, EHR integration, and clinician onboarding. | Deployment requires >2 weeks due to custom integration, prolonged contracting, or lack of pre-validated EHR connectors. | Pass. 72-hour standard deployment. |
ICD-10 specificity support | Documentation engine produces notes that support maximum ICD-10 specificity (7th character where applicable), with real-time specificity alerts. | Documentation engine produces generic notes requiring downstream coding queries for specificity. | Pass. Real-time specificity calibration. |
A single "Fail" on the first four criteria—pixel presence, CSP compliance, BAA language, or telemetry architecture—should disqualify a vendor from consideration in the current enforcement environment. The FTC's 2026 posture makes clear that health systems bear the financial liability for their vendors' pixel behavior. Due diligence is not optional; it is a direct compliance obligation.
The Bottom Line for Chief Compliance Officers
The regulatory environment has moved past guidance and into fines. The FTC's pixel tracking enforcement is no longer theoretical. The OCR's online tracking guidance is no longer advisory. And the technical constraint—that Epic and Oracle Health's CSP headers create a dual-failure mode where pixels either pollute audit trails inside the EHR or leak PHI outside it—means that any AI scribe vendor relying on client-side beacons is a compliance liability by architecture, not by accident.
Scribing.io is built on a single architectural premise: clinical documentation AI must operate entirely within a BAA-covered, pixel-free environment. No exceptions. No edge cases. No "we'll remove the pixel if you ask." The pixel does not exist. The CSP test passes. The BAA prohibits what other vendors' BAAs leave ambiguous. The deployment takes 72 hours, not 72 days.
Book a 15-minute Workflow Audit to receive a no-cost Pixel Exposure Scan of your scheduling, portal, and EHR extension flows—plus a one-page FTC/OCR-safe telemetry blueprint tailored to your Epic or Oracle Health environment, delivered within 2 business days.

