What the Meta Pixel actually does
The Pixel is a few lines of JavaScript that hospitals add to their websites to measure ad performance. When a visitor lands on a page that contains the Pixel, the visitor's browser sends a request to Facebook. That request includes the visitor's IP address, the URL they're on, what they clicked, and a Facebook cookie that often identifies the person if they've ever logged into Facebook from that browser.
Marketing teams install Pixels because they make Facebook ads more effective. The platform learns which ads led to bookings, which conditions get the most search traffic, which doctors get the most clicks. None of that is malicious in retail or e-commerce. In healthcare, it's a problem.
Why it's a HIPAA issue
HIPAA covers protected health information. Most people picture PHI as charts and lab results — files inside the EHR. The HHS Office for Civil Rights expanded that definition explicitly in a December 2022 bulletin and again in March 2024. Their position: an IP address plus a healthcare context (a condition page, a find-a-doctor lookup, a scheduling flow) counts as PHI when a covered entity collects it.
So a website that loads the Meta Pixel on `/oncology/breast-cancer/treatment-options` is sending Meta a record that says "this IP address is interested in breast cancer treatment at this hospital." That's PHI being disclosed to a third party without a Business Associate Agreement and without patient authorization. Both are required under 45 CFR §164.502 and §164.504(e).
What changed in 2024
Hospitals pushed back on the OCR position. The American Hospital Association sued. In June 2024, a federal judge in the Northern District of Texas (AHA v. Becerra) partially agreed with the hospitals and vacated the part of the OCR bulletin that covered "unauthenticated public webpages" where a visitor’s intent was unclear.
That ruling matters but is narrower than most healthcare marketing teams realize. It only carved out generic, unauthenticated marketing pages where you can't tell why a visitor is there. It did not cover:
- Pages about specific conditions, treatments, doctors, or symptoms
- Find-a-doctor pages where users select a specialty
- Appointment scheduling flows
- Anything behind a login (patient portals, MyChart, member areas)
The OCR bulletin still applies to all of those. The class actions still apply. The MDL is still active.
Why hospitals install it anyway
Most hospitals didn't install the Meta Pixel knowingly. Marketing teams installed it because Facebook's ads platform recommended it. Web developers installed it because Google Tag Manager made it one click. Vendors installed it on behalf of hospitals as part of "digital marketing packages." Often nobody told the privacy officer.
That's the pattern in almost every settlement. Novant Health installed the Pixel during a 2020 vaccine-scheduling campaign. Advocate Aurora's deployment had been live for years before the lawsuit. The hospital often finds out about it the same way regulators do — when somebody runs an external scan or files a complaint.
Server-side tracking is not a fix
After the first wave of lawsuits, several hospital marketing agencies started recommending Meta's Conversions API (CAPI) as a "compliant" alternative. CAPI sends the same data to Meta, just from your servers instead of from the visitor's browser.
That's not a fix. It's a different transport for the same disclosure. The FTC settlements with GoodRx ($1.5M, February 2023), BetterHelp ($7.8M, March 2023), and Cerebral ($7M+, April 2024) all involved server-side data flows. The legal theory is the same regardless of whether the data leaves the browser or the server.
What a Pixel scan looks like
You can check your own site in 30 seconds. Open the Network tab in Chrome's Developer Tools. Load any clinical page. Look for requests to `connect.facebook.net` or `facebook.com/tr/`. If you see them, the Pixel is firing on that page.
Or you can install Meta's own Pixel Helper extension. Or scan with Blacklight from The Markup. Or use our scanner, which checks every public surface and the public login pages of your portal subdomains.
What to do if you find the Pixel
Three things, in order.
First, document what you found and when. The OCR Risk Analysis Initiative settlements show that delayed remediation moves a case from "reasonable cause" to "willful neglect" — a higher penalty tier under 45 CFR §160.404.
Second, remove the Pixel from clinical pages. Keep it on pure marketing surfaces if your privacy team approves, but understand that the AHA carve-out is narrow.
Third, audit who has access to your Tag Manager and how new tags get added. Most hospitals don't have a tag-governance process. The ones that get sued are usually the ones where anyone in marketing could push code to production.