get_concept_by_code
Retrieve an OMOP concept using a vocabulary-specific code and vocabulary ID to resolve ambiguous codes across multiple vocabularies.
Instructions
Look up an OMOP concept using a vocabulary-specific code and vocabulary ID. Both parameters are required to avoid ambiguity - the same code can exist in multiple vocabularies (e.g., 'E11' exists in both ICD10CM and ICD10). If multiple concepts share the same code within a vocabulary, all matches are returned - prefer the one with standard_concept='S'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vocabulary_id | Yes | The vocabulary system. Examples: 'ICD10CM', 'SNOMED', 'RxNorm', 'LOINC', 'HCPCS', 'NDC' | |
| concept_code | Yes | The vocabulary-specific code. Examples: 'E11.9' (ICD-10), '44054006' (SNOMED), '4850' (LOINC) |