feature:
Full SOFA Score: Data Layer + Scoring Engine Glasgow Coma Scale: Data Layer + Scoring Engine
This commit is contained in:
@@ -44,7 +44,8 @@
|
||||
"Topics": {
|
||||
"ObservationRecorded": "observation.recorded",
|
||||
"AlertGenerated": "alert.generated",
|
||||
"EncounterStatusChanged": "encounter.status.changed"
|
||||
"EncounterStatusChanged": "encounter.status.changed",
|
||||
"GcsScored": "gcs.scored"
|
||||
},
|
||||
"NumPartitions": 6,
|
||||
"OutboxBatchSize": 100,
|
||||
@@ -156,5 +157,11 @@
|
||||
|
||||
"albuterol": ["HEART_RATE", "SPO2"]
|
||||
}
|
||||
},
|
||||
"Sofa": {
|
||||
"LabStalenessHours": 24,
|
||||
"LabWarningHours": 12,
|
||||
"UseSpO2FiO2Fallback": true,
|
||||
"VasopressorWindowHours": 1
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user