Vaccination Coverage among Health Care Personnel
Vaccination Coverage among Health Care Personnel
• Data on influenza vaccination performance measurement from the National Healthcare Safety Network (NHSN) for hospital-based health care personnel (HCP) at the national and state levels by personnel group.
• Additional information available at https://www.cdc.gov/flu/fluvaxview/index.htm
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 \"cdc-gov/vaccination-coverage-among-health-care-personnel-xerk-pcm8\".\"vaccination_coverage_among_health_care_personnel\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.