feature: Self-Service Clinical Testing Sessions
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user