New York State Statewide Hospital Staff COVID-19 Vaccinations
<b>Note: This dataset is no longer updated as of 7/28/2023.</b>
This dataset includes information at the report date level by individual facilities on the total number of staff, how many staff are partially vaccinated, and how many are fully vaccinated. This information is only collected once a week from hospitals. The title of this dataset was initially the Hospital Electronic Response Data System (HERDS) Hospital Survey: Hospital Staff COVID-19 Vaccinations. The dataset was changed to its current title on 11/4/2021.
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 \"health-data-ny-gov/new-york-state-statewide-hospital-staff-covid19-qfps-y8ta\".\"new_york_state_statewide_hospital_staff_covid19\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.