Get Concept Classes
Retrieve all OMOP concept classes that categorize medical concepts - Clinical Finding, Ingredient, Procedure, and the complete OHDSI classification set.
This endpoint returns concept classes, which provide categorization of medical concepts within their domains. Concept classes distinguish between different types of concepts like “Clinical Finding” vs “Disorder” within conditions, or “Ingredient” vs “Clinical Drug” within drugs.
Query Parameters
Filter concept classes to those used by specific vocabularies. Comma-separated list.
Example:
Example:
SNOMED,RxNorm,ICD10CMInclude concept counts and vocabulary coverage for each concept class.
Specific vocabulary release version to query
Example:
Example:
2025.1Response
Indicates if the request was successful.
Response data container.
Response metadata.
Usage Examples
All Concept Classes
Get all concept classes without statistics:With Statistics
Get concept classes with concept counts and vocabulary coverage:Filter by Vocabulary
Get concept classes used by specific vocabularies:Related Endpoints
- Get Domains - Available domain information
- Get Domain Concepts - Concepts within a domain
Notes
- Concept classes provide finer categorization than domains
- Many concept classes are vocabulary-specific (e.g., “3-char billing code” for ICD codes)
- When filtering by vocabulary, only concept classes that contain concepts from those vocabularies are returned
- The
vocabulary_coveragefield shows which vocabularies contribute concepts to each class