1998-2022 Serotype Data for Invasive Pneumococcal Disease Cases by Age Group from Active Bacterial Core surveillance
CDC monitors invasive bacterial infections that cause bloodstream infections, sepsis, and meningitis in persons living in the community through Active Bacterial Core surveillance (ABCs). ABCs conducts laboratory- and population-based surveillance for invasive pneumococcal disease (IPD). ABCs serotype data are used to measure the impact of vaccine use in the United States on vaccine-type IPD.
This table reports IPD case counts in the ABCs catchment area by serotype for years 1998 through 2022. Cases are grouped into the following mutually exclusive age groups: age <2 years old, age 2–4 years old, age 5–17 years old, age 18–49 years old, age 50–64 years old, and age ≥65 years old.
ABCs methods and surveillance areas reporting IPD cases has changed over time. Given these changes, trends in serotype distribution by year and age group should be interpreted with caution. Additional information on ABCs methods and surveillance population is available at <a href="https://www.cdc.gov/abcs/methodology/index.html">https://www.cdc.gov/abcs/methodology/index.html</a>.
Analyze and visualize data using the ABCs Bact Facts Interactive Data Dashboard at <a href="https://www.cdc.gov/abcs/bact-facts/data-dashboard.html?CDC_AAref_Val=https://www.cdc.gov/abcs/bact-facts-interactive-dashboard.html">https://www.cdc.gov/abcs/bact-facts-interactive-dashboard</a>.
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/19982022-serotype-data-for-invasive-pneumococcal-qvzb-qs6p\".\"19982022_serotype_data_for_invasive_pneumococcal\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.