OHDSI / circe-be

CIRCE is a cohort definition and syntax compiler tool for OMOP CDMv5
Apache License 2.0
9 stars 13 forks source link

Date Offset Functionality #167

Closed chrisknoll closed 1 year ago

chrisknoll commented 2 years ago

A new feature to allow users to specify offsets from start_date or end_date for 'query' criteria.

Some considerations:

chrisknoll commented 1 year ago

After some back-and-forth, the initial implementation will not do any observation period bounding. For cohort entry events, moving an event outside an observation period will cause it to be dropped. For correlated criteria, you can move the dates anywhere and say 'ignore observation period' and the observation period dates will be ignored.