OHDSI / Atlas

ATLAS is an open source software tool for researchers to conduct scientific analyses on standardized observational data
http://atlas-demo.ohdsi.org/
Apache License 2.0
273 stars 137 forks source link

Index event selection based on calendar date #322

Closed pbr6cornell closed 4 years ago

pbr6cornell commented 7 years ago

Quality measures, such as HEDIS, often construct cohorts based on a calendar date (ex: all persons enrolled as of 31Dec2015), and then use that index date to apply additional criteria (e.g.: age > 18 as of 31Dec2015, had at least one occurrence of condition/drug/procedure in the 365d prior to 31Dec2015, etc.).

Currently, the cohort definition does not allow an arbitrary index date to be assigned, but instead cohort definitions are anchored on some occurrence of a clinical observation. Here, the clinical observation of interest is the OBSERVATION_PERIOD record (find the observation period that spans the desired index date), but we need to specify the cohort_start_date rather than applying the observation_period_start_date.

chrisknoll commented 4 years ago

User specified start and end dates for cohorts are provided through the Observation Period criteria.

Please re-open this if that feature does not address this issue.