Clinical de-identification that stays under your control¶
MedDeID is an open-source, language-extensible suite for detecting and removing identifying information from clinical text. Run it locally, prepare and review datasets, adapt a model to a new domain or language, and evaluate the result with tools designed to work together.
De-identification is not a guarantee of anonymity
Validate MedDeID on representative data from your setting. Use human review and institutional controls whenever a missed identifier could expose sensitive information.
Start with your goal¶
De-identify text¶
Install one package and process a note locally. The current public model supports Dutch clinical text.
Prepare and annotate data¶
Import TXT, CSV, TSV, or Parquet files and review the identifiers in each document.
Adapt or train a model¶
Use reviewed data to train or adapt a model that can be run locally.
Evaluate a system¶
Measure MedDeID or another system against the same reviewed test data.
One workflow, adaptable to more languages¶
MedDeID connects the full journey from preparing clinical text to reviewing annotations, training models, and evaluating results. You can use the complete workflow or only the parts your project needs.
The current public model supports Dutch. New language models and language-specific rules can be added while reusing the same annotation, training, and evaluation tools.
flowchart LR
A["Clinical text"] --> B["Prepare data"]
B --> C["Run a model"]
C --> D["Human review"]
D --> E["Train or adapt"]
D --> F["Evaluate"]
For the technical details, see the suite architecture and data contract.
Public model and datasets¶
The current model, synthetic development corpus, and independent synthetic benchmark are collected on Hugging Face. Patient text is processed locally during normal package use; downloading a model is the only network step unless you deliberately use a hosted service.
Open collaboration
Help bring MedDeID to more languages¶
We want to work with hospitals, care organizations, research groups, language experts, and open-source engineers. Local clinical knowledge, representative validation, language resources, annotation expertise, and technical contributions can help MedDeID support new languages responsibly.
Discuss a collaboration Ways to contribute
Please do not send patient text or other sensitive data by email.