feature: Sepsis Early Warning Engine
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user