Skip to main content
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

integer
default:"1"
Page number for pagination (1-based).
integer
default:"20"
Number of vocabularies to return per page (max 1000).
boolean
default:"false"
Include concept count statistics for each vocabulary.
boolean
default:"false"
Include inactive or deprecated vocabularies in the results.
string
default:"name"
Sort field. Options: name, priority, updated
string
default:"asc"
Sort order. Options: asc, desc
string
Specific vocabulary release version (e.g., “2025.1”). Defaults to the latest available release.

Response

boolean
Indicates if the request was successful.
object
Response data container.
object
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: