inst/QueryLibrary/Aggregate/general/G12.md

G12: List current vocabulary release number

Description

This query returns current vocabulary release number.

Query

SELECT  
  vocabulary_version
FROM @vocab.vocabulary
WHERE vocabulary_id = 'None'
; 

Input

None

Output

| Field | Description | | --- | --- | | vocabulary_version | Version number of current OMOP vocabulary release |

Example output record

| Field | Value | | --- | --- | | vocabulary_version | v5.0 28-MAR-17 |

Documentation

https://github.com/OHDSI/CommonDataModel/wiki/VOCABULARY



sib-swiss/dsQueryLibraryServer documentation built on Feb. 13, 2025, 8:07 p.m.