get-drug-info
Retrieve detailed drug information using its generic name with a tool designed for FHIR-based digital health solutions, enabling efficient clinical workflows and pre-authorization processes.
Instructions
Get Drug details by a generic name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
genericName | Yes |
Input Schema (JSON Schema)
{
"properties": {
"genericName": {
"type": "string"
}
},
"required": [
"genericName"
],
"type": "object"
}