This query returns list of available vocabularies.
SELECT
vocabulary_id,
vocabulary_name,
vocabulary_version
FROM @vocab.vocabulary
;
None
| Field | Description | | --- | --- | | vocabulary_id | OMOP Vocabulary ID | | vocabulary_name | Vocabulary name | | vocabulary_version | Version number of the loaded vocabulary |
| Field | Value | | --- | --- | | vocabulary_id | SNOMED | | vocabulary_name | Systematic Nomenclature of Medicine - Clinical Terms (IHTSDO) | | vocabulary_version | SnomedCT Release 20170131 |
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.