What problem does it solve? Building Clinical Decision Support Systems (CDSS) requires patient-safety-critical logic where a single missed drug interaction or incorrect dose can cause harm. This Skill provides proven patterns for implementing interaction checking, dose validation, and clinical scoring as pure, fully testable functions that integrate into EMR workflows. ## Core Features & Use Cases - Drug Interaction Checking: Check a new drug against current medications and allergy lists, returning severity-sorted alerts with bidirectional pair detection. - Dose Validation: Validate prescribed doses against weight-based, age-adjusted, renal-adjusted, and absolute maximum rules, blocking when required patient data is missing. - Clinical Scoring: Calculate NEWS2 scores from vital signs with risk levels and escalation guidance matching the Royal College of Physicians specification. - Use Case: When a clinician prescribes warfarin to a patient already taking aspirin, the engine returns a critical alert for increased bleeding risk that blocks the order until an override reason is documented in the audit trail. ## Quick Start Ask the AI to implement a drug interaction checker and dose validator for your EMR system following these CDSS patterns.