search_concepts
Locate OMOP concept IDs for medical terms by searching OHDSI standardized vocabularies. Returns matching concepts with names, vocabulary, domain, and standard status.
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 |
|---|---|---|---|
| query | Yes | The medical term or concept name to search for | |
| vocabulary_ids | No | Comma-separated vocabulary IDs to filter by. Examples: 'SNOMED', 'ICD10CM', 'RxNorm', 'LOINC'. Leave empty to search all vocabularies. | |
| domain_ids | No | Comma-separated domain IDs to filter by. Examples: 'Condition', 'Drug', 'Measurement', 'Procedure'. Leave empty for all domains. | |
| standard_concept | No | Filter by standard concept status: 'S' for Standard, 'C' for Classification. Omit to search all. | |
| page | No | Page number (1-based, default 1) | |
| page_size | No | Number of results to return (1-50, default 10) |