search-drug-nomenclature
Find standardized drug information using RxNorm database to identify correct medication names, dosages, and formulations for accurate prescribing and record-keeping.
Instructions
Search for drug information using RxNorm (standardized drug nomenclature)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Drug name to search for in RxNorm database |
Input Schema (JSON Schema)
{
"properties": {
"query": {
"description": "Drug name to search for in RxNorm database",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}