Skip to main content

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
Catch interactions that matter in psychopharmacology and primary care overlap.

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:
  1. Reads the active med list and pending order
  2. Runs interaction and contraindication checks
  3. Surfaces severity-graded warnings with rationale
  4. Logs the check and the prescribing decision
  5. Tracks warning override patterns

Composable experts

The Drug Interaction Agent bundles the following experts from the registry:
ExpertRole
DrugBank ExpertInteraction library queries
Psychopharm Interaction ExpertBH-specific interaction logic
Contraindication ExpertPatient comorbidity and allergy logic
Severity Grading ExpertClinical 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

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.