List Vocabularies
Get a paginated list of all available OMOP medical vocabularies - SNOMED CT, ICD-10, LOINC, RxNorm, ATC, HCPCS, and 100+ OHDSI-supported terminologies.
This endpoint returns a paginated list of all available medical vocabularies in the system, including SNOMED CT, ICD-10-CM, LOINC, RxNorm, and others.
Query Parameters
Page number for pagination (1-based).
Number of vocabularies to return per page (max 1000).
Include concept count statistics for each vocabulary.
Include inactive or deprecated vocabularies in the results.
Sort field. Options:
name, priority, updatedSort order. Options:
asc, descSpecific vocabulary release version (e.g., “2025.1”). Defaults to the latest available release.
Response
Indicates if the request was successful.
Response data container.
Response metadata and pagination information.
Usage Examples
Basic List
Get all vocabularies with default pagination:With Statistics
Include concept counts for each vocabulary:Sorted by Name
Get vocabularies sorted alphabetically:Include Inactive
Include deprecated vocabularies:Related Endpoints
- Get Vocabulary - Get details for a specific vocabulary
- Search Vocabularies - Search vocabularies by name
- Get Vocabulary Concepts - Get concepts within a vocabulary