| Literature DB >> 31804138 |
Sarab AlMuhaideb1, Osama Alswailem2, Nayef Alsubaie2, Ibtihal Ferwana1, Afnan Alnajem3.
Abstract
BACKGROUND: No-shows, a major issue for healthcare centers, can be quite costly and disruptive. Capacity is wasted and expensive resources are underutilized. Numerous studies have shown that reducing uncancelled missed appointments can have a tremendous impact, improving efficiency, reducing costs and improving patient outcomes. Strategies involving machine learning and artificial intelligence could provide a solution.Entities:
Mesh:
Year: 2019 PMID: 31804138 PMCID: PMC6894458 DOI: 10.5144/0256-4947.2019.373
Source DB: PubMed Journal: Ann Saudi Med ISSN: 0256-4947 Impact factor: 1.526
A complete list of predictor features and their information gain ranking.
| Input | Type | No. Values/range | Info gain ranking | Description |
|---|---|---|---|---|
| Numeric | 0.0 – 100.0 | 0.3596 | The proportion of no-show visits among all visits per patient | |
| Nominal | 32 | 0.0323 | Appointment location | |
| Nominal | 24 | 0.025 | Clinic specialty or medical service | |
| Nominal | 18 | 0.0104 | Type of patient as Ordinary, Employee, Dependent, Donor, etc. | |
| Numeric | 0-115 | 0.003 | Patient age in years | |
| Nominal | 7 | 0.003 | Visit day of week (Sun, Mon, Tues, Wed, Thurs, Fri, Sat) | |
| Nominal | 4 | 0.002 | Registration slot description, which can be new patient (NP), new follow-up (NF), follow-up patient (FU), or (Diagnostic) | |
| Nominal | 5 | < 0.001 | Geographic region of patient as Central, Eastern, Western, Northern, or Southern region | |
| Nominal | 4 | < 0.001 | Time slot of visit as Early AM, AM, PM, or Night | |
| Nominal | 2 | < 0.001 | Patient gender as Male or Female | |
| Nominal | 2 | < 0.001 | Patient nationality as Saudi or Non-Saudi | |
| Nominal | 2 | — | Target class as either (show) if the patient attended the appointment, or (no-show) otherwise |
Parameter values used for the JRip.
| Parameter | Value |
|---|---|
| 2 | |
| 2 | |
| 2 | |
| True | |
| True | |
| 100 | |
| False |
Parameter values used for the Hoeffding tree.
| Parameter | Value |
|---|---|
| 100 | |
| 2 | |
| 200 | |
| Gini index | |
| 1.0E − 7 | |
| τ | 0.05 |
| Naive Bayes Adaptive |
Figure 1.Distribution of no-show by the historic no-show rate (Example: patients who have a historic no-show rate greater than 50% [category 5] had the highest probability of not showing at the next appointment [79.1%]). Historic no-show rate was the most important predictor of future no-shows.
Figure 2.Distribution of no-show rate by appointment location.
Figure 3.Distribution of no-show by specialty.
Evaluation of the no-show model generated by the JRip and Hoeffding trees algorithms.
| Model | ( | ( | ||||
|---|---|---|---|---|---|---|
| JRip | 76.44% | 0.795 | 0.735 | 0.776 | 13 | 86.02 |
| Hoeffding trees | 77.13% | 0.815 | 0.729 | 0.861 | 391 | 1.3 |
The no-show model generated by the JRip algorithm.
| (noShow−rate ≥ 29.7872) → class=no-show (57,470.0/7,828.0) |
| (noShow−rate ≥ 17.2414) → class=no-show (41,815.0/14,369.0) |
| (noShow−rate ≥ 14.7727) → class=no-show (12,214.0/5,432.0) |
| (noShow−rate ≥ 13.9241) and (specialty = SUR) and (age ≥ 48) → class=no-show (261.0/93.0) |
| (noShow−rate ≥ 12.3288) and (specialty = DTC) → class=no-show (311.0/79.0) |
| (noShow−rate ≥ 12.1951) and (day−of −wk = Sunday) → class=no-show (3,185.0/1,487.0) |
| (noShow−rate ≥ 12.1212) and (app−loc = Dental-R) and (age ≥ 52) → class=no-show (294.0/108.0) |
| (noShow−rate ≥ 10.9244) and (app−loc = Phy-Thpy-R) → class=no-show (1,339.0/581.0) |
| (noShow−rate ≥ 13.0435) and (age ≥ 67) and (gender = Female) → class=no-show (253.0/107.0) |
| (day−of −wk = Thursday) and (noShow−rate ≥ 13.7931) and (noShow−rate ≤ 14.5161) and (time−slot = EarlyAM) → class=no-show (303.0/132.0) |
| (noShow−rate ≥ 12.7907) and (day−of −wk = Monday) and (noShow−rate ≤ 13.7255) and (gender = Female) → class=no-show (395.0/176.0) |
| (noShow−rate ≥ 10.4478) and (specialty = SUR) and (age ≥ 19) and (app−loc = OB/GYN-R) → class=no-show (44.0/1.0) |
| default: class=show (104,723.0/21,622.0) |