Files
vigilcare-clinical/VigilCareClinicalAPI.Tests/Fixtures/Scenarios/minimal-sim-01.json
T
voltsrage 24f45851e9
CI / frontend (push) Canceled after 0s
CI / backend (push) Canceled after 8m32s
feature: In-App Simulation Runner (Backend)
2026-08-06 01:52:53 +08:00

45 lines
1.2 KiB
JSON

{
"scenario": {
"id": "minimal-sim-01",
"name": "Minimal Simulation Fixture",
"description": "Three observation clusters for Phase 36 CI tests.",
"durationMinutes": 2,
"tags": ["test", "minimal"]
},
"patient": {
"firstName": "Sim",
"lastName": "Fixture",
"dateOfBirth": "1980-01-15",
"gender": "Female"
},
"encounter": {
"department": "GeneralMedicine",
"encounterType": "Inpatient",
"attendingPhysician": "Dr. Test",
"roomBed": "T-1",
"admissionReason": "Simulation fixture"
},
"events": [
{
"offsetMinutes": 0,
"type": "observation",
"data": { "code": "HEART_RATE", "value": 72, "unit": "bpm", "source": "Manual" }
},
{
"offsetMinutes": 0,
"type": "observation",
"data": { "code": "RESP_RATE", "value": 14, "unit": "/min", "source": "Manual" }
},
{
"offsetMinutes": 1,
"type": "observation",
"data": { "code": "HEART_RATE", "value": 74, "unit": "bpm", "source": "Manual" }
},
{
"offsetMinutes": 2,
"type": "observation",
"data": { "code": "HEART_RATE", "value": 70, "unit": "bpm", "source": "Manual" }
}
]
}