feature: Sepsis Early Warning Engine

This commit is contained in:
voltsrage
2026-06-17 01:05:15 +08:00
parent fde3d56484
commit ec780144c6
12 changed files with 1194 additions and 8 deletions
@@ -0,0 +1,6 @@
// Subset of the observation.recorded payload — only the fields the sepsis engine needs.
public record SepsisObservationEvent(
Guid EncounterId,
Guid PatientId,
string ObservationCode,
decimal Value);