This query returns current vocabulary release number.
SELECT
vocabulary_version
FROM @vocab.vocabulary
WHERE vocabulary_id = 'None'
;
None
| Field | Description | | --- | --- | | vocabulary_version | Version number of current OMOP vocabulary release |
| Field | Value | | --- | --- | | vocabulary_version | v5.0 28-MAR-17 |
https://github.com/OHDSI/CommonDataModel/wiki/VOCABULARY
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.