healthcare-cdss-patterns

Detect drug interactions, validate doses, and compute clinical scores in EMR workflows.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/cescrafli/compyrasion --skill healthcare-cdss-patterns-cescrafli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcare-cdss-patterns
Source: https://github.com/cescrafli/compyrasion/tree/main/skills/healthcare-cdss-patterns
Command: npx skills add https://github.com/cescrafli/compyrasion --skill healthcare-cdss-patterns-cescrafli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CDSS patterns provide repeatable, safety-focused logic to detect drug interactions, validate dosing, and surface clinically meaningful alerts when integrating CDSS into EMR systems.

Core Features & Use Cases

  • Drug interaction checking across current medications and allergies to surface severity-sorted alerts.
  • Dose validation engines that adapt to weight, age, and renal function with clear guidance.
  • Clinical scoring support (NEWS2, qSOFA) and alert classifications aligned with EMR workflows.
  • EMR workflow integration patterns for presenting, escalating, and auditing alerts.

Quick Start

Identify patient data inputs and run the CDSS engine to generate interaction alerts and dose checks.

Frequently Asked Questions about healthcare-cdss-patterns

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement drug interaction checking within an EMR workflow?

Drug interaction checking is implemented by processing current medications and allergies through a deterministic CDSS engine, generating severity-sorted alerts for EMR integration. Pure-function components evaluate drug data to flag interactions for clinical review.

Can I validate medication dosing based on patient weight and renal function?

Yes, dose validation adapts to patient weight, age, and renal function. The CDSS engine evaluates these clinical parameters to generate clear dosing guidance and flags potential dose issues for review.

How does clinical scoring work for NEWS2 and qSOFA assessments?

Clinical scoring for NEWS2 and qSOFA is handled by modular pure-function components within the CDSS engine. These components process patient vital signs to calculate scores and surface abnormal alerts aligned with EMR workflows.

What is the best way to audit clinical decision support alerts in hospital systems?

Auditing CDSS alerts is achieved using deterministic outputs and audit-ready logging. The engine processes clinical data to generate consistent alerts for drug interactions and dosing, ensuring every decision is traceable for hospital compliance.

Do I need a specific EMR system to use these clinical decision support patterns?

No specific EMR system is required. The CDSS patterns provide modular integration logic designed to fit within existing hospital EMR workflows for prescribing, dose validation, and clinical scoring without hard dependencies.

Why should I use a pattern-driven approach for clinical decision support?

A pattern-driven CDSS approach provides repeatable, safety-focused logic to detect drug interactions and validate dosing. It uses deterministic pure-function components to ensure consistent, auditable clinical alerts.