Returns the total count of condition occurences.
SELECT
COUNT(*)::integer AS condition_occurrence_count
FROM @cdm.condition_occurrence
WHERE condition_concept_id = $1;
| Parameter | Example | Mandatory | Notes| | --- | --- | --- | --- | | condition_concept_id | 31967 | Yes | Condition concept identifier for 'Nausea' |
| Field | Description | | --- | --- | | condition_occurrence_count | Number of occurrence of a condition |
| Field | Description | | --- | --- | | condition_occurrence_count | 245123 |
https://github.com/OHDSI/CommonDataModel/wiki/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.