Common deployments
Healthcare teams typically adopt Philterd in one of three patterns:
1. EHR analytics and research pipelines. Clinical notes, claims data, and operational records get de-identified before landing in the analytics warehouse. The research team works on a corpus that’s out of HIPAA scope; the operational team works on the original. Philter handles the de-identification step; the clinical notes de-identification policy (with per-patient date shifting) is the usual starting point.
2. Patient-facing AI features. Symptom checkers, post-discharge follow-up, medication reminders, scheduling assistants. The chatbot calls a hosted LLM (OpenAI, Anthropic, Bedrock) and the user’s message can contain anything. Philter AI Proxy sits between the application and the LLM provider with the medical chatbot policy applied to inbound prompts. PHI never reaches the model.
3. Health-tech product integrations. Health-tech vendors (telehealth platforms, RPM device companies, billing services) sell into covered entities and need a defensible answer to the “how do you handle PHI?” line in every RFP. Embedding Philter (or Phileas as a library) gives them an auditable answer; the HIPAA Safe Harbor policy covers the table-stakes 18 identifiers.
What teams need to be careful about
- De-identification ≠ redaction. HIPAA distinguishes redacted PHI (still PHI, BAA still required) from de-identified PHI (no longer PHI). Most teams need both, applied to different workflows. The practical guide to data redaction explains the line.
- “No actual knowledge” requirement. Safe Harbor under 164.514(b)(2)(ii) requires that the covered entity have no actual knowledge that residual data could re-identify someone. Automated redaction doesn’t satisfy that on its own — you still need a documented risk-assessment process.
- The BAA chain. If you’re calling hosted LLMs (OpenAI, Anthropic, Azure OpenAI, Bedrock), you need a BAA with each one. Major providers offer them under specific commercial agreements; the Philter AI Proxy redaction step does NOT eliminate the BAA requirement — it’s defense in depth.