Adverse Events
Per-patient adverse-event records with severity, drug interactions, source attribution (FAERS, internal report).
API endpoints
| Method | Path | RBAC | Purpose |
|---|---|---|---|
POST | /v1/adverse-events | clinician | Create an event |
GET | /v1/adverse-events | clinician | List events |
GET | /v1/adverse-events/:id | clinician | Fetch one |
Database tables
adverse_events— Severity (MILD…FATAL), outcome, source, drug interaction
Notes
- Severity is constrained to the FDA enum: MILD, MODERATE, SEVERE, LIFE_THREATENING, FATAL.
