Download OpenAPI specification:Download
Initialises a Solver Operation.
| type required | string |
| stamps | object |
required | object (CalculationRequest) |
{- "calculation_id": "calculation_id",
- "solver_type": "care_plan_parameter_groups_solver",
- "context": {
- "isHospital": false,
- "department_ids": [
- "department_id"
], - "staff_worklogs": [
- {
- "staff_member_id": "staff_member_id",
- "range": {
- "starts_at": "2019-08-24T14:15:22Z",
- "ends_at": "2019-08-24T14:15:22Z"
}
}
], - "capabilities": [
- "NursingCapability"
], - "care_demand": [
- {
- "patient_id": "patient_id",
- "range": {
- "starts_at": "2023-02-22T12:08:59+01:00",
- "ends_at": "2023-02-23T12:08:59+01:00"
}, - "care_path_name": "CarePath_A",
- "hints": [
- {
- "label": "minutes_per_24_hours",
- "value": 400
}, - {
- "label": "weight",
- "value": 200
}
]
}
], - "staff_members": [
- {
- "id": "staff_member_id",
- "capability_efficiencies": [
- {
- "capability": "NursingCapability",
- "efficiency": 0.4
}
]
}
], - "missed_care_per_day": [
- {
- "date": "2019-08-24T14:15:22Z",
- "missed_care_minutes_per_24_hours": 0,
- "missed_care_percentage": null
}
], - "care_paths": [
- "CarePath_A",
- "CarePath_B"
]
}
}{- "stamps": { },
- "message": {
- "tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
- "calculation_id": "e12d16eb-d9f1-4b0f-947a-21bb0f2f3dc6",
- "parameter_groups": [
- {
- "source_departments": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "name": "string",
- "care_path": "string",
- "initial_counting_index": 0,
- "is_default": true,
- "parameters": [
- {
- "minutes_per_24_hours": 0,
- "start_time": "14:15:22Z",
- "end_time": "14:15:22Z",
- "should_be_sliced": true
}
]
}
], - "metadata": { }
}
}