find_omop_concept
Maps clinical keywords to OMOP concepts within a specified table and field. Returns candidate concepts for selection based on context.
Instructions
Find OMOP concepts for a given keyword, table, and field.
Returns multiple candidates for LLM to choose from based on context.
Args:
keyword: The clinical term to map
omop_table: The OMOP CDM table name
omop_field: The concept ID field name
max_results: Maximum number of candidate concepts to return
Returns:
Dict containing candidate concepts or error information if no results found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | ||
| omop_field | Yes | ||
| omop_table | Yes | ||
| max_results | No |