COVID-19 Vaccinations in Nursing Homes by Facility - ARCHIVE
As of 6/1/2023, this data set is no longer being updated.
Connecticut nursing homes are required by the Centers for Medicare and Medicaid Services (CMS) to report on the impact of COVID-19 on their residents and staff through CDC’s National Healthcare Safety Network (NHSN). This reporting is intended to reflect recent COVID-19 activity in nursing homes.
Data presented here from NHSN reflect the percent of resident and staff that are up to date with COVID-19 vaccinations by Connecticut nursing homes. All nursing homes follow NHSN definitions and instructions when reporting to the NHSN COVID-19 module, ensuring data are reported in a systematic way.
Per CDC, "Up to Date" is defined as having received all of the recommended COVID-19 vaccine doses.
Detailed information about COVID-19 reporting for nursing homes and NHSN can be found here: https://www.cdc.gov/nhsn/ltc/covid19/index.html
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"ct-gov/covid19-vaccinations-in-nursing-homes-by-facility-iygb-ftks\".\"covid19_vaccinations_in_nursing_homes_by_facility\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.