OHDSI / WebAPI

OHDSI WebAPI contains all OHDSI services that can be called from OHDSI applications
Apache License 2.0
126 stars 156 forks source link

Enhance Cohort generation routine results with simple summary demographics #2347

Open alex-odysseus opened 4 months ago

alex-odysseus commented 4 months ago

Business Requirements

When a Cohort is generated the supplementary results about patients demographics such as age, gender, etc. will be very beneficial to analyze

Design Ideas and Functional Requirements

Cohort Characterization already contains Feature Analyses of the required nature - Age Group, Ethnic Group, Gender, Race. Reuse their business logic as a part of the Cohort generation. The result visualization elements (tabular views) should be present on a new tab "Demographics" enriching the existing reports (Inclusion Report)

Open Questions

@mrechkem @Sathyaraos

anthonysena commented 4 months ago

To confirm: the idea here is to automatically generate features about the cohort when generating each cohort, correct? If so, then it will be useful to describe how we might extend the existing cohort generation pipeline (tasklet) to incorporate such a feature. Where are these features configured? Who controls them? Is it possible to optionally invoke them when generating a cohort? Such details need elaboration here. Thanks!