search_concepts
Search medical concepts across OHDSI vocabularies by name or synonym to find OMOP concept IDs with details like vocabulary and domain.
Instructions
Search for medical concepts across OHDSI standardized vocabularies by name, synonym, or clinical term. Returns matching concepts with IDs, names, vocabulary, domain, and standard status. Use this when you need to find the OMOP concept ID for a medical term. Examples: 'type 2 diabetes', 'metformin 500mg', 'systolic blood pressure', 'HbA1c'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based, default 1) | |
| query | Yes | The medical term or concept name to search for | |
| page_size | No | Number of results to return (1-50, default 10) | |
| domain_ids | No | Comma-separated domain IDs to filter by. Examples: 'Condition', 'Drug', 'Measurement', 'Procedure'. Leave empty for all domains. | |
| vocabulary_ids | No | Comma-separated vocabulary IDs to filter by. Examples: 'SNOMED', 'ICD10CM', 'RxNorm', 'LOINC'. Leave empty to search all vocabularies. | |
| standard_concept | No | Filter by standard concept status: 'S' for Standard, 'C' for Classification. Omit to search all. |