62 lines
1.9 KiB
JSON
62 lines
1.9 KiB
JSON
{
|
|
"sessions": [
|
|
{
|
|
"id": "session-a-orientation",
|
|
"name": "Session A — Quick orientation",
|
|
"goal": "Learn the interface and rate at least 5 alerts.",
|
|
"estimatedMinutes": 25,
|
|
"defaultSpeed": 60,
|
|
"scenarios": ["stable-baseline-01", "uti-sepsis-elderly-01"]
|
|
},
|
|
{
|
|
"id": "session-b-alert-quality",
|
|
"name": "Session B — Alert quality deep dive",
|
|
"goal": "Compare alert types across contrasting scenarios.",
|
|
"estimatedMinutes": 50,
|
|
"defaultSpeed": 120,
|
|
"scenarios": [
|
|
"medication-false-alarm-01",
|
|
"uti-sepsis-elderly-01",
|
|
"respiratory-failure-asthma-01"
|
|
]
|
|
},
|
|
{
|
|
"id": "session-c-ward-round",
|
|
"name": "Session C — Ward workflow",
|
|
"goal": "Test prioritisation, search, and handoff on a full ward.",
|
|
"estimatedMinutes": 30,
|
|
"defaultSpeed": 240,
|
|
"scenarios": [
|
|
"stable-baseline-01", "uti-sepsis-elderly-01", "post-op-hemorrhage-01",
|
|
"respiratory-failure-asthma-01", "hypothermia-elderly-01",
|
|
"dka-electrolyte-01", "cardiac-arrest-post-mi-01"
|
|
]
|
|
},
|
|
{
|
|
"id": "session-d-new-features",
|
|
"name": "Session D — New features",
|
|
"goal": "Evaluate department overview, sepsis board, handoff, and vitals entry.",
|
|
"estimatedMinutes": 40,
|
|
"defaultSpeed": 120,
|
|
"scenarios": [
|
|
"uti-sepsis-elderly-01", "sepsis-sofa-progression-01",
|
|
"neurological-decline-gcs-01", "post-op-hemorrhage-01"
|
|
]
|
|
},
|
|
{
|
|
"id": "session-e-mimic-ward",
|
|
"name": "Session E — MIMIC-IV real stays",
|
|
"goal": "Exercise alert quality on de-identified MIMIC-IV ICU trajectories across care units.",
|
|
"estimatedMinutes": 45,
|
|
"defaultSpeed": 240,
|
|
"scenarios": [
|
|
"mimic-s35396193",
|
|
"mimic-s38329661",
|
|
"mimic-s30876334",
|
|
"mimic-s38017367",
|
|
"mimic-s31248398"
|
|
]
|
|
}
|
|
]
|
|
}
|