SELECT COUNT(DISTINCT person_ID)::integer AS NUM_persons
FROM @cdm.observation_period op
WHERE (op.observation_period_END_DATE - op.observation_period_START_DATE) >= 365;
None
| Field | Description | | --- | --- | | Num_Persons | Number of patients who have at least one observation period in the database that is longer than 365 days |
| Field | Value | | --- | --- | | Num_Persons | 105119818 |
https://github.com/OHDSI/CommonDataModel/wiki/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.