What problem does it solve?
Clinical teams and healthcare software developers face high risks of patient harm from unvalidated drug interactions, incorrect dosing, and unstandardized clinical scoring when building or using EMR-embedded decision support tools. This Skill eliminates those risks by providing tested, pure-function patterns for patient-safe CDSS development.
Core Features & Use Cases
- Drug Interaction Checking: Automatically flag dangerous interactions between new prescriptions, current medications, and documented allergies, with bidirectional checking to catch all risk pairs.
- Dose Validation: Enforce weight-based, age-adjusted, and renal function-adjusted dosing rules to prevent overdose or underdose errors.
- Clinical Scoring: Implement standardized, spec-aligned scoring systems like NEWS2 and qSOFA for patient risk stratification.
- Use Case: A hospital building a new medication order entry module can use this Skill to automatically block critical drug interactions and invalid doses before prescriptions are finalized, with full audit trails for overrides.
Quick Start
Use the healthcare-cdss-patterns skill to validate a 500mg paracetamol prescription for a 45-year-old 70kg patient with no renal impairment, checking for interactions with their current aspirin use and documented penicillin allergy.