map_concept
Map a source OMOP concept ID to equivalent concepts in other vocabularies, with optional filtering by target vocabulary. Returns cross-vocabulary mappings and relationship types.
Instructions
Find mappings FROM a source concept TO equivalent concepts in other vocabularies. The concept_id you provide is always the SOURCE — results show what it maps TO. Returns cross-vocabulary mappings with relationship types and mapping quality. If no mappings exist, the response explicitly states 'No mappings found' with mapped=false in JSON — never returns ambiguous empty results. Example: provide a SNOMED concept_id and filter by target_vocabularies='ICD10CM' to get the ICD-10 equivalent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| concept_id | Yes | The source OMOP concept_id to map FROM | |
| target_vocabularies | No | Comma-separated vocabulary IDs to map TO. Examples: 'ICD10CM', 'SNOMED', 'RxNorm'. Omit to see all available mappings. |