What problem does it solve?
Clinical teams often have local hospital terminology codes that cannot be directly compared or analyzed with OMOP-based datasets, creating time-consuming manual mapping work and inconsistent vocabulary alignment.
Core Features & Use Cases
- Orchestrates OMOP concept mapping: loads Linkr mapping inputs, performs precomputation hooks, and routes batches to the right sub-skill (AI for general concepts, drug-specific mapping for Rx/medication contexts).
- Generates candidate suggestions at scale: computes syntactic similarity (Jaro-Winkler, token-sort, optional ngram-idf) and semantic similarity (BioLORD embeddings + FAISS) to produce ranked candidate OMOP targets.
- Uses resume-safe, project-local artifacts: leverages project-level files like source-concepts.csv, mappings.json, similarity-scores.parquet, and state.json to continue interrupted runs and support review.
Quick Start
Ask the skill to map local hospital terminology codes to OMOP by running the concept-mapping workflow on an exported Linkr project zip, ensuring you point it to an OHDSI vocabulary directory containing CONCEPT.parquet (and recommended related vocabulary tables).