{ "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" } } ] }