Documentation Index
Fetch the complete documentation index at: https://docs.medera.info/llms.txt
Use this file to discover all available pages before exploring further.
Category: Evidence & Safety · Signals: Active med list · Prescribing context · Patient comorbidities · Allergies
Overview
The Drug Interaction Agent runs at the point of prescribing — checking the pending order against the active med list and the patient’s comorbidities and allergies. Warnings are severity-graded, surfaced with rationale, and the prescribing decision (including overrides) is logged.How this agent works
Configuration
This agent takes the following configuration from your practice settings:- Drug interaction library (DrugBank, RxNorm)
- Severity threshold for surfacing
- Specialty context (psychopharm, primary care)
- Allergy and contraindication policy
Execution
At runtime, the agent executes the following steps:- Reads the active med list and pending order
- Runs interaction and contraindication checks
- Surfaces severity-graded warnings with rationale
- Logs the check and the prescribing decision
- Tracks warning override patterns
Composable experts
The Drug Interaction Agent bundles the following experts from the registry:| Expert | Role |
|---|---|
| DrugBank Expert | Interaction library queries |
| Psychopharm Interaction Expert | BH-specific interaction logic |
| Contraindication Expert | Patient comorbidity and allergy logic |
| Severity Grading Expert | Clinical severity scoring |
Typical use cases
- Catch psychopharm interactions that matter at the point of prescribing
- Surface contraindications based on patient comorbidities
- Log overrides and rationale for safety review
- Update the interaction library as new evidence emerges
Compliance & safety guarantees
- Interaction library is current and configurable
- Severity grading is explicit
- Overrides are logged with rationale
Tags
Interactions · Contraindications · Psychopharm · Safety
Related
Agentic Framework Overview
Learn how agents compose with experts and the orchestrator.
Expert Registry
Browse the typed expert registry agents bundle.
Quickstart
Send your first message to an agent.
A2A Protocol
Learn how agents talk to each other.