Weekly Cumulative Influenza Vaccination Coverage, Children 6 months through 17 years, United States
Weekly Cumulative Influenza Vaccination Coverage, Children 6 months through 17 years, United States
• Archived data are available here: https://data.cdc.gov/resource/vfj2-bfuw
• Influenza vaccination coverage among children is assessed through the National Immunization Survey-Flu (NIS-Flu) annually, providing weekly influenza vaccination coverage estimates for children 6 months–17 years based upon parental report. (https://www.cdc.gov/vaccines/imz-managers/nis/about.html)
o NIS-Flu is a national random-digit-dialed cellular telephone survey of households conducted during the flu season (October-June).
• Final estimates for prior seasons and other flu vaccination data are available at CDC’s FluVaxView: 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/weekly-cumulative-influenza-vaccination-coverage-eudc-n39h\".\"weekly_cumulative_influenza_vaccination_coverage\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.