Skip to main content

Medication Service — Risk Register

Status: populated Owner: TBD Last updated: 2026-04-17 Companion: Service Template

1. Risks

IDRiskLikelihoodImpactMitigationOwner
MED-R-001Drug KB vendor lock-in or cost spikeMediumHighPort abstraction + fallback to WHO EML + tenant formularytech lead
MED-R-002Controlled-substance audit gap (regulator exposure)LowCritical10y retention, disclosure-accounting export, periodic sampling reviewcompliance
MED-R-003Inventory data integrity (negative stock)LowHighDB CHECK constraint + transactional decrement + p1 alert on negativeSRE
MED-R-004Alert fatigue — clinicians override without readingHighMediumPeriodic review cadence of override rates; rule tuning; AI explainer (HITL)clinical governance
MED-R-005Offline dispense creating stock conflicts at scaleMediumMediumIdempotency + tentative reservation + sync-time conflict resolution UIpharmacy lead
MED-R-006Gateway outage interrupting cross-tenant RxMediumHighOutbox retention + manual replay; local queue survives 24hSRE + platform
MED-R-007FHIR profile drift vs pinned IGs causing validation failuresMediumMediumContract tests + pinned IG bundle + profile version per tenantinterop lead
MED-R-008Terminology lag (new RxNorm release)LowMediumScheduled terminology sync; allow free-text fallbackterminology owner
MED-R-009Legacy event subjects (MEDICATION.*, PHARMACY.*) left in prod after cut-overMediumLowDual-publish window + scheduled retirement communicationtech lead
MED-R-010MoPH controlled-substance reporting format changesMediumHighAdapter-based export; test against MoPH sample file monthlycompliance
MED-R-011Large tenant with > 20M dispensing_events per yearLowMediumMonthly partitioning scheme (see DATA_MODEL §5); archive to cold storageDBA
MED-R-012Pharmacist staffing gap for counter-sign on nightsMediumMediumTenant-level rota policy; supervisor escalation; audit backlog dashboardoperations
MED-R-013AI sig parse proposing wrong structure accepted by busy prescriberLowHighHITL required confirmation; no auto-save; override auditclinical governance
MED-R-014Pharmacy portal offline cache exposes PHI on stolen deviceLowCriticalDevice-bound encryption, short revocation window, remote wipe on reportsecurity