Fix issues with critical alerts breaking the simulation
This commit is contained in:
@@ -29,7 +29,7 @@ const enrichment = {
|
||||
admissionReason: 'Sepsis workup',
|
||||
patient: { allergies: 'Penicillin' },
|
||||
},
|
||||
openAlerts: [{ alertType: 'News2Emergency' }],
|
||||
openAlerts: [{ alertType: 'NEWS2_EMERGENCY' }],
|
||||
pendingOrders: [{ description: 'Blood cultures', status: 'Pending' }],
|
||||
vitals: extractLatestVitals([
|
||||
{ observationCode: 'HEART_RATE', value: 110, unit: 'bpm', recordedAt: '2026-06-23T10:00:00Z' },
|
||||
|
||||
Reference in New Issue
Block a user