healthcare-cdss-patterns

Identify patient safety risks with modular drug interaction, dose validation, and clinical scoring.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/contentbugvideoediting/cb-project-assistant --skill healthcare-cdss-patterns-contentbugvideoediting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcare-cdss-patterns
Source: https://github.com/contentbugvideoediting/cb-project-assistant/tree/main/services/cb-s-claude/vendor/s-claude/skills-library/healthcare-cdss-patterns
Command: npx skills add https://github.com/contentbugvideoediting/cb-project-assistant --skill healthcare-cdss-patterns-contentbugvideoediting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clinical decision support patterns for EMR-integrated workflows to improve patient safety by standardizing drug interaction handling, dose validation, and risk scoring.

Core Features & Use Cases

  • Drug interaction checking across current medications and allergies with severity classification.
  • Dose validation with weight-based, age-based, and renal adjustments, plus robust validation rules.
  • Clinical scoring support (NEWS2, qSOFA, APACHE, GCS) for risk stratification and escalation guidance.
  • Alert severity classification and integration into EMR workflows; supports auditability and override logging.
  • Modular engine design using pure functions and clear data models for reuse across systems.

Quick Start

Integrate the CDSS engine into an EMR workflow and configure its three modules (drug interactions, dose validation, and clinical scoring) for patient safety.

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 clinical decision support for drug interaction checking in an EMR workflow?

Clinical decision support for EMR workflows is implemented using a modular pure-function engine that checks drug interactions and allergies. It classifies severity and provides alerting with override logging to ensure auditability within prescribing pathways.

Can I validate patient medication doses based on weight, age, and renal function?

Dose validation supports weight-based, age-based, and renal adjustments through robust validation rules. This ensures accurate dosing calculations tailored to individual patient parameters before medication orders are finalized in the EMR system.

What clinical scoring systems are available for patient risk stratification and escalation?

Clinical scoring support includes standard schemes like NEWS2, qSOFA, APACHE, and GCS. These scores enable patient risk stratification and provide escalation guidance for clinical workflows, integrating results directly into EMR-driven alerting pathways.

Does this CDSS engine require specific dependencies or platforms to function?

The CDSS engine operates as a pure-function system with no external dependencies. It uses clear input/output interfaces and data models for interactions and doses, allowing integration into any EMR environment without requiring specific platform prerequisites.

How does a modular clinical decision support system handle alert severity and auditability?

A modular CDSS handles alert severity classification by categorizing risks from drug interactions and clinical scores. It supports auditability through override logging, ensuring all alert decisions within EMR-integrated workflows are tracked for clinical safety review.