6 lines
218 B
C#
6 lines
218 B
C#
// Subset of the observation.recorded payload — only the fields the sepsis engine needs.
|
|
public record SepsisObservationEvent(
|
|
Guid EncounterId,
|
|
Guid PatientId,
|
|
string ObservationCode,
|
|
decimal Value); |