Published on in Vol 24, No 7 (2022): July

Preprints (earlier versions) of this paper are available at https://preprints.jmir.org/preprint/37744, first published .
Using Machine Learning to Efficiently Vaccinate Homebound Patients Against COVID-19: A Real-time Immunization Campaign

Using Machine Learning to Efficiently Vaccinate Homebound Patients Against COVID-19: A Real-time Immunization Campaign

Using Machine Learning to Efficiently Vaccinate Homebound Patients Against COVID-19: A Real-time Immunization Campaign

Research Letter

1Icahn School of Medicine at Mount Sinai, New York, NY, United States

2Department of Geriatrics and Palliative Medicine, Icahn School of Medicine at Mount Sinai, New York, NY, United States

3Institute for Care Innovations at Home, Icahn School of Medicine at Mount Sinai, New York, NY, United States

4Department of Medicine, Icahn School of Medicine at Mount Sinai, New York, NY, United States

*these authors contributed equally

Corresponding Author:

Anish Kumar, BA

Icahn School of Medicine at Mount Sinai

1 Gustave L. Levy Place

New York, NY, 10029

United States

Phone: 1 9085668399

Email: anish.kumar@icahn.mssm.edu




In March 2021, the New York City Department of Health and Mental Hygiene (NYCDOHMH) received a supply of single-dose Janssen COVID-19 vaccines to vaccinate the city’s patients who are homebound, but they needed assistance to identify and reach this population [1,2]. Mount Sinai Visiting Doctors (MSVD) is a large home-based primary care program serving more than 1200 patients who are homebound throughout Manhattan. We partnered with NYCDOHMH to vaccinate patients in our program. The administrative team generally schedules routine home visits based on zip codes, using 12 unique catchment areas covering all of Manhattan. This existing zoning system was inadequate for vaccination purposes for several reasons, mainly because these zones were too large. Furthermore, the additional task of manually scheduling patients by zone would be overwhelming for administrative staff, especially given the temporal constraints of the Janssen vaccine (ie, doses expired in 6 hours). In response, we developed a system to geographically cluster patients to efficiently vaccinate our homebound patients against COVID-19.


Ethics Approval

The Icahn School of Medicine at Mount Sinai’s Program for the Protection of Human Subjects approved and granted a waiver of consent for this secondary data analysis study (STUDY- 21-00157) which was conducted in accordance with the Helsinki Declaration.

Overview

We developed a software program that takes a cohort of unvaccinated patients in the MSVD Program as input and assigns each patient a cluster number. We used Python 3 (Python Software Foundation) [3] to process patient addresses, group them into clusters, and export these clusters into a standard database format and onto a map. Specifically, we used an open-source implementation of a modified unsupervised K-means clustering machine learning algorithm to group patients [4].

The first step was to convert patient households to spatial representations. Using the Google Maps Geocoding application programming interface (API), we obtained latitude/longitude coordinates of patient residences, which served as the input data to our algorithm.

These coordinates were then fed to the modified unsupervised K-means clustering algorithm. The standard K-means clustering algorithm clusters data points into K groups, while the modified algorithm allows one to impose constraints on cluster size, ensuring each group contains a number of data points within a specified range [4]. This was important for our process to avoid assigning an excessive number of patients to any one cluster; although many patients live close to each other, provider routes could not exceed 6 hours. Targeting approximately 5 patients per provider and bearing in mind that not all identified patients would desire and be available when the vaccine was offered by the scheduling team, we enforced a minimum of 12 and a maximum of 15 patients per cluster.

Next, we projected the data points onto a geospatial visualization for easy interpretability by the scheduling team and providers. Using the Google Maps API, we generated an HTML page that contained pins with distinct numbers and colors representing the cluster to which a patient belonged as well as the patient’s name.

Our process was iterative: every week after patients were scheduled and immunized, we updated our census to reflect the remaining number of patients who were unvaccinated. The team called patients to confirm appointments and updated the patient list. We then re-ran our clustering process, integrating any changes to cluster size preferences, for the next round of immunizations for patients who are homebound (Figure 1).

Figure 1. An example of a vaccination campaign, using mock patient data, for patients who are homebound in the Mount Sinai Visiting Doctors Program routing process. It was iterative week-to-week and included the following steps: (1) patients who were unvaccinated were identified and clustered into groups, (2) patient addresses were pinned on a map with identifying group labels, (3) patients were called for vaccine scheduling according to group number, and (4) the patient list was updated to reflect who remained unvaccinated.
View this figure

Table 1 summarizes the demographic information of the patients and the results of our campaign between March and April 2021, which involved about 100 vaccination clusters and routes over 6 weeks. On average, we vaccinated 5.6 patients per provider per day, averaging 22.1 total patients per day [5]. Each provider accomplished their assigned route within the time constraints of the Janssen vaccine, and no doses were wasted.

Table 1. Demographics and statistics from our COVID-19 homebound vaccination campaign of Manhattan-based patients in the Mount Sinai Visiting Doctors Program.
 Value
Patient demographics
 Patients who are homebound428
  Average age (years)83.9
  Average Elixhauser comorbidity score [6]a3.8
  Sex, n (%)
   Female323 (75.5)
   Male105 (24.5)
  Racial/ethnic identity, n (%)
   White148 (34.6)
   Black or African American63 (14.7)
   Asian15 (3.5)
   Hispanic108 (25.2)
   Other86 (20.1)
   Unknown8 (1.9)
 Patient’s family members and caregivers, n92
Vaccination campaign statistics
 Providers vaccinating per day (n), range3-6
 Average number of patients vaccinated per day22.1
 Average duration of provider time spent vaccinating (hours)4.6
 Average duration of individual vaccination (including transit time, vaccine administration, and 15-minute postvaccination observation time; minutes)52

aElixhauser scores were available for 372 of the patients who are homebound.


The new tool optimized logistic operations for an acute public health intervention while minimizing wasted resources. The model was later used to quickly deploy booster immunizations during the surge of the Omicron subvariant from December 2021 to January 2022. Future research will consider the ability to create routes with ordered stops given a provider’s choice of transportation and more flexibility in the cluster size depending on the population density of a given region. This feature is especially important in densely populated cities, where providers are unlikely to travel by car. Additional future work can include electronic health record integration for more streamlined access and allowing scheduling teams to directly recluster patients.

Ultimately, the newly developed approach was instrumental in maximizing efficiency and minimizing vaccine waste, suggesting its potential for future use in home-based health care or other public health interventions. The success of this project further demonstrates the value of novel technological approaches in improving the efficiency of clinical operations.

Conflicts of Interest

None declared.

  1. Otterman S. Homebound and waiting: vaccine push misses some older New Yorkers. The New York Times. 2021 Apr 23.   URL: https://www.nytimes.com/2021/04/23/nyregion/homebound-vaccine-nyc.html [accessed 2021-11-18]
  2. Baulkman J. Vaccinating homebound patients is an uphill battle. MDedge Family Medicine. 2021 Apr 23.   URL: https:/​/www.​mdedge.com/​familymedicine/​article/​239068/​coronavirus-updates/​vaccinating-homebound-patients-uphill-battle [accessed 2021-11-18]
  3. Van Rossum G, Drake FL. Python 3 Reference Manual. Scotts Valley, CA: CreateSpace; 2009.
  4. Bradley PS, Bennet KP, Demiriz A. Constrained k-means clustering. Microsoft Res 2000:1-8.
  5. Gliatto P, Franzosa E, Chavez S, Ng A, Kumar A, Ren J, et al. Covid-19 vaccines for homebound patients and their caregivers. New Engl J Med Catalyst 2021:14.
  6. Elixhauser A, Steiner C, Harris DR, Coffey RM. Comorbidity measures for use with administrative data. Med Care 1998 Jan;36(1):8-27. [CrossRef] [Medline]


API: application programming interface
MSVD: Mount Sinai Visiting Doctors
NYCDOHMH: New York City Department of Health and Mental Hygiene


Edited by T Leung; submitted 04.03.22; peer-reviewed by O Rahaman, FM Calisto; comments to author 11.05.22; revised version received 04.06.22; accepted 07.06.22; published 12.07.22

Copyright

©Anish Kumar, Jennifer Ren, Katherine A Ornstein, Peter M Gliatto. Originally published in the Journal of Medical Internet Research (https://www.jmir.org), 12.07.2022.

This is an open-access article distributed under the terms of the Creative Commons Attribution License (https://creativecommons.org/licenses/by/4.0/), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work, first published in the Journal of Medical Internet Research, is properly cited. The complete bibliographic information, a link to the original publication on https://www.jmir.org/, as well as this copyright and license information must be included.