Returns a patient absence overview, which is limited to whether the patient is currently absent and the Bradford Factor score for the specified time period, or if no time period is specified, the previous 52 weeks. Does not show deleted absences.
patientportal.absences.getPatientAbsenceOverview({ patient: <patient>, from: <date-from>, to: <date-to> });
/patientportalapi/absences/overview
PatientAbsenceOverviewData
{ "status": "ok", "result": { "BradfordFactor": 24, "IsCurrentlyAbsent": true, "Key": "83075be08d41fd6096c3c53bc8c4bda7" } }