map_concept
Find equivalent concepts across medical vocabularies by mapping a source OMOP concept ID to targets like SNOMED or ICD-10, with relationship types and mapping quality.
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. |