About

This uses data from https://data.cms.gov/covid-19/covid-19-nursing-home-data .

The site is made with quarto and R: the source code is at https://github.com/bomeara/nursinghomecovid . It uses the targets, readr, tidyverse, tidygeocoder, reactable, stringr, crosstalk, plotly, and leaflet packages.

It was made by Brian O’Meara. I’m a biologist, but this is outside my area of expertise: I do not know what vaccination rate is ideal in this setting, what covid rates are considered an acceptable tradeoff, biases in the reporting, and more. I’m just trying to make the data more accessible so that families can make informed decisions and journalists can dig into the data to see if there is anything of interest (facilities doing an exceptionally good or bad job, for example). I came across this dataset online and was surprised at how many facilities have no residents nor health care workers fully vaccinated against covid-19, given over 170,000 deaths in nursing homes in the US (as of Dec 22, 2023).

To get in touch with an issue, go to https://github.com/bomeara/nursinghomecovid/issues. For issues with the original data, go to https://data.cms.gov/covid-19/covid-19-nursing-home-data.

To run this yourself, go to https://github.com/bomeara/nursinghomecovid, clone the repository, and then source run.R from within R to run quarto to make the site. Make sure you have the packages listed above installed. This will download the data, process it in R, and make the site.

To use the original data, go to https://data.cms.gov/covid-19/covid-19-nursing-home-data and download the CSV file for the year you want. It should be able to be opened in Microsoft Excel, Apple Numbers, or similar. If you’re a journalist or researcher, please use the original data – I try to do minimal processing of the data, but it’s still not as secure as using the original.

To find a facility

  • Go to table. You can search for the facility name, start typing it in the first column, or first filter by state or county.

To find information on a region

  • One approach is to go to table and filter by state or county.
  • Another approach is to go to map and zoom in on the region of interest. You can click on a facility to get more information.