Monthly Cumulative Number and Percent of Children <20 Months Who Received Nirsevimab by Age Group and Jurisdiction, United States
Monthly Cumulative Number and Percent of Children <20 Months Who Received Nirsevimab by Age Group and Jurisdiction
• Estimated nirsevimab coverage for children 0-19 months is assessed through U.S. jurisdictions’ Immunization Information Systems (IIS) data, submitted from jurisdictions to CDC monthly in aggregate by age group.
• Starting in July 2023, the CDC recommended the RSV vaccine to protect against serious illness from RSV. (https://www.cdc.gov/respiratory-viruses/whats-new/rsv-update-2023-09-22.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 \"cdc-gov/monthly-cumulative-number-and-percent-of-children-ku7p-zn4c\".\"monthly_cumulative_number_and_percent_of_children\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.