Hi everyone! I’m working on a validation-focused “critic” for OMOP concept sets and would love feedback from the OHDSI community.
The tool is meant to review an existing ATLAS / Phenotype Library concept set rather than generate one from scratch. Given a concept set plus a short phenotype intent description, it produces an audit report with evidence-backed findings, such as potentially over-broad descendants from includeDescendants, suspicious mappings from includeMapped, missing candidate concepts, possible exclusions, and aggregate CDM prevalence/co-occurrence signals for human review.
A key design constraint is that the LLM does not invent concept IDs. It only judges candidates already retrieved from OMOP vocabulary structure, PHOEBE-style relatedness, or CDM-derived aggregate evidence. Uncertain signals stay review-only rather than being automatically applied.
My main questions are:
- Would this kind of audit report fit anywhere in existing OHDSI phenotype development or review workflows?
- Which finding types would domain experts be most likely to trust, ignore, or want presented differently?
- Are there existing OHDSI tools, conventions, or evaluation practices I should align with more closely?
I’m especially interested in feedback on whether this framing is useful: not “LLM-generated phenotypes,” but human-in-the-loop concept set review with provenance for each finding.