search_concepts
Search for medical concepts by name or clinical term across all vocabularies.Parameters
Example
get_concept
Get detailed information about a specific OMOP concept by its numeric ID.Parameters
Example
get_concept_by_code
Look up a concept using a vocabulary-specific code (e.g., ICD-10E11.9, SNOMED 44054006).
Parameters
Example
map_concept
Map a concept to equivalent concepts in other vocabularies (e.g., SNOMED to ICD-10).Parameters
Example
get_hierarchy
Navigate concept hierarchy - ancestors, descendants, or both.Parameters
Example
list_vocabularies
List available medical vocabularies with statistics.Parameters
Example
semantic_search
Search for medical concepts using natural language with neural embeddings. Unlike keyword search, semantic search understands clinical meaning - “heart attack” finds “Myocardial infarction”, “high blood sugar” finds “Hyperglycemia”.Parameters
Example
find_similar_concepts
Find medical concepts similar to a reference concept, name, or natural language query. Supports three similarity algorithms. Provide exactly one of:concept_id, concept_name, or query.
Parameters
Example
explore_concept
Get a comprehensive view of a medical concept in one call: detailed info, ancestors/descendants hierarchy, and cross-vocabulary mappings. Use this instead of callingget_concept + get_hierarchy + map_concept separately.
Parameters
Example
fhir_resolve
Resolve a FHIR coded value (system URI + code) to its OMOP standard concept, CDM target table, and optional Phoebe recommendations. Supports text-only input via semantic search fallback.Parameters
At least one of (
system + code), (vocabulary_id + code), or display is required.