-
Notifications
You must be signed in to change notification settings - Fork 4
Add PERSON_ID to PERSON inclusion critieria #11
Comments
Can we dig a little deeper in to this use case? I'm trying to understand: Additonal criteria means that you're looking for a count of something relative to the index date. So, by providing a list of person_ids to create a group of people, what are we counting, exactly? Ex: index dates of condition_occurrence, additional criteria of a drug exposure = count number of drug exposures within X days of the condition occurrence. Additionally, person_ids are completely data-source specific. How would this make the expression portable? |
You are 100% correct that a query using PERSON_IDs is not portable across And yes, I was should have been more specific in the description: In both The anticipated use case, which Regenstrief and Columbia have introduced, On Fri, Apr 17, 2015 at 6:49 PM, Chris Knoll [email protected]
|
Use case: a group already has a cohort, which is defined by a set of PERSON_ID. we should be able to import a comma-separated list of PERSON_IDs, and then apply zero or more additional criteria to those patients. The list of PERSON_ID should be joined to OBSERVATION_PERIOD to set cohort_start_date = OBSERVATION_PERIOD_START_DATE and cohort_end_date= OBSERVATION_PERIOD_END_DATE.
The text was updated successfully, but these errors were encountered: