Count average number of observation period days.
SELECT
AVG(observation_period_end_date - observation_period_start_date) AS num_days
FROM @cdm.observation_period;
None
| Field | Description | | --- | --- | | num_days | Average length of observation period, in days |
| Field | Value | | --- | --- | | num_days | 966 |
https://github.com/OHDSI/CommonDataModel/wiki/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.