What problem does it solve?
This Skill helps developers combine OpenMed's on-device clinical PII detection with existing Presidio, spaCy, and LangChain workflows without rewriting their NLP pipelines or importing optional dependencies unnecessarily.
Core Features & Use Cases
- Lazy Adapter Discovery: Discover and load interoperability adapters through OpenMed's registry while keeping optional framework dependencies isolated.
- Presidio Integration: Convert between Presidio recognizer results and canonical OpenMed entities, merge overlapping detections, and send OpenMed spans to Presidio anonymizers.
- spaCy Integration: Add the openmed_deid pipeline component to place aligned PII spans on spaCy documents and optionally merge them into document entities.
- LangChain Guardrails: Redact PHI from strings, documents, collections, and mapping payloads before they reach downstream language models.
- Use Case: A healthcare application can combine Presidio recognizers with OpenMed clinical recall, attach the resulting spans to a spaCy document, or redact a LangChain prompt before sending it to a model.
Quick Start
Use the bridging skill to connect OpenMed PII extraction to your Presidio, spaCy, or LangChain pipeline and redact or exchange canonical entities as needed.