Fuzzy match CLIF patient records with SRTR (Scientific Registry of Transplant Recipients) organ donor records using a deterministic hierarchical matching algorithm.
Using uv (recommended):
uv synccp config/config_template.json config/config.jsonEdit with your paths:
{
"site_name": "YOUR_SITE",
"tables_path": "/path/to/clif/tables",
"file_type": "parquet",
"timezone": "America/Chicago",
"project_root": "/path/to/this/repo"
}Run notebooks- 01, 02 and 03 in record_linkage directory.
uv run streamlit run donor_patient_viewer.pyAccess at: http://localhost:8503