healthcare-cdss-patterns

Provide modular clinical decision support patterns for EMR integration.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill healthcare-cdss-patterns-richardnpaul
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: healthcare-cdss-patterns
Source: https://github.com/richardnpaul/everything-vscode-copilot/tree/main/.github/skills/healthcare-cdss-patterns
Command: npx skills add https://github.com/richardnpaul/everything-vscode-copilot --skill healthcare-cdss-patterns-richardnpaul

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clinical teams need a reusable, modular pattern library to implement and govern clinical decision support within EMR systems, ensuring safety and consistency across checks.

Core Features & Use Cases

  • Drug interaction checking: Detect and classify potential interactions between a new drug and current medications or allergies, with severity scoring.
  • Dose validation and clinical scoring: Validate dosing rules and compute scores such as NEWS2 and qSOFA to drive alerts and escalation.
  • EMR integration patterns: Provide plug-in templates and interfaces to integrate CDSS logic into EMR workflows with clear input/output contracts.
  • Alert classification and safety guardrails: Define alert severities (critical, major, minor) and UI behaviors to ensure safety and traceability.

Quick Start

Provide a minimal, modular CDSS pattern library that can be plugged into an EMR to validate prescriptions and generate safety alerts.

Frequently Asked Questions about healthcare-cdss-patterns

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

FAQPage Schema
What is clinical decision support for EMR integration and how does it handle drug interactions?

Clinical decision support (CDSS) for EMR integration is a modular pattern library that detects and classifies drug interactions with severity scoring. It validates dose rules and computes clinical scores like NEWS2 and qSOFA to generate safety alerts and reduce medication errors.

How do I implement dose validation rules in an EMR workflow?

To implement dose validation in an EMR workflow, you apply modular CDSS patterns with testable pure logic and well-defined input/output contracts. This approach validates dosing rules and computes scores like NEWS2 and qSOFA to drive standardized alert escalation.

Can I use CDSS patterns for both inpatient and outpatient EMR settings?

Yes, you can apply CDSS patterns across both inpatient and outpatient EMR settings. The architecture is modular with plug-in templates designed to integrate into various EMR workflows, ensuring consistent alert handling and medication safety regardless of the clinical environment.

What is the best way to classify clinical alerts and ensure safety traceability?

The best way to classify clinical alerts is to define severities such as critical, major, and minor alongside specific UI behaviors. This CDSS pattern establishes safety guardrails and auditable alert behavior, ensuring full traceability for clinical decision support actions.

Does this clinical decision support library require specific dependencies to run?

No, this clinical decision support library has no external dependencies. It provides a minimal, modular pattern library with pure logic that can be directly plugged into an EMR to validate prescriptions and generate safety alerts without requiring additional packages.

Why are my clinical decision support alerts firing inconsistently across EMR modules?

CDSS alerts may fire inconsistently if the modular architecture lacks well-defined input/output contracts or testable pure logic. Standardizing alert classification and implementing strict safety guardrails ensures auditable, traceable alert behavior across all EMR integrations.