medical.rxnorm
Verify drug names by looking up RxNorm to get standardized identifiers. Accepts free-text drug names or RxCUI to return normalized concepts, ingredients, and brand names.
Instructions
Normalize and verify drug names against RxNorm, the canonical US drug vocabulary (NIH). term="tylenol 500mg" returns ranked RxCUI candidates with normalized names (typos tolerated); rxcui=… returns the canonical concept plus related ingredients, brand names, and dose forms. Verify drugs exist and get stable identifiers instead of trusting model memory. Sibling of medical.icd10.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | No | Free-text drug name (XOR with rxcui). | |
| limit | No | ||
| rxcui | No | RxNorm concept id (XOR with term). |