medication-reconciliation
Compare patient pre-admission medication lists with inpatient orders to automatically identify omitted or duplicated medications and improve medication safety.
Veto GatesRequired pass for any deployment consideration
Core Capability90 / 100 — 8 Categories
Medical TaskExecution Average: 88.4 / 100 — Assertions: 20/20 Passed
PHI check step now prompts for de-identification confirmation before processing. Example data runs correctly. Atorvastatin/Lipitor synonym match works. Report structure complete.
Critical drug class detection correctly fires for anticoagulant. Warning level set to 'critical'. Recommendation generated for physician review.
Duplicate detection correctly identifies same generic name + same dose as duplicate. Warning generated.
Dose-change detection now documented in workflow step 6 and output format. Metformin 500mg vs 1000mg correctly flagged as dose_changed with physician verification warning.
JSONDecodeError caught and reported clearly. Script exits with error code 1. No crash or silent failure.
Key Strengths
- PHI check step now enforced as step 1 in workflow — mandatory de-identification confirmation before any patient data is processed
- Dose-change detection fully documented in workflow and output format with JSON example, closing the clinically significant gap from v1
- Drug synonym mapping (brand/generic) enables robust matching across naming conventions
- Critical drug class detection with tiered warning levels (critical/warning/info) is clinically meaningful
- Comprehensive error handling with clear exit codes and actionable error messages