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

Accessing Cohort elements programmatically #2332

Open alex-odysseus opened 6 months ago

alex-odysseus commented 6 months ago

Business Requirements

Some of the temporary tables which are created in the result schema when Cohort statistics are calculated already contain information which may be interesting for its further usage by the other applications

Design Ideas and Functional Requirements

When a Cohort is generated there should be a way to specify that any sub-products of the Cohort statistics calculation should be available for its further usage. In addition there should be an endpoint which will respond if a particular Cohort has such sub-products available

For each domain (Drug Exposure, Condition Occurrence, etc.) there should be a way to define (on the application level, not on the Cohort level!) which attributes are of interest to use not to have all stored (whether in temporary tables or in a specific summary table to be exclusively created - https://github.com/OHDSI/Atlas/issues/2891)

Open Questions

@mrechkem @Sathyaraos