Get Vocabulary Concepts
Get concepts within a specific OMOP vocabulary with pagination - browse SNOMED, ICD-10, LOINC, RxNorm, or any of 100+ vocabulary code lists.
Retrieve concepts that belong to a specific vocabulary with optional filtering and pagination.
Path Parameters
The vocabulary identifier (e.g., “SNOMED”, “ICD10CM”, “LOINC”, “RxNorm”).
Query Parameters
Search term to filter concepts by name or code.
Page number for pagination (1-based, max 1000). For large vocabularies, use the
search parameter to filter results instead of deep pagination.Number of concepts per page (max 1000).
Filter by standard concept status. Options:
S (standard), C (classification), all.Include invalid or deprecated concepts.
Include concept relationships in response.
Include concept synonyms in response.
Sort field. Options:
name, concept_id, concept_code.Sort order. Options:
asc, desc.Specific vocabulary release version to query
Example:
Example:
2025.1Response
Indicates if the request was successful.
Response data container.
Response metadata.
Usage Examples
Basic List
Get concepts from a vocabulary:Search Within Vocabulary
Search for concepts by name:With Sorting
Sort by concept name descending:Include Additional Data
Include relationships and synonyms:Related Endpoints
- List Vocabularies - Get all vocabularies
- Get Vocabulary - Get vocabulary details
- Get Concept - Get individual concept details