Cover Image for System.Linq.Enumerable+EnumerablePartition`1[System.Char]

Last Minute Medical Appointments No-Show Management

OAI: oai:igi-global.com:272115 DOI: 10.4018/IJHISI.2020100102
Published by: IGI Global

Abstract

A no-show occurs when a client has an appointment of some sort with another entity, and voluntarily or not, the client does not show up to that appointment. A patient missing an appointment will mean that the clinic's and health professional's time slot will be wasted. The goal of this research is to find a solution that minimizes no-shows, detecting when a patient is not going to come to the appointment and finding an appropriate replacement. The authors propose a hybrid solution which combines two different behavior prediction techniques: population-based behavior and individual-based behavior. The algorithm starts by computing a no-show probability based on the population's behavior using a logistic regression model. After that, using Bayesian inference, that probability is personalized for each patient. After computing the no-show probabilities for every candidate patient, the algorithm checks if any of them are interested on taking the appointment. The proposed algorithm was assessed using lab data and healthcare provider data.