Create Definitions From OHDSI
SkillDev toolsGenerate dismech definitions from OHDSI/ATLAS cohort definitions or other computable phenotype logic. Use when converting OMOP cohort JSON, drafting PheKB-/OHDSI-style phenotype algorithms, or mapping FHIR/CQL/OMOP rules into dismech `definitions` blocks.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Create Definitions From OHDSI skill
What this skill tells your AI
The instructions your AI receives, as published by monarch-initiative/dismech in .claude/skills/create-definitions-from-ohdsi/SKILL.md and read by ahel’s review.
Use this skill to convert OHDSI/ATLAS cohort definitions into dismech definitions blocks and to map FHIR/CQL logic into the same structure.
Quick start
- Export an ATLAS/WebAPI cohort definition JSON.
- Generate a YAML fragment:
uv run python .claude/skills/create-definitions-from-ohdsi/scripts/ohdsi_cohort_to_definition.py /path/to/cohort.json --wrap
- Paste the fragment into the target disorder file under
definitions. - Normalize to dismech norms (add evidence snippets, scope, criteria set names, and any available term objects).
- Validate:
just validate kb/disorders/<Disease>.yaml
Workflow guardrails
- Keep logic concise: express cohort entry, inclusion rules, and exit criteria in
criteria_sets. - Use
minimum_requiredfor numeric logic; put temporal logic indescription. - Add evidence snippets from abstracts when the algorithm is derived from a publication.
- Only add
termobjects when the CURIE is in a configured prefix (ICD10CM, NCIT, HP, etc.).
References
- Mapping guide:
references/model-mapping.md(FHIR/OHDSI/CQL to dismech)
Scripts
scripts/ohdsi_cohort_to_definition.py: Convert ATLAS/WebAPI cohort JSON to a dismech definition fragment.- Use
--wrapto emit a top-leveldefinitionskey.
- Use
Signals
- GitHub stars
- 60
- Forks
- 12
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
create-definitions-from-ohdsi- Source
- github.com/monarch-initiative/dismech