What problem does it solve?
The Healthcare CDSS patterns skill helps teams build Clinical Decision Support System logic that reduces patient safety risk by ensuring drug interaction detection, dose validation, and clinical scoring behave predictably and are tested for zero false negatives.
Core Features & Use Cases
- Drug interaction checking: Compare a new medication against current medications and documented allergies to produce severity-sorted alerts using maintainable interaction pair data.
- Dose validation: Validate prescribed dose against weight-based, age-adjusted, and renal-adjusted rules and block when critical inputs (like weight for mg/kg dosing) are missing.
- Clinical scoring & alert classification: Compute early warning scores (e.g., NEWS2) and structure alert severity so the EMR UI can block, warn, or inform with explicit clinician actions.
- Safety-first testing pattern: Enforce 100% pass criteria with bidirectional interaction checks, malformed input resilience, and hard guardrails for weight-based validation.
Quick Start
Use the healthcare-cdss-patterns skill to generate a pure-function CDSS rule engine for drug interactions, dose checks, and NEWS2 scoring that outputs severity-tagged alerts for your EMR workflow.