feature: Sepsis Engine Refactor: Remove SIRS, Rewire qSOFA + Bundle
Frontend: GCS Entry, SOFA Display, Sepsis UI Refactor
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
using StackExchange.Redis;
|
||||
|
||||
// qSOFA criteria (Sepsis-3 bedside screen):
|
||||
// - Respiratory rate ≥ 22 breaths/min
|
||||
// - Systolic blood pressure ≤ 100 mmHg
|
||||
// - Altered mentation: AVPU ≥ 1 or GCS total < 15 (via SyncAlteredMentationAsync)
|
||||
public static class QsofaCalculator
|
||||
{
|
||||
public static readonly IReadOnlyList<string> QsofaCodes = new[]
|
||||
|
||||
Reference in New Issue
Block a user