explore_concept
Retrieve detailed information, hierarchical ancestors/descendants, and cross-vocabulary mappings for a medical concept in a single call.
Instructions
Get a comprehensive view of a medical concept in one call: detailed info, ancestors/descendants hierarchy, and cross-vocabulary mappings. Use this instead of calling get_concept + get_hierarchy + map_concept separately. Ideal for understanding what a concept is, where it sits in the classification tree, and how it maps to other coding systems.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept_id | Yes | The OMOP concept_id to explore | |
| include_hierarchy | No | Include ancestors and descendants. Default true. | |
| hierarchy_levels | No | How many hierarchy levels to fetch (1-5, default 2) | |
| include_mappings | No | Include cross-vocabulary mappings. Default true. | |
| target_vocabularies | No | Comma-separated vocabulary IDs to filter mappings. Examples: 'ICD10CM', 'SNOMED'. |