@cdc/chart 4.25.11 → 4.26.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdcchart.js +38898 -40013
- package/examples/feature/pie/planet-pie-example-config.json +48 -2
- package/examples/private/DEV-12100.json +1303 -0
- package/examples/private/cat-y.json +1235 -0
- package/examples/private/data-points.json +228 -0
- package/examples/private/height.json +3915 -0
- package/examples/private/links.json +569 -0
- package/examples/private/quadrant.txt +30 -0
- package/examples/private/test-forecast.json +5510 -0
- package/examples/private/warming-stripe-test.json +2578 -0
- package/examples/private/warming-stripes.json +4763 -0
- package/examples/tech-adoption-with-links.json +560 -0
- package/index.html +15 -20
- package/package.json +5 -4
- package/preview.html +1616 -0
- package/src/CdcChartComponent.tsx +111 -75
- package/src/_stories/Chart.Regions.Categorical.stories.tsx +148 -0
- package/src/_stories/Chart.Regions.DateScale.stories.tsx +197 -0
- package/src/_stories/Chart.Regions.DateTimeScale.stories.tsx +297 -0
- package/src/_stories/Chart.stories.tsx +8 -0
- package/src/_stories/ChartBar.Editor.stories.tsx +11 -6
- package/src/_stories/ChartBrush.Editor.stories.tsx +295 -0
- package/src/_stories/ChartBrush.stories.tsx +50 -0
- package/src/_stories/ChartEditor.Editor.stories.tsx +3 -5
- package/src/_stories/TechAdoptionWithLinks.stories.tsx +27 -0
- package/src/_stories/_mock/brush_enabled.json +326 -0
- package/src/_stories/_mock/brush_mock.json +2 -69
- package/src/_stories/_mock/horizontal-bars-dynamic-y-axis.json +413 -0
- package/src/components/AreaChart/components/AreaChart.Stacked.jsx +1 -2
- package/src/components/Axis/Categorical.Axis.tsx +6 -7
- package/src/components/BarChart/components/BarChart.Horizontal.tsx +178 -24
- package/src/components/BarChart/components/BarChart.StackedHorizontal.tsx +3 -1
- package/src/components/BarChart/components/BarChart.StackedVertical.tsx +1 -0
- package/src/components/BarChart/components/BarChart.Vertical.tsx +6 -8
- package/src/components/BarChart/components/context.tsx +1 -0
- package/src/components/BarChart/helpers/useBarChart.ts +14 -2
- package/src/components/Brush/BrushSelector.tsx +1258 -0
- package/src/components/Brush/MiniChartPreview.tsx +283 -0
- package/src/components/DeviationBar.jsx +9 -7
- package/src/components/EditorPanel/EditorPanel.tsx +2711 -2586
- package/src/components/EditorPanel/components/Panels/Panel.ForestPlotSettings.tsx +56 -34
- package/src/components/EditorPanel/components/Panels/Panel.General.tsx +57 -30
- package/src/components/EditorPanel/components/Panels/Panel.PatternSettings.tsx +2 -0
- package/src/components/EditorPanel/components/Panels/Panel.SmallMultiples.tsx +30 -25
- package/src/components/EditorPanel/components/Panels/Panel.Visual.tsx +21 -27
- package/src/components/EditorPanel/useEditorPermissions.ts +31 -18
- package/src/components/Legend/Legend.tsx +3 -2
- package/src/components/Legend/helpers/createFormatLabels.tsx +151 -2
- package/src/components/Legend/helpers/index.ts +10 -6
- package/src/components/LinearChart.tsx +495 -430
- package/src/components/PairedBarChart.jsx +20 -3
- package/src/components/Regions/components/Regions.tsx +365 -122
- package/src/components/ScatterPlot/ScatterPlot.jsx +2 -2
- package/src/components/SmallMultiples/SmallMultipleTile.tsx +5 -1
- package/src/components/WarmingStripes/WarmingStripes.tsx +160 -0
- package/src/components/WarmingStripes/WarmingStripesGradientLegend.css +35 -0
- package/src/components/WarmingStripes/WarmingStripesGradientLegend.tsx +104 -0
- package/src/components/WarmingStripes/index.tsx +3 -0
- package/src/data/initial-state.js +3 -1
- package/src/helpers/calculateHorizontalBarCategoryLabelWidth.ts +57 -0
- package/src/helpers/getMinMax.ts +12 -7
- package/src/helpers/sizeHelpers.ts +0 -20
- package/src/helpers/smallMultiplesHelpers.ts +1 -1
- package/src/hooks/useChartHoverAnalytics.tsx +10 -9
- package/src/hooks/useScales.ts +11 -1
- package/src/hooks/useTooltip.tsx +31 -10
- package/src/scss/DataTable.scss +0 -4
- package/src/scss/main.scss +17 -3
- package/src/test/CdcChart.test.jsx +1 -1
- package/src/types/ChartConfig.ts +3 -0
- package/src/types/Label.ts +1 -0
- package/src/utils/analyticsTracking.ts +19 -0
- package/LICENSE +0 -201
- package/src/components/Brush/BrushChart.tsx +0 -128
- package/src/components/Brush/BrushController.tsx +0 -71
- package/src/components/Brush/types.tsx +0 -8
- package/src/components/BrushChart.tsx +0 -223
package/preview.html
ADDED
|
@@ -0,0 +1,1616 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en-us" class="cdc-theme-cdc cdc-root-home cdc-page-type--content">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8" />
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
|
|
6
|
+
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport" />
|
|
7
|
+
<meta name="mobile-web-app-capable" content="yes" />
|
|
8
|
+
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
9
|
+
|
|
10
|
+
<link
|
|
11
|
+
rel="apple-touch-icon"
|
|
12
|
+
sizes="180x180"
|
|
13
|
+
href="https://www.cdc.gov/TemplatePackage/5.0/img/favicon/apple-touch-icon.png"
|
|
14
|
+
/>
|
|
15
|
+
<link
|
|
16
|
+
rel="icon"
|
|
17
|
+
type="image/png"
|
|
18
|
+
sizes="32x32"
|
|
19
|
+
href="https://www.cdc.gov/TemplatePackage/5.0/img/favicon/favicon-32x32.png"
|
|
20
|
+
/>
|
|
21
|
+
<link
|
|
22
|
+
rel="icon"
|
|
23
|
+
type="image/png"
|
|
24
|
+
sizes="16x16"
|
|
25
|
+
href="https://www.cdc.gov/TemplatePackage/5.0/img/favicon/favicon-16x16.png"
|
|
26
|
+
/>
|
|
27
|
+
<link
|
|
28
|
+
rel="mask-icon"
|
|
29
|
+
href="https://www.cdc.gov/TemplatePackage/5.0/img/favicon/safari-pinned-tab.svg"
|
|
30
|
+
color="#0056b3"
|
|
31
|
+
/>
|
|
32
|
+
<meta name="msapplication-TileColor" content="#0056b3" />
|
|
33
|
+
<meta name="theme-color" content="#0056b3" />
|
|
34
|
+
<link rel="stylesheet prefetch" href="https://www.cdc.gov/TemplatePackage/5.0/css/app.min.css?_=04929" />
|
|
35
|
+
<link rel="stylesheet" media="print" href="https://www.cdc.gov/TemplatePackage/5.0/css/print.min.css?_=04929" />
|
|
36
|
+
<link rel="manifest" href="https://www.cdc.gov/TemplatePackage/5.0/json/manifest.json" />
|
|
37
|
+
|
|
38
|
+
<script src="https://www.cdc.gov/JScript/dmat/cdc-dmat.min.js?account=cdcgov&_=08871"></script>
|
|
39
|
+
|
|
40
|
+
<meta property="cdc:template_version" content="5.0" />
|
|
41
|
+
|
|
42
|
+
<title>Respiratory Virus Activity Levels | Respiratory Illnesses | CDC</title>
|
|
43
|
+
<meta
|
|
44
|
+
name="description"
|
|
45
|
+
content="Updates on how COVID-19, Flu, and RSV may be spreading nationally and in your state"
|
|
46
|
+
/>
|
|
47
|
+
<meta property="og:type" content="article" />
|
|
48
|
+
<meta property="og:title" content="Respiratory Virus Activity Levels" />
|
|
49
|
+
<meta property="og:url" content="https://www.cdc.gov/respiratory-viruses/data/activity-levels.html" />
|
|
50
|
+
<meta
|
|
51
|
+
property="og:description"
|
|
52
|
+
content="Updates on how COVID-19, Flu, and RSV may be spreading nationally and in your state"
|
|
53
|
+
/>
|
|
54
|
+
<meta property="fb:app_id" content="205691699516606" />
|
|
55
|
+
<meta property="og:site_name" content="Respiratory Illnesses" />
|
|
56
|
+
<meta property="og:author" content="CDC" />
|
|
57
|
+
<meta
|
|
58
|
+
property="og:image"
|
|
59
|
+
content="https://www.cdc.gov/respiratory-viruses/media/images/2024/08/nation-thumbnail.png?_=14264"
|
|
60
|
+
/>
|
|
61
|
+
<meta property="og:image:type" content="image/png" />
|
|
62
|
+
<meta property="og:updated_time" content="2025-12-23T15:29:15-05:00" />
|
|
63
|
+
<meta property="article:author" content="CDC" />
|
|
64
|
+
<meta name="twitter:card" content="summary" />
|
|
65
|
+
<meta name="twitter:title" content="Respiratory Virus Activity Levels" />
|
|
66
|
+
<meta name="twitter:url" content="https://www.cdc.gov/respiratory-viruses/data/activity-levels.html" />
|
|
67
|
+
<meta
|
|
68
|
+
name="twitter:description"
|
|
69
|
+
content="Updates on how COVID-19, Flu, and RSV may be spreading nationally and in your state"
|
|
70
|
+
/>
|
|
71
|
+
<meta name="twitter:site" content="@CDCgov" />
|
|
72
|
+
<meta name="twitter:creator" content="@CDCgov" />
|
|
73
|
+
<meta
|
|
74
|
+
name="twitter:image:src"
|
|
75
|
+
content="https://www.cdc.gov/respiratory-viruses/media/images/2024/08/nation-thumbnail.png?_=14264"
|
|
76
|
+
/>
|
|
77
|
+
<meta name="robots" content="index, archive" />
|
|
78
|
+
<meta property="cdc:first_published" content="August 16, 2024" />
|
|
79
|
+
<meta property="cdc:last_updated" content="December 19, 2025" />
|
|
80
|
+
<meta property="cdc:last_reviewed" content="December 19, 2025" />
|
|
81
|
+
<meta property="cdc:content_source" content="" />
|
|
82
|
+
<meta property="cdc:maintained_by" content="ASSOCIATE DIRECTOR FOR COMMUNICATIONS" />
|
|
83
|
+
<meta property="cdc:content_id" content="6532" />
|
|
84
|
+
<meta property="cdc:build" content="5475" />
|
|
85
|
+
<meta property="cdc:version" content="4.25.12" />
|
|
86
|
+
<meta property="cdc:page_type" content="cdc_dfe" />
|
|
87
|
+
<meta property="cdc:page_origin" content="dfe" />
|
|
88
|
+
<link rel="canonical" href="https://www.cdc.gov/respiratory-viruses/data/activity-levels.html" />
|
|
89
|
+
<meta property="cdc:wcms_build" content="4.25.12 - b.5475" />
|
|
90
|
+
|
|
91
|
+
<meta name="DC.date" content="2025-12-23T15:29:15Z" />
|
|
92
|
+
<meta name="cdc:last_published" content="2025-12-23T15:58:13Z" />
|
|
93
|
+
<meta property="cdc:dfe_version" content="0.3" />
|
|
94
|
+
<meta property="cdc:dfe_content_type" content="cdc_data_surveillance" />
|
|
95
|
+
<meta property="cdc:dfe_content_type_version" content="1.4.2" />
|
|
96
|
+
</head>
|
|
97
|
+
<body class="no-js cdc-post-type--cdc-dfe cdc-dfe-cdc_data_surveillance">
|
|
98
|
+
<div id="skipmenu">
|
|
99
|
+
<a class="usa-skipnav" href="#content">Skip directly to site content</a>
|
|
100
|
+
<a class="usa-skipnav" href="#cdc-search">Skip directly to search</a>
|
|
101
|
+
</div>
|
|
102
|
+
|
|
103
|
+
<div data-dtsb="@dtsb-data-visualizations" data-channel="respiratory-viruses" data-entry="chart-timestamps"></div>
|
|
104
|
+
|
|
105
|
+
<script defer type="module" src="/ophdst-dtsb-data-viz/apps/respiratory-viruses/v1.5/main/assets/index.js"></script>
|
|
106
|
+
<div class="cdc-page-banner container noindex">
|
|
107
|
+
<div class="cdc-site-gov-notice noindex noprint" aria-label="Official website of the United States government">
|
|
108
|
+
<div class="cdc-page-offset">
|
|
109
|
+
<div class="cdc-site-gov-notice__header">
|
|
110
|
+
<div>
|
|
111
|
+
<img
|
|
112
|
+
aria-hidden="true"
|
|
113
|
+
class="usa-banner__header-flag"
|
|
114
|
+
src="https://www.cdc.gov/TemplatePackage/5.0/img/uswds/us_flag_small.png"
|
|
115
|
+
alt=""
|
|
116
|
+
width="16"
|
|
117
|
+
height="11"
|
|
118
|
+
/>
|
|
119
|
+
<span>An official website of the United States government</span>
|
|
120
|
+
</div>
|
|
121
|
+
<span>
|
|
122
|
+
<a
|
|
123
|
+
data-bs-toggle="collapse"
|
|
124
|
+
href="#gov-notice"
|
|
125
|
+
role="button"
|
|
126
|
+
aria-expanded="false"
|
|
127
|
+
aria-controls="gov-notice"
|
|
128
|
+
>
|
|
129
|
+
Here's how you know
|
|
130
|
+
<span class="cdc-fa-angle-down" aria-hidden="true"></span>
|
|
131
|
+
</a>
|
|
132
|
+
</span>
|
|
133
|
+
</div>
|
|
134
|
+
<div class="collapse" id="gov-notice" aria-hidden="true">
|
|
135
|
+
<div class="row">
|
|
136
|
+
<div class="col-12 col-lg-6">
|
|
137
|
+
<img
|
|
138
|
+
src="https://www.cdc.gov/TemplatePackage/5.0/img/uswds/icon-dot-gov.svg"
|
|
139
|
+
alt=""
|
|
140
|
+
aria-hidden="true"
|
|
141
|
+
/>
|
|
142
|
+
<div>
|
|
143
|
+
<b>Official websites use .gov</b>
|
|
144
|
+
<p>A <b>.gov</b> website belongs to an official government organization in the United States.</p>
|
|
145
|
+
</div>
|
|
146
|
+
</div>
|
|
147
|
+
<div class="col-12 col-lg-6">
|
|
148
|
+
<img src="https://www.cdc.gov/TemplatePackage/5.0/img/uswds/icon-https.svg" alt="" aria-hidden="true" />
|
|
149
|
+
<div>
|
|
150
|
+
<strong>Secure .gov websites use HTTPS</strong>
|
|
151
|
+
<p>
|
|
152
|
+
A <strong>lock</strong> ( <i class="cdc-icon-lock-01" aria-hidden="true"></i> ) or
|
|
153
|
+
<strong>https://</strong> means you've safely connected to the .gov website. Share sensitive
|
|
154
|
+
information only on official, secure websites.
|
|
155
|
+
</p>
|
|
156
|
+
</div>
|
|
157
|
+
</div>
|
|
158
|
+
</div>
|
|
159
|
+
</div>
|
|
160
|
+
</div>
|
|
161
|
+
</div>
|
|
162
|
+
<div data-cdc-site-alert></div>
|
|
163
|
+
<script src="https://www.cdc.gov/TemplatePackage/5.0/js/modules/banner.js"></script>
|
|
164
|
+
</div>
|
|
165
|
+
<header class="container cdc-header noindex" role="banner">
|
|
166
|
+
<!-- logo, menu, search -->
|
|
167
|
+
<div class="cdc-header__desktop">
|
|
168
|
+
<div class="cdc-page-offset">
|
|
169
|
+
<div class="cdc-header__cdc-logo">
|
|
170
|
+
<a href="https://www.cdc.gov">
|
|
171
|
+
<img
|
|
172
|
+
src="https://www.cdc.gov/TemplatePackage/5.0/img/logo/logo-notext.svg"
|
|
173
|
+
alt="Centers for Disease Control and Prevention. CDC twenty four seven. Saving Lives, Protecting People"
|
|
174
|
+
/>
|
|
175
|
+
</a>
|
|
176
|
+
</div>
|
|
177
|
+
<div class="cdc-header__body">
|
|
178
|
+
<div class="cdc-header__title">
|
|
179
|
+
<a class="cdc-header__title-link" href="/respiratory-viruses/index.html"> Respiratory Illnesses </a>
|
|
180
|
+
</div>
|
|
181
|
+
<div class="cdc-header__components">
|
|
182
|
+
<!-- Must Have At Least 3 Pages in Audience or Multiple Audience -->
|
|
183
|
+
<div class="cdc-header__menu">
|
|
184
|
+
<button class="btn btn-outline-white btn-arrow-down btn-fancy" id="megaButton">
|
|
185
|
+
Explore This Topic
|
|
186
|
+
</button>
|
|
187
|
+
</div>
|
|
188
|
+
<form action="https://search.cdc.gov/search/" method="GET" class="cdc-header__search" role="search">
|
|
189
|
+
<button id="cdc-search__toggle" aria-controls="cdc-header__search-inner" type="button">Search</button>
|
|
190
|
+
|
|
191
|
+
<div
|
|
192
|
+
id="cdc-header__search-inner"
|
|
193
|
+
class="input-group cdc-header__search__group"
|
|
194
|
+
aria-labelledby="cdc-search__toggle"
|
|
195
|
+
>
|
|
196
|
+
<label class="visually-hidden" for="cdc-search__input">Search</label>
|
|
197
|
+
<input
|
|
198
|
+
id="cdc-search__input"
|
|
199
|
+
class="form-control"
|
|
200
|
+
data-search-input
|
|
201
|
+
autocomplete="off"
|
|
202
|
+
type="search"
|
|
203
|
+
name="query"
|
|
204
|
+
maxlength="300"
|
|
205
|
+
placeholder="Search"
|
|
206
|
+
/>
|
|
207
|
+
|
|
208
|
+
<button id="cdc-search__clear" class="cdc-header__search-clear btn" type="button">
|
|
209
|
+
<span class="cdc-header__search-icon cdc-fa-xmark" aria-hidden="true"></span>
|
|
210
|
+
<span class="visually-hidden">Clear</span>
|
|
211
|
+
</button>
|
|
212
|
+
|
|
213
|
+
<button id="cdc-search__submit" class="cdc-header__search-submit btn" type="submit">
|
|
214
|
+
<span class="cdc-header__search-icon cdc-fa-magnifying-glass" aria-hidden="true"></span>
|
|
215
|
+
<span class="visually-hidden">Search</span>
|
|
216
|
+
</button>
|
|
217
|
+
</div>
|
|
218
|
+
</form>
|
|
219
|
+
</div>
|
|
220
|
+
</div>
|
|
221
|
+
</div>
|
|
222
|
+
</div>
|
|
223
|
+
|
|
224
|
+
<div class="cdc-megamenu" role="navigation">
|
|
225
|
+
<div class="cdc-megamenu__cols cdc-page-offset" role="menu">
|
|
226
|
+
<div class="cdc-megamenu__col" data-audience="gen">
|
|
227
|
+
<div class="cdc-megamenu__heading">
|
|
228
|
+
<a role="menuitem" href="/respiratory-viruses/index.html">
|
|
229
|
+
<span>For Everyone</span>
|
|
230
|
+
<span class="cdc-fa-regular cdc-fa-house"></span>
|
|
231
|
+
</a>
|
|
232
|
+
</div>
|
|
233
|
+
<div class="cdc-megamenu__links">
|
|
234
|
+
<ul class="list-unstyled" role="menu">
|
|
235
|
+
<li role="menuitem">
|
|
236
|
+
<a class="truncate" data-post-id="5918" href="/respiratory-viruses/about/index.html"> About </a>
|
|
237
|
+
</li>
|
|
238
|
+
<li role="menuitem">
|
|
239
|
+
<a class="truncate" data-post-id="3764" href="/respiratory-viruses/risk-factors/index.html">
|
|
240
|
+
Risk Factors
|
|
241
|
+
</a>
|
|
242
|
+
</li>
|
|
243
|
+
<li role="menuitem">
|
|
244
|
+
<a class="truncate" data-post-id="3642" href="/respiratory-viruses/prevention/index.html">
|
|
245
|
+
Prevention
|
|
246
|
+
</a>
|
|
247
|
+
</li>
|
|
248
|
+
<li role="menuitem">
|
|
249
|
+
<a class="truncate" data-post-id="3653" href="/respiratory-viruses/treatment/index.html">
|
|
250
|
+
Treatment
|
|
251
|
+
</a>
|
|
252
|
+
</li>
|
|
253
|
+
<li role="menuitem">
|
|
254
|
+
<a class="truncate" data-post-id="5924" href="/respiratory-viruses/data/index.html">
|
|
255
|
+
Data and Trends
|
|
256
|
+
</a>
|
|
257
|
+
</li>
|
|
258
|
+
<li role="menuitem">
|
|
259
|
+
<a
|
|
260
|
+
class="truncate"
|
|
261
|
+
data-post-id="8076"
|
|
262
|
+
href="/respiratory-viruses/communication-resources/index.html"
|
|
263
|
+
>
|
|
264
|
+
Communication Resources
|
|
265
|
+
</a>
|
|
266
|
+
</li>
|
|
267
|
+
<li role="menuitem">
|
|
268
|
+
<a class="truncate" data-post-id="6038" href="/respiratory-viruses/guidance/index.html">
|
|
269
|
+
Respiratory Virus Guidance
|
|
270
|
+
</a>
|
|
271
|
+
</li>
|
|
272
|
+
<li role="menuitem">
|
|
273
|
+
<a href="/respiratory-viruses/site.html#gen" class="cdc-megamenu-all"> View all </a>
|
|
274
|
+
</li>
|
|
275
|
+
</ul>
|
|
276
|
+
</div>
|
|
277
|
+
</div>
|
|
278
|
+
<div class="cdc-megamenu__col" data-audience="hcp">
|
|
279
|
+
<div class="cdc-megamenu__heading">
|
|
280
|
+
<a role="menuitem" href="/respiratory-viruses/hcp/index.html">
|
|
281
|
+
<span>Health Care Providers</span>
|
|
282
|
+
<span class="cdc-fa-regular cdc-fa-house"></span>
|
|
283
|
+
</a>
|
|
284
|
+
</div>
|
|
285
|
+
<div class="cdc-megamenu__links">
|
|
286
|
+
<ul class="list-unstyled" role="menu">
|
|
287
|
+
<li role="menuitem">
|
|
288
|
+
<a class="truncate" data-post-id="8091" href="/respiratory-viruses/hcp/clinical-overview/index.html">
|
|
289
|
+
Clinical Overview
|
|
290
|
+
</a>
|
|
291
|
+
</li>
|
|
292
|
+
<li role="menuitem">
|
|
293
|
+
<a class="truncate" data-post-id="7851" href="/respiratory-viruses/hcp/conversation-tips/index.html">
|
|
294
|
+
Talking with Patients
|
|
295
|
+
</a>
|
|
296
|
+
</li>
|
|
297
|
+
<li role="menuitem">
|
|
298
|
+
<a href="/respiratory-viruses/site.html#hcp" class="cdc-megamenu-all"> View all </a>
|
|
299
|
+
</li>
|
|
300
|
+
</ul>
|
|
301
|
+
</div>
|
|
302
|
+
</div>
|
|
303
|
+
<div class="cdc-megamenu__col" data-audience="php">
|
|
304
|
+
<div class="cdc-megamenu__heading">
|
|
305
|
+
<a role="menuitem" href="/respiratory-viruses/site.html#php">
|
|
306
|
+
<span>Public Health</span>
|
|
307
|
+
<span></span>
|
|
308
|
+
</a>
|
|
309
|
+
</div>
|
|
310
|
+
<div class="cdc-megamenu__links">
|
|
311
|
+
<ul class="list-unstyled" role="menu">
|
|
312
|
+
<li role="menuitem">
|
|
313
|
+
<a class="truncate" data-post-id="8073" href="/respiratory-viruses/php/toolkit/index.html">
|
|
314
|
+
Communication Toolkit
|
|
315
|
+
</a>
|
|
316
|
+
</li>
|
|
317
|
+
<li role="menuitem">
|
|
318
|
+
<a href="/respiratory-viruses/site.html#php" class="cdc-megamenu-all"> View all </a>
|
|
319
|
+
</li>
|
|
320
|
+
</ul>
|
|
321
|
+
</div>
|
|
322
|
+
</div>
|
|
323
|
+
</div>
|
|
324
|
+
<div class="cdc-megamenu__footer">
|
|
325
|
+
<div class="col cdc-page-offset">
|
|
326
|
+
<div class="cdc-megamenu-footer-item cdc-megamenu-footer-item--left">
|
|
327
|
+
<div class="cdc-megamenu-related">
|
|
328
|
+
<p class="cdc-megamenu__footer-title">
|
|
329
|
+
<strong> Related Topics: </strong>
|
|
330
|
+
</p>
|
|
331
|
+
<div class="cdc-megamenu__linklist">
|
|
332
|
+
<a data-post-id="" href="/covid/index.html"> COVID-19 </a>
|
|
333
|
+
<span class="cdc-megamenu__separator">|</span>
|
|
334
|
+
<a data-post-id="0" href="/flu/index.html"> Seasonal Flu </a>
|
|
335
|
+
<span class="cdc-megamenu__separator">|</span>
|
|
336
|
+
<a data-post-id="" href="/rsv/index.html"> Respiratory Syncytial Virus (RSV) </a>
|
|
337
|
+
</div>
|
|
338
|
+
</div>
|
|
339
|
+
</div>
|
|
340
|
+
<div class="cdc-megamenu-footer-item cdc-megamenu-footer-item--right">
|
|
341
|
+
<a href="/respiratory-viruses/index.html" class="btn btn-outline-blue site-index-link"> Home </a>
|
|
342
|
+
</div>
|
|
343
|
+
</div>
|
|
344
|
+
</div>
|
|
345
|
+
</div>
|
|
346
|
+
|
|
347
|
+
<div class="cdc-header-mobile dropdown">
|
|
348
|
+
<div class="cdc-header-mobile__top">
|
|
349
|
+
<a href="https://www.cdc.gov">
|
|
350
|
+
<img
|
|
351
|
+
src="https://www.cdc.gov/TemplatePackage/5.0/img/logo/logo-notext.svg"
|
|
352
|
+
class="cdc-logo-mobile"
|
|
353
|
+
alt="Centers for Disease Control and Prevention. CDC twenty four seven. Saving Lives, Protecting People"
|
|
354
|
+
/>
|
|
355
|
+
</a>
|
|
356
|
+
<div class="cdc-header-mobile__buttons">
|
|
357
|
+
<a href="#" id="mobile-search-toggle" class="search-link" aria-controls="mobile-search-body">
|
|
358
|
+
<i class="cdc-fa-regular cdc-fa-magnifying-glass"><span class="visually-hidden">search</span></i>
|
|
359
|
+
</a>
|
|
360
|
+
<div id="mobile-search-body" class="cdc-mobile-menu-search" aria-labelledby="mobile-search-toggle">
|
|
361
|
+
<form
|
|
362
|
+
action="https://search.cdc.gov/search/"
|
|
363
|
+
method="GET"
|
|
364
|
+
id="cdc-mobile-search-body"
|
|
365
|
+
class="cdc-mobile-search"
|
|
366
|
+
role="search"
|
|
367
|
+
aria-labelledby="cdc-mobile-search-toggle"
|
|
368
|
+
>
|
|
369
|
+
<div class="input-group">
|
|
370
|
+
<input
|
|
371
|
+
class="form-control cdc-mobile-search__input"
|
|
372
|
+
data-search-input
|
|
373
|
+
type="search"
|
|
374
|
+
name="query"
|
|
375
|
+
maxlength="300"
|
|
376
|
+
placeholder="Search"
|
|
377
|
+
required=""
|
|
378
|
+
tabindex="-1"
|
|
379
|
+
/>
|
|
380
|
+
|
|
381
|
+
<button class="btn btn-outline-secondary btn--clear" type="button">
|
|
382
|
+
<span class="cdc-fa-light cdc-fa-xmark" aria-hidden="true"></span
|
|
383
|
+
><span class="visually-hidden">clear</span>
|
|
384
|
+
</button>
|
|
385
|
+
|
|
386
|
+
<button class="btn btn-outline-secondary btn--search" type="submit">
|
|
387
|
+
<i class="cdc-fa-light cdc-fa-magnifying-glass"></i><span class="visually-hidden">search</span>
|
|
388
|
+
</button>
|
|
389
|
+
</div>
|
|
390
|
+
</form>
|
|
391
|
+
</div>
|
|
392
|
+
</div>
|
|
393
|
+
</div>
|
|
394
|
+
|
|
395
|
+
<div class="cdc-header-mobile__title">
|
|
396
|
+
<a href="/respiratory-viruses/index.html">Respiratory Illnesses</a>
|
|
397
|
+
<button type="button" id="mobileDropDownButton" class="nav-link dropdown-toggle" data-bs-offset="0,20">
|
|
398
|
+
Menu <i class="cdc-fa-angle-down"></i>
|
|
399
|
+
</button>
|
|
400
|
+
</div>
|
|
401
|
+
|
|
402
|
+
<div class="dropdown-menu cdc-mobile-menu" role="menu" aria-labelledby="mobileDropDownButton">
|
|
403
|
+
<div class="cdc-mobile-menu-search">
|
|
404
|
+
<form
|
|
405
|
+
action="https://search.cdc.gov/search/"
|
|
406
|
+
method="GET"
|
|
407
|
+
id="cdc-mobile-search-body"
|
|
408
|
+
class="cdc-mobile-search"
|
|
409
|
+
role="search"
|
|
410
|
+
aria-labelledby="cdc-mobile-search-toggle"
|
|
411
|
+
>
|
|
412
|
+
<div class="input-group">
|
|
413
|
+
<input
|
|
414
|
+
class="form-control cdc-mobile-search__input"
|
|
415
|
+
data-search-input
|
|
416
|
+
type="search"
|
|
417
|
+
name="query"
|
|
418
|
+
maxlength="300"
|
|
419
|
+
placeholder="Search"
|
|
420
|
+
required=""
|
|
421
|
+
tabindex="-1"
|
|
422
|
+
/>
|
|
423
|
+
|
|
424
|
+
<button class="btn btn-outline-secondary btn--clear" type="button">
|
|
425
|
+
<span class="cdc-fa-light cdc-fa-xmark" aria-hidden="true"></span
|
|
426
|
+
><span class="visually-hidden">clear</span>
|
|
427
|
+
</button>
|
|
428
|
+
|
|
429
|
+
<button class="btn btn-outline-secondary btn--search" type="submit">
|
|
430
|
+
<i class="cdc-fa-light cdc-fa-magnifying-glass"></i><span class="visually-hidden">search</span>
|
|
431
|
+
</button>
|
|
432
|
+
</div>
|
|
433
|
+
</form>
|
|
434
|
+
</div>
|
|
435
|
+
<div class="cdc-mobile-menu-body">
|
|
436
|
+
<div class="cdc-mobile-audience accordion">
|
|
437
|
+
<div class="accordion-item" data-audience="gen">
|
|
438
|
+
<div class="accordion-header">
|
|
439
|
+
<button
|
|
440
|
+
class="accordion-button"
|
|
441
|
+
aria-expanded="false"
|
|
442
|
+
type="button"
|
|
443
|
+
data-bs-toggle="collapse"
|
|
444
|
+
data-bs-target="#mobilemenu-gen"
|
|
445
|
+
>
|
|
446
|
+
<span class="accordion-button__text"> For Everyone </span>
|
|
447
|
+
</button>
|
|
448
|
+
</div>
|
|
449
|
+
<div class="accordion-collpase collapse" id="mobilemenu-gen">
|
|
450
|
+
<div class="accordion-body">
|
|
451
|
+
<ul>
|
|
452
|
+
<li class="truncate">
|
|
453
|
+
<a data-post-id="5918" href="/respiratory-viruses/about/index.html"> About </a>
|
|
454
|
+
</li>
|
|
455
|
+
<li class="truncate">
|
|
456
|
+
<a data-post-id="3764" href="/respiratory-viruses/risk-factors/index.html"> Risk Factors </a>
|
|
457
|
+
</li>
|
|
458
|
+
<li class="truncate">
|
|
459
|
+
<a data-post-id="3642" href="/respiratory-viruses/prevention/index.html"> Prevention </a>
|
|
460
|
+
</li>
|
|
461
|
+
<li class="truncate">
|
|
462
|
+
<a data-post-id="3653" href="/respiratory-viruses/treatment/index.html"> Treatment </a>
|
|
463
|
+
</li>
|
|
464
|
+
<li class="truncate">
|
|
465
|
+
<a data-post-id="5924" href="/respiratory-viruses/data/index.html"> Data and Trends </a>
|
|
466
|
+
</li>
|
|
467
|
+
<li class="truncate">
|
|
468
|
+
<a data-post-id="8076" href="/respiratory-viruses/communication-resources/index.html">
|
|
469
|
+
Communication Resources
|
|
470
|
+
</a>
|
|
471
|
+
</li>
|
|
472
|
+
<li class="truncate">
|
|
473
|
+
<a data-post-id="6038" href="/respiratory-viruses/guidance/index.html">
|
|
474
|
+
Respiratory Virus Guidance
|
|
475
|
+
</a>
|
|
476
|
+
</li>
|
|
477
|
+
<li>
|
|
478
|
+
<span class="item-link item-link--all">
|
|
479
|
+
<a href="/respiratory-viruses/site.html#gen"> View All </a>
|
|
480
|
+
</span>
|
|
481
|
+
<span class="item-link item-link--home">
|
|
482
|
+
<a href="/respiratory-viruses/index.html"> Home </a>
|
|
483
|
+
</span>
|
|
484
|
+
</li>
|
|
485
|
+
</ul>
|
|
486
|
+
</div>
|
|
487
|
+
</div>
|
|
488
|
+
</div>
|
|
489
|
+
<div class="accordion-item" data-audience="hcp">
|
|
490
|
+
<div class="accordion-header">
|
|
491
|
+
<button
|
|
492
|
+
class="accordion-button"
|
|
493
|
+
aria-expanded="false"
|
|
494
|
+
type="button"
|
|
495
|
+
data-bs-toggle="collapse"
|
|
496
|
+
data-bs-target="#mobilemenu-hcp"
|
|
497
|
+
>
|
|
498
|
+
<span class="accordion-button__text"> Health Care Providers </span>
|
|
499
|
+
</button>
|
|
500
|
+
</div>
|
|
501
|
+
<div class="accordion-collpase collapse" id="mobilemenu-hcp">
|
|
502
|
+
<div class="accordion-body">
|
|
503
|
+
<ul>
|
|
504
|
+
<li class="truncate">
|
|
505
|
+
<a data-post-id="8091" href="/respiratory-viruses/hcp/clinical-overview/index.html">
|
|
506
|
+
Clinical Overview
|
|
507
|
+
</a>
|
|
508
|
+
</li>
|
|
509
|
+
<li class="truncate">
|
|
510
|
+
<a data-post-id="7851" href="/respiratory-viruses/hcp/conversation-tips/index.html">
|
|
511
|
+
Talking with Patients
|
|
512
|
+
</a>
|
|
513
|
+
</li>
|
|
514
|
+
<li>
|
|
515
|
+
<span class="item-link item-link--all">
|
|
516
|
+
<a href="/respiratory-viruses/site.html#hcp"> View All </a>
|
|
517
|
+
</span>
|
|
518
|
+
<span class="item-link item-link--home">
|
|
519
|
+
<a href="/respiratory-viruses/hcp/index.html"> Home </a>
|
|
520
|
+
</span>
|
|
521
|
+
</li>
|
|
522
|
+
</ul>
|
|
523
|
+
</div>
|
|
524
|
+
</div>
|
|
525
|
+
</div>
|
|
526
|
+
<div class="accordion-item" data-audience="php">
|
|
527
|
+
<div class="accordion-header">
|
|
528
|
+
<button
|
|
529
|
+
class="accordion-button"
|
|
530
|
+
aria-expanded="false"
|
|
531
|
+
type="button"
|
|
532
|
+
data-bs-toggle="collapse"
|
|
533
|
+
data-bs-target="#mobilemenu-php"
|
|
534
|
+
>
|
|
535
|
+
<span class="accordion-button__text"> Public Health </span>
|
|
536
|
+
</button>
|
|
537
|
+
</div>
|
|
538
|
+
<div class="accordion-collpase collapse" id="mobilemenu-php">
|
|
539
|
+
<div class="accordion-body">
|
|
540
|
+
<ul>
|
|
541
|
+
<li class="truncate">
|
|
542
|
+
<a data-post-id="8073" href="/respiratory-viruses/php/toolkit/index.html">
|
|
543
|
+
Communication Toolkit
|
|
544
|
+
</a>
|
|
545
|
+
</li>
|
|
546
|
+
<li>
|
|
547
|
+
<span class="item-link item-link--all">
|
|
548
|
+
<a href="/respiratory-viruses/site.html#php"> View All </a>
|
|
549
|
+
</span>
|
|
550
|
+
</li>
|
|
551
|
+
</ul>
|
|
552
|
+
</div>
|
|
553
|
+
</div>
|
|
554
|
+
</div>
|
|
555
|
+
<div class="accordion-item accordion-item__related">
|
|
556
|
+
<div class="accordion-header">
|
|
557
|
+
<button
|
|
558
|
+
class="accordion-button"
|
|
559
|
+
aria-expanded="false"
|
|
560
|
+
type="button"
|
|
561
|
+
data-bs-toggle="collapse"
|
|
562
|
+
data-bs-target="#mobilemenu-related"
|
|
563
|
+
>
|
|
564
|
+
<span class="accordion-button__text">Related Topics</span>
|
|
565
|
+
</button>
|
|
566
|
+
</div>
|
|
567
|
+
<div class="accordion-collpase collapse" id="mobilemenu-related">
|
|
568
|
+
<div class="accordion-body">
|
|
569
|
+
<ul>
|
|
570
|
+
<li class="truncate">
|
|
571
|
+
<a data-post-id="" href="/covid/index.html"> COVID-19 </a>
|
|
572
|
+
</li>
|
|
573
|
+
<li class="truncate">
|
|
574
|
+
<a data-post-id="0" href="/flu/index.html"> Seasonal Flu </a>
|
|
575
|
+
</li>
|
|
576
|
+
<li class="truncate">
|
|
577
|
+
<a data-post-id="" href="/rsv/index.html"> Respiratory Syncytial Virus (RSV) </a>
|
|
578
|
+
</li>
|
|
579
|
+
</ul>
|
|
580
|
+
</div>
|
|
581
|
+
</div>
|
|
582
|
+
</div>
|
|
583
|
+
</div>
|
|
584
|
+
</div>
|
|
585
|
+
<div class="cdc-mobile-menu-footer">
|
|
586
|
+
<a href="/respiratory-viruses/index.html">
|
|
587
|
+
<span>Respiratory Illnesses</span>
|
|
588
|
+
</a>
|
|
589
|
+
</div>
|
|
590
|
+
</div>
|
|
591
|
+
|
|
592
|
+
<div class="cdc-header-mobile__faux-title" aria-hidden="true"> </div>
|
|
593
|
+
</div>
|
|
594
|
+
<div class="cdc-mobile-navbar">
|
|
595
|
+
<div class="cdc-mobile-navbar__paging"></div>
|
|
596
|
+
<div class="cdc-mobile-navbar__links" tabindex="-1">
|
|
597
|
+
<a data-post-id="5918" href="/respiratory-viruses/about/index.html" tabindex="0"> About </a>
|
|
598
|
+
<a data-post-id="3764" href="/respiratory-viruses/risk-factors/index.html" tabindex="0"> Risk Factors </a>
|
|
599
|
+
<a data-post-id="3642" href="/respiratory-viruses/prevention/index.html" tabindex="0"> Prevention </a>
|
|
600
|
+
<a data-post-id="3653" href="/respiratory-viruses/treatment/index.html" tabindex="0"> Treatment </a>
|
|
601
|
+
<a data-post-id="5924" href="/respiratory-viruses/data/index.html" tabindex="0"> Data and Trends </a>
|
|
602
|
+
<a data-post-id="8076" href="/respiratory-viruses/communication-resources/index.html" tabindex="0">
|
|
603
|
+
Communication Resources
|
|
604
|
+
</a>
|
|
605
|
+
<a data-post-id="6038" href="/respiratory-viruses/guidance/index.html" tabindex="0">
|
|
606
|
+
Respiratory Virus Guidance
|
|
607
|
+
</a>
|
|
608
|
+
<a class="view-all dropdown-toggle" href="#"> View Menu </a>
|
|
609
|
+
</div>
|
|
610
|
+
</div>
|
|
611
|
+
</header>
|
|
612
|
+
<main class="container cdc-main" role="main" aria-label="Main Content Area">
|
|
613
|
+
<div class="cdc-page-title cdc-page-offset syndicate">
|
|
614
|
+
<h1>Respiratory Virus Activity Levels</h1>
|
|
615
|
+
</div>
|
|
616
|
+
|
|
617
|
+
<section class="cdc-page-title-bar cdc-page-offset noindex">
|
|
618
|
+
<time class="cdc-page-title-bar__item cdc-page-title-bar__item--date" datetime="2025-12-19 00:00:00">
|
|
619
|
+
Dec. 18, 2025
|
|
620
|
+
</time>
|
|
621
|
+
</section>
|
|
622
|
+
<div id="content" class="cdc-page-content cdc-page-offset syndicate container">
|
|
623
|
+
<div class="cdc-dfe-body">
|
|
624
|
+
<div class="cdc-dfe-body__top">
|
|
625
|
+
<div
|
|
626
|
+
class="dfe-section dfe-section--page-summary summary-blurb"
|
|
627
|
+
data-section="cdc_data_surveillance_summary"
|
|
628
|
+
>
|
|
629
|
+
<div class="dfe-section__header">
|
|
630
|
+
<h2 class="editor-block--title" id="heading-rewj3powbs">About</h2>
|
|
631
|
+
</div>
|
|
632
|
+
<div class="dfe-section__content">
|
|
633
|
+
<span class="dfe-field"
|
|
634
|
+
>Provides an update on how COVID-19, influenza, and RSV may be spreading nationally and in your
|
|
635
|
+
state.</span
|
|
636
|
+
>
|
|
637
|
+
</div>
|
|
638
|
+
</div>
|
|
639
|
+
</div>
|
|
640
|
+
<div class="cdc-dfe-body__center">
|
|
641
|
+
<div class="dfe-section" data-section="cdc_data_surveillance_section_9">
|
|
642
|
+
<a
|
|
643
|
+
class="onThisPageAnchor"
|
|
644
|
+
id="cdc_data_surveillance_section_9-level-of-respiratory-illness-activity"
|
|
645
|
+
name="Level%20of%20Respiratory%20Illness%20Activity"
|
|
646
|
+
title="Level of Respiratory Illness Activity"
|
|
647
|
+
><!-- --></a
|
|
648
|
+
>
|
|
649
|
+
<h2 class="editor-block--title" id="heading-lmcgyt_uu3">Level of Respiratory Illness Activity</h2>
|
|
650
|
+
<p>
|
|
651
|
+
Respiratory illness activity is monitored using the acute respiratory illness (ARI) metric. ARI captures
|
|
652
|
+
a broad range of diagnoses from emergency department visits for respiratory illnesses, from the common
|
|
653
|
+
cold to severe infections like influenza, RSV and COVID-19. It captures illnesses that may not present
|
|
654
|
+
with fever, offering a more complete picture than the previous influenza-like illness (ILI) metric.
|
|
655
|
+
Refer to
|
|
656
|
+
<a href="/respiratory-viruses/data/activity-levels.html#cdc_data_surveillance_section_7-data-notes"
|
|
657
|
+
>data notes</a
|
|
658
|
+
>
|
|
659
|
+
for more details.
|
|
660
|
+
</p>
|
|
661
|
+
<div class="dfe-block dfe-block--cdcmodule cdc_page_element dfe-block--width-standard">
|
|
662
|
+
<div class="dfe-block__inner">
|
|
663
|
+
<div class="mb-3"></div>
|
|
664
|
+
</div>
|
|
665
|
+
</div>
|
|
666
|
+
</div>
|
|
667
|
+
|
|
668
|
+
<div class="dfe-section" data-section="cdc_data_surveillance_section_1">
|
|
669
|
+
<a class="onThisPageAnchor" id="cdc_data_surveillance_section_1-by-age" name="By%20Age" title="By Age"
|
|
670
|
+
><!-- --></a
|
|
671
|
+
>
|
|
672
|
+
<h2 class="editor-block--title" id="heading-ofbadzwize">By Age</h2>
|
|
673
|
+
<p>
|
|
674
|
+
Weekly percent of total emergency department visits associated with COVID-19, influenza, and RSV. Refer
|
|
675
|
+
to
|
|
676
|
+
<a
|
|
677
|
+
href="/respiratory-viruses/data/most-impacted.html#cdc_data_surveillance_section_4-data-notes"
|
|
678
|
+
class=""
|
|
679
|
+
>data notes</a
|
|
680
|
+
>
|
|
681
|
+
for more details.
|
|
682
|
+
</p>
|
|
683
|
+
<div class="dfe-block dfe-block--cdcmodule cdc_page_element dfe-block--width-standard">
|
|
684
|
+
<div class="dfe-block__inner">
|
|
685
|
+
<div class="mb-3">
|
|
686
|
+
<div class="react-container" data-config="/examples/tech-adoption-with-links.json"></div>
|
|
687
|
+
</div>
|
|
688
|
+
</div>
|
|
689
|
+
</div>
|
|
690
|
+
<!--
|
|
691
|
+
<h3 id="heading-qycei2ctgq">Hospitalization by Age</h3>
|
|
692
|
+
<p>
|
|
693
|
+
Weekly hospitalization rates for COVID-19, influenza, and RSV per 100,000 population. Preliminary data
|
|
694
|
+
are shaded in gray. Refer to
|
|
695
|
+
<a
|
|
696
|
+
href="/respiratory-viruses/data/most-impacted.html#cdc_data_surveillance_section_4-data-notes"
|
|
697
|
+
class=""
|
|
698
|
+
>data notes</a
|
|
699
|
+
>
|
|
700
|
+
for more details.
|
|
701
|
+
</p>
|
|
702
|
+
<div class="dfe-block dfe-block--cdcmodule cdc_page_element dfe-block--width-standard">
|
|
703
|
+
<div class="dfe-block__inner">
|
|
704
|
+
<div class="mb-3">
|
|
705
|
+
<div
|
|
706
|
+
data-language="en"
|
|
707
|
+
data-host="www.cdc.gov"
|
|
708
|
+
class="wcms-viz-container"
|
|
709
|
+
data-config-url="/respiratory-viruses/modules/viral-hospitalizations-demographics/Viral-Hospitalization-Age-Group.json"
|
|
710
|
+
data-sid=""
|
|
711
|
+
></div>
|
|
712
|
+
</div>
|
|
713
|
+
</div>
|
|
714
|
+
</div>
|
|
715
|
+
<h3 id="heading-skh8xsf9gv">Deaths by Age</h3>
|
|
716
|
+
<p>
|
|
717
|
+
Weekly percent of total deaths associated with COVID-19, influenza, and RSV. Preliminary data are shaded
|
|
718
|
+
in gray. Refer to
|
|
719
|
+
<a
|
|
720
|
+
href="/respiratory-viruses/data/most-impacted.html#cdc_data_surveillance_section_4-data-notes"
|
|
721
|
+
class=""
|
|
722
|
+
>data notes</a
|
|
723
|
+
>
|
|
724
|
+
for more details.
|
|
725
|
+
</p>
|
|
726
|
+
<div class="dfe-block dfe-block--cdcmodule cdc_page_element dfe-block--width-standard">
|
|
727
|
+
<div class="dfe-block__inner">
|
|
728
|
+
<div class="mb-3">
|
|
729
|
+
<div
|
|
730
|
+
data-language="en"
|
|
731
|
+
data-host="www.cdc.gov"
|
|
732
|
+
class="wcms-viz-container"
|
|
733
|
+
data-config-url="/respiratory-viruses/modules/rv-deaths/Viral-Respiratory-Deaths-Age.json"
|
|
734
|
+
data-sid=""
|
|
735
|
+
></div>
|
|
736
|
+
</div>
|
|
737
|
+
</div>
|
|
738
|
+
</div>
|
|
739
|
+
--></div>
|
|
740
|
+
|
|
741
|
+
<div class="dfe-section" data-section="cdc_data_surveillance_section_6">
|
|
742
|
+
<a
|
|
743
|
+
class="onThisPageAnchor"
|
|
744
|
+
id="cdc_data_surveillance_section_6-explore-source-data"
|
|
745
|
+
name="Explore%20source%20data"
|
|
746
|
+
title="Explore source data"
|
|
747
|
+
><!-- --></a
|
|
748
|
+
>
|
|
749
|
+
<h2 class="editor-block--title" id="heading-ttxgfbgnlv">Explore source data</h2>
|
|
750
|
+
<ul class="nested-list">
|
|
751
|
+
<li class="level-1">
|
|
752
|
+
<a href="https://gis.cdc.gov/grasp/fluview/main.html"
|
|
753
|
+
>State Map of Outpatient Respiratory Illness Activity</a
|
|
754
|
+
>
|
|
755
|
+
</li>
|
|
756
|
+
<li class="level-1">
|
|
757
|
+
<a href="https://gis.cdc.gov/grasp/fluview/fluportaldashboard.html"
|
|
758
|
+
>Outpatient Illness and Viral Surveillance</a
|
|
759
|
+
>
|
|
760
|
+
</li>
|
|
761
|
+
<li class="level-1">
|
|
762
|
+
<a href="https://covid.cdc.gov/covid-data-tracker/#maps_percent-covid-ed"
|
|
763
|
+
>State Map of Emergency Department Use for COVID-19</a
|
|
764
|
+
>
|
|
765
|
+
</li>
|
|
766
|
+
<li class="level-1">
|
|
767
|
+
<a href="https://covid.cdc.gov/covid-data-tracker/#maps_positivity-week"
|
|
768
|
+
>COVID-19 Testing, Hospitalization, and Death Trends</a
|
|
769
|
+
>
|
|
770
|
+
</li>
|
|
771
|
+
<li class="level-1">
|
|
772
|
+
<a href="/fluview/index.html" class="">Weekly U.S. Influenza Surveillance Report</a>
|
|
773
|
+
</li>
|
|
774
|
+
<li class="level-1"><a href="/nwss/index.html" class="">Current Wastewater Viral Activity Level</a></li>
|
|
775
|
+
</ul>
|
|
776
|
+
</div>
|
|
777
|
+
</div>
|
|
778
|
+
<div class="cdc-dfe-body__right page-right-rail">
|
|
779
|
+
<aside class="page-right-rail__static noindex" role="complementary">
|
|
780
|
+
<div class="on-this-page" data-sid="">
|
|
781
|
+
<h2 class="on-this-page__heading">On This Page</h2>
|
|
782
|
+
<div class="card-body">
|
|
783
|
+
<ul>
|
|
784
|
+
<li><a href="#cdc_data_surveillance_section_1-summary" title="Summary">Summary</a></li>
|
|
785
|
+
<li>
|
|
786
|
+
<a
|
|
787
|
+
href="#cdc_data_surveillance_section_9-level-of-respiratory-illness-activity"
|
|
788
|
+
title="Level of Respiratory Illness Activity"
|
|
789
|
+
>Level of Respiratory Illness Activity</a
|
|
790
|
+
>
|
|
791
|
+
</li>
|
|
792
|
+
<li>
|
|
793
|
+
<a href="#cdc_data_surveillance_section_5-wastewater-map" title="Wastewater Map"
|
|
794
|
+
>Wastewater Map</a
|
|
795
|
+
>
|
|
796
|
+
</li>
|
|
797
|
+
<li>
|
|
798
|
+
<a
|
|
799
|
+
href="#cdc_data_surveillance_section_3-emergency-department-visits-for-viral-respiratory-illness"
|
|
800
|
+
title="Emergency Department Visits for Viral Respiratory Illness"
|
|
801
|
+
>Emergency Department Visits for Viral Respiratory Illness</a
|
|
802
|
+
>
|
|
803
|
+
</li>
|
|
804
|
+
<li>
|
|
805
|
+
<a href="#cdc_data_surveillance_section_8-epidemic-trends" title="Epidemic Trends"
|
|
806
|
+
>Epidemic Trends</a
|
|
807
|
+
>
|
|
808
|
+
</li>
|
|
809
|
+
<li>
|
|
810
|
+
<a
|
|
811
|
+
href="#cdc_data_surveillance_section_4-percent-of-tests-positive-for-respiratory-viruses"
|
|
812
|
+
title="Percent of Tests Positive for Respiratory Viruses"
|
|
813
|
+
>Percent of Tests Positive for Respiratory Viruses</a
|
|
814
|
+
>
|
|
815
|
+
</li>
|
|
816
|
+
<li><a href="#cdc_data_surveillance_section_7-data-notes" title="Data Notes">Data Notes</a></li>
|
|
817
|
+
<li>
|
|
818
|
+
<a href="#cdc_data_surveillance_section_6-explore-source-data" title="Explore source data"
|
|
819
|
+
>Explore source data</a
|
|
820
|
+
>
|
|
821
|
+
</li>
|
|
822
|
+
</ul>
|
|
823
|
+
</div>
|
|
824
|
+
</div>
|
|
825
|
+
</aside>
|
|
826
|
+
<aside class="page-right-rail__dynamic noindex" role="complementary">
|
|
827
|
+
<div data-related-nav></div>
|
|
828
|
+
</aside>
|
|
829
|
+
</div>
|
|
830
|
+
</div>
|
|
831
|
+
<div data-journey-next></div>
|
|
832
|
+
|
|
833
|
+
<section class="container page-mobile-bar">
|
|
834
|
+
<time class="page-mobile-bar__item page-mobile-bar__item--date" datetime="2025-12-18 19:00:00">
|
|
835
|
+
Dec. 18, 2025
|
|
836
|
+
</time>
|
|
837
|
+
</section>
|
|
838
|
+
|
|
839
|
+
<div class="page-content-sources noindex">
|
|
840
|
+
<div class="page-content-sources__header">
|
|
841
|
+
<a
|
|
842
|
+
data-action="summary"
|
|
843
|
+
class="collapsed"
|
|
844
|
+
href="#content-sources"
|
|
845
|
+
role="button"
|
|
846
|
+
data-bs-toggle="collapse"
|
|
847
|
+
aria-expanded="false"
|
|
848
|
+
aria-controls="content-sources"
|
|
849
|
+
data-cs-toggle=""
|
|
850
|
+
>Sources</a
|
|
851
|
+
>
|
|
852
|
+
<a
|
|
853
|
+
data-action="print"
|
|
854
|
+
href="#print"
|
|
855
|
+
class="d-none d-md-block"
|
|
856
|
+
aria-label="print this page"
|
|
857
|
+
onclick="window.print()"
|
|
858
|
+
>Print</a
|
|
859
|
+
>
|
|
860
|
+
<a
|
|
861
|
+
data-action="share"
|
|
862
|
+
href="#share"
|
|
863
|
+
data-bs-toggle="dropdown"
|
|
864
|
+
aria-label="share this page"
|
|
865
|
+
aria-expanded="false"
|
|
866
|
+
>Share</a
|
|
867
|
+
>
|
|
868
|
+
<div class="dropdown-menu page-share-bar" data-popper-placement="bottom-start">
|
|
869
|
+
<a href="#" class="page-share-facebook"><span class="cdc-icon-facebook"></span></a>
|
|
870
|
+
<a href="#" class="page-share-linkedin"><span class="cdc-icon-linkedin"></span></a>
|
|
871
|
+
<a href="#" class="page-share-twitter"><span class="cdc-icon-twitter"></span></a>
|
|
872
|
+
<a href="#" class="page-share-syndication"><span class="cdc-icon-rss"></span></a>
|
|
873
|
+
</div>
|
|
874
|
+
</div>
|
|
875
|
+
|
|
876
|
+
<div class="page-share-container">
|
|
877
|
+
<div class="page-share-popup" id="page-share-popup" role="dialog">
|
|
878
|
+
<a
|
|
879
|
+
target="_blank"
|
|
880
|
+
title="Share to Facebook"
|
|
881
|
+
rel="noreferrer noopener"
|
|
882
|
+
class="page-share-facebook metrics-share-facebook"
|
|
883
|
+
href="https://www.facebook.com/"
|
|
884
|
+
>
|
|
885
|
+
<span class="sr-only">Facebook</span>
|
|
886
|
+
<span class="cdc-icon-facebook-inverse"></span>
|
|
887
|
+
</a>
|
|
888
|
+
<a
|
|
889
|
+
target="_blank"
|
|
890
|
+
title="Share to LinkedIn"
|
|
891
|
+
rel="noreferrer noopener"
|
|
892
|
+
class="page-share-linkedin metrics-share-linkedin"
|
|
893
|
+
href="https://www.linkedin.com/"
|
|
894
|
+
>
|
|
895
|
+
<span class="sr-only">LinkedIn</span>
|
|
896
|
+
<span class="cdc-icon-linkedin-inverse"></span>
|
|
897
|
+
</a>
|
|
898
|
+
<a
|
|
899
|
+
target="_blank"
|
|
900
|
+
title="Share to Twitter"
|
|
901
|
+
rel="noreferrer noopener"
|
|
902
|
+
class="page-share-twitter metrics-share-twitter"
|
|
903
|
+
href="https://twitter.com/"
|
|
904
|
+
>
|
|
905
|
+
<span class="sr-only">Twitter</span>
|
|
906
|
+
<span class="cdc-icon-twitter-inverse"></span>
|
|
907
|
+
</a>
|
|
908
|
+
<a
|
|
909
|
+
target="_blank"
|
|
910
|
+
title="Embed this Page"
|
|
911
|
+
rel="noreferrer noopener"
|
|
912
|
+
class="page-share-syndication metrics-share-syndicate"
|
|
913
|
+
href="https://tools.cdc.gov/medialibrary/index.aspx#/sharecontent"
|
|
914
|
+
>
|
|
915
|
+
<span class="sr-only">Syndicate</span>
|
|
916
|
+
<span class="fi cdc-icon-syndication-round"></span>
|
|
917
|
+
</a>
|
|
918
|
+
</div>
|
|
919
|
+
</div>
|
|
920
|
+
<div id="content-sources" class="page-content-sources__body accordion-collapse collapse">
|
|
921
|
+
<div class="callout callout-content-source" role="status">
|
|
922
|
+
<div class="callout-heading">Content Source:</div>
|
|
923
|
+
<a class="cdc-block-link" href="/ncird/index.html"
|
|
924
|
+
>National Center for Immunization and Respiratory Diseases (NCIRD)</a
|
|
925
|
+
>
|
|
926
|
+
</div>
|
|
927
|
+
</div>
|
|
928
|
+
</div>
|
|
929
|
+
|
|
930
|
+
<section class="container related-pages related-pages__mobile">
|
|
931
|
+
<div data-related-nav-mobile></div>
|
|
932
|
+
</section>
|
|
933
|
+
</div>
|
|
934
|
+
</main>
|
|
935
|
+
|
|
936
|
+
<section class="site-footer container noindex">
|
|
937
|
+
<div class="row cdc-footer__inner">
|
|
938
|
+
<div class="col-lg-3 site-footer__heading has-home-link">
|
|
939
|
+
<h2>
|
|
940
|
+
<a
|
|
941
|
+
href="/respiratory-viruses/index.html"
|
|
942
|
+
class="cdc-footer__super-title"
|
|
943
|
+
aria-label="Respiratory Illnesses"
|
|
944
|
+
>
|
|
945
|
+
<i class="cdc-icon cdc-fa-solid cdc-fa-house"></i>
|
|
946
|
+
<span>Respiratory Illnesses <i class="cdc-icon cdc-fa-light cdc-fa-angle-right"></i></span>
|
|
947
|
+
</a>
|
|
948
|
+
</h2>
|
|
949
|
+
<p class="cdc-footer__site-desc">
|
|
950
|
+
Respiratory illnesses affect the lungs and airways. Get information on common causes, prevention actions,
|
|
951
|
+
and current levels of illness in your community.
|
|
952
|
+
</p>
|
|
953
|
+
<a
|
|
954
|
+
href="/respiratory-viruses/site.html"
|
|
955
|
+
class="cdc-footer__all btn-outline__half btn btn-outline-white btn-arrow"
|
|
956
|
+
>
|
|
957
|
+
View All
|
|
958
|
+
</a>
|
|
959
|
+
</div>
|
|
960
|
+
<div class="col-lg-8 offset-lg-1">
|
|
961
|
+
<div class="row site-footer__links">
|
|
962
|
+
<div class="col-md-6">
|
|
963
|
+
<!-- If Group Site is Enabled, Need at Least 2 Links -->
|
|
964
|
+
<h3 class="site-footer__links__header">
|
|
965
|
+
<a class="cdc-footer__super-link" href="/respiratory-viruses/index.html#gen">
|
|
966
|
+
<span>For Everyone</span>
|
|
967
|
+
<span class="cdc-icon cdc-fa-light cdc-fa-angle-right"></span>
|
|
968
|
+
</a>
|
|
969
|
+
</h3>
|
|
970
|
+
<ul>
|
|
971
|
+
<li>
|
|
972
|
+
<a data-post-id="5918" href="/respiratory-viruses/about/index.html"> About </a>
|
|
973
|
+
</li>
|
|
974
|
+
<li>
|
|
975
|
+
<a data-post-id="3764" href="/respiratory-viruses/risk-factors/index.html"> Risk Factors </a>
|
|
976
|
+
</li>
|
|
977
|
+
<li>
|
|
978
|
+
<a data-post-id="3642" href="/respiratory-viruses/prevention/index.html"> Prevention </a>
|
|
979
|
+
</li>
|
|
980
|
+
<li>
|
|
981
|
+
<a data-post-id="3653" href="/respiratory-viruses/treatment/index.html"> Treatment </a>
|
|
982
|
+
</li>
|
|
983
|
+
<li>
|
|
984
|
+
<a data-post-id="5924" href="/respiratory-viruses/data/index.html"> Data and Trends </a>
|
|
985
|
+
</li>
|
|
986
|
+
<li>
|
|
987
|
+
<a data-post-id="8076" href="/respiratory-viruses/communication-resources/index.html">
|
|
988
|
+
Communication Resources
|
|
989
|
+
</a>
|
|
990
|
+
</li>
|
|
991
|
+
<li>
|
|
992
|
+
<a data-post-id="6038" href="/respiratory-viruses/guidance/index.html">
|
|
993
|
+
Respiratory Virus Guidance
|
|
994
|
+
</a>
|
|
995
|
+
</li>
|
|
996
|
+
</ul>
|
|
997
|
+
</div>
|
|
998
|
+
<div class="col-md-6">
|
|
999
|
+
<div class="audience-column">
|
|
1000
|
+
<h3 class="site-footer__links__header">
|
|
1001
|
+
<a class="cdc-footer__super-link" href="/respiratory-viruses/hcp/index.html#hcp">
|
|
1002
|
+
<span>Health Care Providers</span>
|
|
1003
|
+
<span class="cdc-icon cdc-fa-light cdc-fa-angle-right"></span>
|
|
1004
|
+
</a>
|
|
1005
|
+
</h3>
|
|
1006
|
+
<ul>
|
|
1007
|
+
<li>
|
|
1008
|
+
<a data-post-id="8091" href="/respiratory-viruses/hcp/clinical-overview/index.html">
|
|
1009
|
+
Clinical Overview
|
|
1010
|
+
</a>
|
|
1011
|
+
</li>
|
|
1012
|
+
<li>
|
|
1013
|
+
<a data-post-id="7851" href="/respiratory-viruses/hcp/conversation-tips/index.html">
|
|
1014
|
+
Talking with Patients
|
|
1015
|
+
</a>
|
|
1016
|
+
</li>
|
|
1017
|
+
</ul>
|
|
1018
|
+
</div>
|
|
1019
|
+
<div class="audience-column">
|
|
1020
|
+
<h3 class="site-footer__links__header">
|
|
1021
|
+
<a class="cdc-footer__super-link" href="/respiratory-viruses/site.html#php">
|
|
1022
|
+
<span>Public Health</span>
|
|
1023
|
+
<span class="cdc-icon cdc-fa-light cdc-fa-angle-right"></span>
|
|
1024
|
+
</a>
|
|
1025
|
+
</h3>
|
|
1026
|
+
<ul>
|
|
1027
|
+
<li>
|
|
1028
|
+
<a data-post-id="8073" href="/respiratory-viruses/php/toolkit/index.html">
|
|
1029
|
+
Communication Toolkit
|
|
1030
|
+
</a>
|
|
1031
|
+
</li>
|
|
1032
|
+
</ul>
|
|
1033
|
+
</div>
|
|
1034
|
+
</div>
|
|
1035
|
+
</div>
|
|
1036
|
+
<div class="row site-footer__emailupdates">
|
|
1037
|
+
<div class="col">
|
|
1038
|
+
<i class="cdc-fa-regular cdc-fa-envelope" role="img" aria-hidden="true"></i>
|
|
1039
|
+
<a href="https://tools.cdc.gov/campaignproxyservice/subscriptions.aspx#featured"
|
|
1040
|
+
>Sign up for Email Updates</a
|
|
1041
|
+
>
|
|
1042
|
+
<i class="cdc-fa-light cdc-fa-angle-right" role="img" aria-hidden="true"></i>
|
|
1043
|
+
</div>
|
|
1044
|
+
</div>
|
|
1045
|
+
</div>
|
|
1046
|
+
</div>
|
|
1047
|
+
</section>
|
|
1048
|
+
|
|
1049
|
+
<footer class="container cdc-footer noindex" role="contentinfo">
|
|
1050
|
+
<section class="cdc-footer__desktop">
|
|
1051
|
+
<nav class="cdc-footer__nav" id="cdc-footer-nav">
|
|
1052
|
+
<div class="row cdc-footer__inner">
|
|
1053
|
+
<div class="col">
|
|
1054
|
+
<a
|
|
1055
|
+
id="contactUs-btn"
|
|
1056
|
+
class="cdc-footer__nav-link"
|
|
1057
|
+
data-bs-toggle="collapse"
|
|
1058
|
+
href="#contactUs"
|
|
1059
|
+
role="button"
|
|
1060
|
+
aria-expanded="false"
|
|
1061
|
+
aria-controls="contactUs"
|
|
1062
|
+
>
|
|
1063
|
+
Contact Us <span class="cdc-fa-angle-down"></span>
|
|
1064
|
+
</a>
|
|
1065
|
+
<div
|
|
1066
|
+
class="cdc-footer__subnav collapse"
|
|
1067
|
+
id="contactUs"
|
|
1068
|
+
data-bs-parent="#cdc-footer-nav"
|
|
1069
|
+
aria-labelledby="contactUs-btn"
|
|
1070
|
+
tabindex="-1"
|
|
1071
|
+
>
|
|
1072
|
+
<div class="cdc-footer__subnav-inner">
|
|
1073
|
+
<a class="cdc-footer__nav-heading" href="https://www.cdc.gov/cdc-info/index.html"
|
|
1074
|
+
>Contact Us <span class="cdc-fa-angle-right"></span
|
|
1075
|
+
></a>
|
|
1076
|
+
<ul>
|
|
1077
|
+
<li><a class="cdc-footer__subnav-link" href="tel:800-232-4636">Call 800-232-4636</a></li>
|
|
1078
|
+
<li>
|
|
1079
|
+
<a class="cdc-footer__subnav-link" href="https://www.cdc.gov/cdc-info/index.html">Contact CDC</a>
|
|
1080
|
+
</li>
|
|
1081
|
+
</ul>
|
|
1082
|
+
</div>
|
|
1083
|
+
</div>
|
|
1084
|
+
|
|
1085
|
+
<a
|
|
1086
|
+
id="aboutCDC-btn"
|
|
1087
|
+
class="cdc-footer__nav-link"
|
|
1088
|
+
data-bs-toggle="collapse"
|
|
1089
|
+
href="#aboutCDC"
|
|
1090
|
+
role="button"
|
|
1091
|
+
aria-expanded="false"
|
|
1092
|
+
aria-controls="aboutCDC"
|
|
1093
|
+
>
|
|
1094
|
+
About CDC <span class="cdc-fa-angle-down"></span>
|
|
1095
|
+
</a>
|
|
1096
|
+
<div
|
|
1097
|
+
class="cdc-footer__subnav collapse"
|
|
1098
|
+
id="aboutCDC"
|
|
1099
|
+
data-bs-parent="#cdc-footer-nav"
|
|
1100
|
+
aria-labelledby="aboutCDC-btn"
|
|
1101
|
+
tabindex="-1"
|
|
1102
|
+
>
|
|
1103
|
+
<div class="cdc-footer__subnav-inner">
|
|
1104
|
+
<a class="cdc-footer__nav-heading" href="https://www.cdc.gov/about/"
|
|
1105
|
+
>About CDC <span class="cdc-fa-angle-right"></span
|
|
1106
|
+
></a>
|
|
1107
|
+
<ul>
|
|
1108
|
+
<li><a class="cdc-footer__subnav-link" href="https://www.cdc.gov/media/">Pressroom</a></li>
|
|
1109
|
+
<li>
|
|
1110
|
+
<a class="cdc-footer__subnav-link" href="https://www.cdc.gov/about/organization/">Organization</a>
|
|
1111
|
+
</li>
|
|
1112
|
+
<li>
|
|
1113
|
+
<a class="cdc-footer__subnav-link" href="https://www.cdc.gov/budget/">Budget & Funding</a>
|
|
1114
|
+
</li>
|
|
1115
|
+
<li>
|
|
1116
|
+
<a class="cdc-footer__subnav-link" href="https://jobs.cdc.gov/index.html">Careers & Jobs</a>
|
|
1117
|
+
</li>
|
|
1118
|
+
</ul>
|
|
1119
|
+
</div>
|
|
1120
|
+
</div>
|
|
1121
|
+
|
|
1122
|
+
<a
|
|
1123
|
+
id="policies-btn"
|
|
1124
|
+
class="cdc-footer__nav-link"
|
|
1125
|
+
data-bs-toggle="collapse"
|
|
1126
|
+
href="#policies"
|
|
1127
|
+
role="button"
|
|
1128
|
+
aria-expanded="false"
|
|
1129
|
+
aria-controls="policies"
|
|
1130
|
+
>
|
|
1131
|
+
Policies <span class="cdc-fa-angle-down"></span>
|
|
1132
|
+
</a>
|
|
1133
|
+
<div
|
|
1134
|
+
class="cdc-footer__subnav collapse"
|
|
1135
|
+
id="policies"
|
|
1136
|
+
data-bs-parent="#cdc-footer-nav"
|
|
1137
|
+
aria-labelledby="policies-btn"
|
|
1138
|
+
tabindex="-1"
|
|
1139
|
+
>
|
|
1140
|
+
<div class="cdc-footer__subnav-inner">
|
|
1141
|
+
<div class="row">
|
|
1142
|
+
<div class="col-lg-3">
|
|
1143
|
+
<ul>
|
|
1144
|
+
<li>
|
|
1145
|
+
<a class="cdc-footer__subnav-link" href="https://www.cdc.gov/other/accessibility.html"
|
|
1146
|
+
>Accessibility</a
|
|
1147
|
+
>
|
|
1148
|
+
</li>
|
|
1149
|
+
<li>
|
|
1150
|
+
<a
|
|
1151
|
+
class="cdc-footer__subnav-link"
|
|
1152
|
+
href="https://www.cdc.gov/Other/disclaimer.html#exit-notification"
|
|
1153
|
+
>External Links</a
|
|
1154
|
+
>
|
|
1155
|
+
</li>
|
|
1156
|
+
<li>
|
|
1157
|
+
<a class="cdc-footer__subnav-link" href="https://www.cdc.gov/other/privacy.html">Privacy</a>
|
|
1158
|
+
</li>
|
|
1159
|
+
<li>
|
|
1160
|
+
<a class="cdc-footer__subnav-link" href="https://www.cdc.gov/Other/policies.html"
|
|
1161
|
+
>Web Policies</a
|
|
1162
|
+
>
|
|
1163
|
+
</li>
|
|
1164
|
+
</ul>
|
|
1165
|
+
</div>
|
|
1166
|
+
<div class="col-lg-3">
|
|
1167
|
+
<ul>
|
|
1168
|
+
<li><a class="cdc-footer__subnav-link" href="https://www.cdc.gov/foia/">FOIA</a></li>
|
|
1169
|
+
<li><a class="cdc-footer__subnav-link" href="https://oig.hhs.gov/">OIG</a></li>
|
|
1170
|
+
<li>
|
|
1171
|
+
<a class="cdc-footer__subnav-link" href="https://www.cdc.gov/oeeowe/no-fear-act/"
|
|
1172
|
+
>No Fear Act</a
|
|
1173
|
+
>
|
|
1174
|
+
</li>
|
|
1175
|
+
<li>
|
|
1176
|
+
<a class="cdc-footer__subnav-link" href="https://www.cdc.gov/other/nondiscrimination.html"
|
|
1177
|
+
>Nondiscrimination</a
|
|
1178
|
+
>
|
|
1179
|
+
</li>
|
|
1180
|
+
<li>
|
|
1181
|
+
<a
|
|
1182
|
+
class="cdc-footer__subnav-link"
|
|
1183
|
+
href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html"
|
|
1184
|
+
>Vulnerability Disclosure Policy</a
|
|
1185
|
+
>
|
|
1186
|
+
</li>
|
|
1187
|
+
</ul>
|
|
1188
|
+
</div>
|
|
1189
|
+
</div>
|
|
1190
|
+
</div>
|
|
1191
|
+
</div>
|
|
1192
|
+
|
|
1193
|
+
<a
|
|
1194
|
+
id="languages-btn"
|
|
1195
|
+
class="cdc-footer__nav-link"
|
|
1196
|
+
data-bs-toggle="collapse"
|
|
1197
|
+
href="#languages"
|
|
1198
|
+
role="button"
|
|
1199
|
+
aria-expanded="false"
|
|
1200
|
+
aria-controls="languages"
|
|
1201
|
+
>
|
|
1202
|
+
Languages <span class="cdc-fa-angle-down"></span>
|
|
1203
|
+
</a>
|
|
1204
|
+
<div
|
|
1205
|
+
class="cdc-footer__subnav collapse"
|
|
1206
|
+
id="languages"
|
|
1207
|
+
data-bs-parent="#cdc-footer-nav"
|
|
1208
|
+
aria-labelledby="languages-btn"
|
|
1209
|
+
tabindex="-1"
|
|
1210
|
+
>
|
|
1211
|
+
<div class="cdc-footer__subnav-inner">
|
|
1212
|
+
<div class="row">
|
|
1213
|
+
<div class="col-lg-2">
|
|
1214
|
+
<a href="https://www.cdc.gov/other/other-languages/index.html" class="cdc-footer__nav-heading"
|
|
1215
|
+
>Languages</a
|
|
1216
|
+
>
|
|
1217
|
+
<ul>
|
|
1218
|
+
<li><a class="cdc-footer__subnav-link" href="https://www.cdc.gov/spanish/">Español</a></li>
|
|
1219
|
+
</ul>
|
|
1220
|
+
</div>
|
|
1221
|
+
<div class="col-lg-10">
|
|
1222
|
+
<a href="https://www.cdc.gov/other/language-assistance.html" class="cdc-footer__nav-heading"
|
|
1223
|
+
>Language Assistance</a
|
|
1224
|
+
>
|
|
1225
|
+
<div class="row">
|
|
1226
|
+
<div class="col-lg-3">
|
|
1227
|
+
<ul>
|
|
1228
|
+
<li>
|
|
1229
|
+
<a
|
|
1230
|
+
class="cdc-footer__subnav-link"
|
|
1231
|
+
href="https://www.cdc.gov/other/language-assistance.html#Spanish"
|
|
1232
|
+
>Español</a
|
|
1233
|
+
>
|
|
1234
|
+
</li>
|
|
1235
|
+
<li>
|
|
1236
|
+
<a
|
|
1237
|
+
class="cdc-footer__subnav-link"
|
|
1238
|
+
href="https://www.cdc.gov/other/language-assistance.html#Chinese"
|
|
1239
|
+
>繁體中文</a
|
|
1240
|
+
>
|
|
1241
|
+
</li>
|
|
1242
|
+
<li>
|
|
1243
|
+
<a
|
|
1244
|
+
class="cdc-footer__subnav-link"
|
|
1245
|
+
href="https://www.cdc.gov/other/language-assistance.html#Vietnamese"
|
|
1246
|
+
>Tiếng Việt</a
|
|
1247
|
+
>
|
|
1248
|
+
</li>
|
|
1249
|
+
<li>
|
|
1250
|
+
<a
|
|
1251
|
+
class="cdc-footer__subnav-link"
|
|
1252
|
+
href="https://www.cdc.gov/other/language-assistance.html#Korean"
|
|
1253
|
+
>한국어</a
|
|
1254
|
+
>
|
|
1255
|
+
</li>
|
|
1256
|
+
</ul>
|
|
1257
|
+
</div>
|
|
1258
|
+
<div class="col-lg-3">
|
|
1259
|
+
<ul>
|
|
1260
|
+
<li>
|
|
1261
|
+
<a
|
|
1262
|
+
class="cdc-footer__subnav-link"
|
|
1263
|
+
href="https://www.cdc.gov/other/language-assistance.html#Tagalog"
|
|
1264
|
+
>Tagalog</a
|
|
1265
|
+
>
|
|
1266
|
+
</li>
|
|
1267
|
+
<li>
|
|
1268
|
+
<a
|
|
1269
|
+
class="cdc-footer__subnav-link"
|
|
1270
|
+
href="https://www.cdc.gov/other/language-assistance.html#Russian"
|
|
1271
|
+
>Русский</a
|
|
1272
|
+
>
|
|
1273
|
+
</li>
|
|
1274
|
+
<li>
|
|
1275
|
+
<a
|
|
1276
|
+
class="cdc-footer__subnav-link"
|
|
1277
|
+
href="https://www.cdc.gov/other/language-assistance.html#Arabic"
|
|
1278
|
+
>العربية</a
|
|
1279
|
+
>
|
|
1280
|
+
</li>
|
|
1281
|
+
<li>
|
|
1282
|
+
<a
|
|
1283
|
+
class="cdc-footer__subnav-link"
|
|
1284
|
+
href="https://www.cdc.gov/other/language-assistance.html#Haitian"
|
|
1285
|
+
>Kreyòl Ayisyen</a
|
|
1286
|
+
>
|
|
1287
|
+
</li>
|
|
1288
|
+
</ul>
|
|
1289
|
+
</div>
|
|
1290
|
+
<div class="col-lg-3">
|
|
1291
|
+
<ul>
|
|
1292
|
+
<li>
|
|
1293
|
+
<a
|
|
1294
|
+
class="cdc-footer__subnav-link"
|
|
1295
|
+
href="https://www.cdc.gov/other/language-assistance.html#French"
|
|
1296
|
+
>Français</a
|
|
1297
|
+
>
|
|
1298
|
+
</li>
|
|
1299
|
+
<li>
|
|
1300
|
+
<a
|
|
1301
|
+
class="cdc-footer__subnav-link"
|
|
1302
|
+
href="https://www.cdc.gov/other/language-assistance.html#Polish"
|
|
1303
|
+
>Polski</a
|
|
1304
|
+
>
|
|
1305
|
+
</li>
|
|
1306
|
+
<li>
|
|
1307
|
+
<a
|
|
1308
|
+
class="cdc-footer__subnav-link"
|
|
1309
|
+
href="https://www.cdc.gov/other/language-assistance.html#Portuguese"
|
|
1310
|
+
>Português</a
|
|
1311
|
+
>
|
|
1312
|
+
</li>
|
|
1313
|
+
<li>
|
|
1314
|
+
<a
|
|
1315
|
+
class="cdc-footer__subnav-link"
|
|
1316
|
+
href="https://www.cdc.gov/other/language-assistance.html#Italian"
|
|
1317
|
+
>Italiano</a
|
|
1318
|
+
>
|
|
1319
|
+
</li>
|
|
1320
|
+
</ul>
|
|
1321
|
+
</div>
|
|
1322
|
+
<div class="col-lg-3">
|
|
1323
|
+
<ul>
|
|
1324
|
+
<li>
|
|
1325
|
+
<a
|
|
1326
|
+
class="cdc-footer__subnav-link"
|
|
1327
|
+
href="https://www.cdc.gov/other/language-assistance.html#German"
|
|
1328
|
+
>Deutsch</a
|
|
1329
|
+
>
|
|
1330
|
+
</li>
|
|
1331
|
+
<li>
|
|
1332
|
+
<a
|
|
1333
|
+
class="cdc-footer__subnav-link"
|
|
1334
|
+
href="https://www.cdc.gov/other/language-assistance.html#Japanese"
|
|
1335
|
+
>日本語</a
|
|
1336
|
+
>
|
|
1337
|
+
</li>
|
|
1338
|
+
<li>
|
|
1339
|
+
<a
|
|
1340
|
+
class="cdc-footer__subnav-link"
|
|
1341
|
+
href="https://www.cdc.gov/other/language-assistance.html#Farsi"
|
|
1342
|
+
>فارسی</a
|
|
1343
|
+
>
|
|
1344
|
+
</li>
|
|
1345
|
+
<li>
|
|
1346
|
+
<a
|
|
1347
|
+
class="cdc-footer__subnav-link"
|
|
1348
|
+
href="https://www.cdc.gov/other/language-assistance.html#English"
|
|
1349
|
+
>English</a
|
|
1350
|
+
>
|
|
1351
|
+
</li>
|
|
1352
|
+
</ul>
|
|
1353
|
+
</div>
|
|
1354
|
+
</div>
|
|
1355
|
+
</div>
|
|
1356
|
+
</div>
|
|
1357
|
+
</div>
|
|
1358
|
+
</div>
|
|
1359
|
+
|
|
1360
|
+
<a
|
|
1361
|
+
id="archive-btn"
|
|
1362
|
+
class="cdc-footer__nav-link"
|
|
1363
|
+
data-bs-toggle="collapse"
|
|
1364
|
+
href="#archive"
|
|
1365
|
+
role="button"
|
|
1366
|
+
aria-expanded="false"
|
|
1367
|
+
aria-controls="archive"
|
|
1368
|
+
>
|
|
1369
|
+
Archive <span class="cdc-fa-angle-down"></span>
|
|
1370
|
+
</a>
|
|
1371
|
+
<div
|
|
1372
|
+
class="cdc-footer__subnav collapse"
|
|
1373
|
+
id="archive"
|
|
1374
|
+
data-bs-parent="#cdc-footer-nav"
|
|
1375
|
+
aria-labelledby="archive-btn"
|
|
1376
|
+
tabindex="-1"
|
|
1377
|
+
>
|
|
1378
|
+
<div class="cdc-footer__subnav-inner">
|
|
1379
|
+
<ul>
|
|
1380
|
+
<li><a class="cdc-footer__subnav-link" href="https://archive.cdc.gov/">CDC Archive</a></li>
|
|
1381
|
+
<li>
|
|
1382
|
+
<a class="cdc-footer__subnav-link" href="https://stacks.cdc.gov/">Public Health Publications</a>
|
|
1383
|
+
</li>
|
|
1384
|
+
</ul>
|
|
1385
|
+
</div>
|
|
1386
|
+
</div>
|
|
1387
|
+
</div>
|
|
1388
|
+
</div>
|
|
1389
|
+
</nav>
|
|
1390
|
+
</section>
|
|
1391
|
+
|
|
1392
|
+
<section class="cdc-footer__mobile">
|
|
1393
|
+
<nav class="cdc-footer__nav">
|
|
1394
|
+
<div class="row cdc-footer__inner">
|
|
1395
|
+
<div class="col">
|
|
1396
|
+
<a
|
|
1397
|
+
class="cdc-footer__heading"
|
|
1398
|
+
data-bs-toggle="collapse"
|
|
1399
|
+
href="#mobile-footer-contactUs"
|
|
1400
|
+
role="button"
|
|
1401
|
+
aria-expanded="false"
|
|
1402
|
+
aria-controls="mobile-footer-contactUs"
|
|
1403
|
+
>
|
|
1404
|
+
Contact Us <span class="cdc-fa-angle-down"></span>
|
|
1405
|
+
</a>
|
|
1406
|
+
<div class="cdc-footer__group col offset-lg-1 collapse" id="mobile-footer-contactUs">
|
|
1407
|
+
<a href="https://www.cdc.gov/cdc-info/index.html" class="cdc-footer__nav-heading">Contact Us</a>
|
|
1408
|
+
<span class="cdc-fa-angle-right"></span>
|
|
1409
|
+
<ul>
|
|
1410
|
+
<li><a href="tel:800-232-4636">Call 800-232-4636</a></li>
|
|
1411
|
+
<li><a href="https://www.cdc.gov/cdc-info/index.html">Contact CDC</a></li>
|
|
1412
|
+
</ul>
|
|
1413
|
+
</div>
|
|
1414
|
+
|
|
1415
|
+
<a
|
|
1416
|
+
class="cdc-footer__heading"
|
|
1417
|
+
data-bs-toggle="collapse"
|
|
1418
|
+
href="#mobile-footer-aboutCDC"
|
|
1419
|
+
role="button"
|
|
1420
|
+
aria-expanded="false"
|
|
1421
|
+
aria-controls="mobile-footer-aboutCDC"
|
|
1422
|
+
>
|
|
1423
|
+
About CDC <span class="cdc-fa-angle-down"></span>
|
|
1424
|
+
</a>
|
|
1425
|
+
<div class="cdc-footer__group col offset-lg-1 collapse" id="mobile-footer-aboutCDC">
|
|
1426
|
+
<ul>
|
|
1427
|
+
<li><a href="https://www.cdc.gov/media/">Pressroom</a></li>
|
|
1428
|
+
<li><a href="https://www.cdc.gov/about/organization/">Organization</a></li>
|
|
1429
|
+
<li><a href="https://www.cdc.gov/budget/">Budget & Funding</a></li>
|
|
1430
|
+
<li><a href="https://jobs.cdc.gov/index.html">Careers & Jobs</a></li>
|
|
1431
|
+
<li><a href="https://www.cdc.gov/about/">About CDC</a></li>
|
|
1432
|
+
</ul>
|
|
1433
|
+
</div>
|
|
1434
|
+
|
|
1435
|
+
<a
|
|
1436
|
+
class="cdc-footer__heading"
|
|
1437
|
+
data-bs-toggle="collapse"
|
|
1438
|
+
href="#mobile-footer-policies"
|
|
1439
|
+
role="button"
|
|
1440
|
+
aria-expanded="false"
|
|
1441
|
+
aria-controls="mobile-footer-policies"
|
|
1442
|
+
>
|
|
1443
|
+
Policies <span class="cdc-fa-angle-down"></span>
|
|
1444
|
+
</a>
|
|
1445
|
+
<div
|
|
1446
|
+
class="cdc-footer__group col offset-lg-1 collapse"
|
|
1447
|
+
id="mobile-footer-policies"
|
|
1448
|
+
data-bs-parent="#cdc-footer-nav"
|
|
1449
|
+
>
|
|
1450
|
+
<ul>
|
|
1451
|
+
<li><a href="https://www.cdc.gov/other/accessibility.html">Accessibility</a></li>
|
|
1452
|
+
<li><a href="https://www.cdc.gov/Other/disclaimer.html#exit-notification">External Links</a></li>
|
|
1453
|
+
<li><a href="https://www.cdc.gov/other/privacy.html">Privacy</a></li>
|
|
1454
|
+
<li><a href="https://www.cdc.gov/Other/policies.html">Web Policies</a></li>
|
|
1455
|
+
</ul>
|
|
1456
|
+
<ul>
|
|
1457
|
+
<li><a href="https://www.cdc.gov/foia/">FOIA</a></li>
|
|
1458
|
+
<li><a href="https://oig.hhs.gov/">OIG</a></li>
|
|
1459
|
+
<li><a href="https://www.cdc.gov/oeeowe/no-fear-act/">No Fear Act</a></li>
|
|
1460
|
+
<li><a href="https://www.cdc.gov/other/nondiscrimination.html">Nondiscrimination</a></li>
|
|
1461
|
+
<li>
|
|
1462
|
+
<a href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html"
|
|
1463
|
+
>Vulnerability Disclosure Policy</a
|
|
1464
|
+
>
|
|
1465
|
+
</li>
|
|
1466
|
+
</ul>
|
|
1467
|
+
</div>
|
|
1468
|
+
|
|
1469
|
+
<a
|
|
1470
|
+
class="cdc-footer__heading"
|
|
1471
|
+
data-bs-toggle="collapse"
|
|
1472
|
+
href="#mobile-footer-languages"
|
|
1473
|
+
role="button"
|
|
1474
|
+
aria-expanded="false"
|
|
1475
|
+
aria-controls="mobile-footer-languages"
|
|
1476
|
+
>
|
|
1477
|
+
Languages <span class="cdc-fa-angle-down"></span>
|
|
1478
|
+
</a>
|
|
1479
|
+
<div
|
|
1480
|
+
class="cdc-footer__group col offset-lg-1 collapse"
|
|
1481
|
+
id="mobile-footer-languages"
|
|
1482
|
+
data-bs-parent="#cdc-footer-nav"
|
|
1483
|
+
>
|
|
1484
|
+
<p class="cdc-footer__nav-heading">Languages <span class="cdc-fa-angle-right"></span></p>
|
|
1485
|
+
<ul>
|
|
1486
|
+
<li><a href="https://www.cdc.gov/spanish/">Español</a></li>
|
|
1487
|
+
</ul>
|
|
1488
|
+
<p class="cdc-footer__nav-heading">Language Assistance <span class="cdc-fa-angle-right"></span></p>
|
|
1489
|
+
<ul>
|
|
1490
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Spanish">Español</a></li>
|
|
1491
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Chinese">繁體中文</a></li>
|
|
1492
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Vietnamese">Tiếng Việt</a></li>
|
|
1493
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Korean">한국어</a></li>
|
|
1494
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Tagalog">Tagalog</a></li>
|
|
1495
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Russian">Русский</a></li>
|
|
1496
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Arabic">العربية</a></li>
|
|
1497
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Haitian">Kreyòl Ayisyen</a></li>
|
|
1498
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#French">Français</a></li>
|
|
1499
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Polish">Polski</a></li>
|
|
1500
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Portuguese">Português</a></li>
|
|
1501
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Italian">Italiano</a></li>
|
|
1502
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#German">Deutsch</a></li>
|
|
1503
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Japanese">日本語</a></li>
|
|
1504
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#Farsi">فارسی</a></li>
|
|
1505
|
+
<li><a href="https://www.cdc.gov/other/language-assistance.html#English">English</a></li>
|
|
1506
|
+
</ul>
|
|
1507
|
+
</div>
|
|
1508
|
+
|
|
1509
|
+
<a
|
|
1510
|
+
class="cdc-footer__heading"
|
|
1511
|
+
data-bs-toggle="collapse"
|
|
1512
|
+
href="#mobile-footer-archive"
|
|
1513
|
+
role="button"
|
|
1514
|
+
aria-expanded="false"
|
|
1515
|
+
aria-controls="mobile-footer-archive"
|
|
1516
|
+
>
|
|
1517
|
+
Archive <span class="cdc-fa-angle-down"></span>
|
|
1518
|
+
</a>
|
|
1519
|
+
<div class="cdc-footer__group col offset-lg-1 collapse" id="mobile-footer-archive">
|
|
1520
|
+
<ul>
|
|
1521
|
+
<li><a href="https://archive.cdc.gov/">CDC Archive</a></li>
|
|
1522
|
+
<li><a href="https://stacks.cdc.gov/">Public Health Publications</a></li>
|
|
1523
|
+
</ul>
|
|
1524
|
+
</div>
|
|
1525
|
+
</div>
|
|
1526
|
+
</div>
|
|
1527
|
+
</nav>
|
|
1528
|
+
</section>
|
|
1529
|
+
<div class="cdc-footer__body">
|
|
1530
|
+
<div class="row cdc-footer__inner">
|
|
1531
|
+
<div class="col-lg-3 cdc-footer__body-logo">
|
|
1532
|
+
<a href="https://www.cdc.gov/">
|
|
1533
|
+
<img
|
|
1534
|
+
src="https://www.cdc.gov/TemplatePackage/5.0/img/logo/cdc-logo-tag-right.svg"
|
|
1535
|
+
alt="Centers for Disease Control and Prevention"
|
|
1536
|
+
/>
|
|
1537
|
+
</a>
|
|
1538
|
+
</div>
|
|
1539
|
+
<div class="col-lg-7 cdc-footer__body-social">
|
|
1540
|
+
<div>
|
|
1541
|
+
<a href="https://www.facebook.com/CDC">
|
|
1542
|
+
<i role="img" aria-label="facebook icon" class="cdc-icon-facebook"></i>
|
|
1543
|
+
</a>
|
|
1544
|
+
<a href="https://twitter.com/CDCgov">
|
|
1545
|
+
<i role="img" aria-label="x icon" class="cdc-icon-twitter"></i>
|
|
1546
|
+
</a>
|
|
1547
|
+
<a href="https://www.instagram.com/CDCgov">
|
|
1548
|
+
<i role="img" aria-label="instagram icon" class="cdc-icon-instagram"></i>
|
|
1549
|
+
</a>
|
|
1550
|
+
<a href="https://www.linkedin.com/company/centers-for-disease-control-and-prevention">
|
|
1551
|
+
<i role="img" aria-label="linkedin icon" class="cdc-icon-linkedin"></i>
|
|
1552
|
+
</a>
|
|
1553
|
+
</div>
|
|
1554
|
+
<div>
|
|
1555
|
+
<a href="https://www.youtube.com/cdc">
|
|
1556
|
+
<i role="img" aria-label="youtube icon" class="cdc-icon-youtube"></i>
|
|
1557
|
+
</a>
|
|
1558
|
+
<a href="https://www.pinterest.com/cdcgov">
|
|
1559
|
+
<i role="img" aria-label="pinterest icon" class="cdc-icon-pinterest"></i>
|
|
1560
|
+
</a>
|
|
1561
|
+
<a href="https://www.snapchat.com/add/cdcgov">
|
|
1562
|
+
<i role="img" aria-label="snapchat icon" class="cdc-icon-snapchat"></i>
|
|
1563
|
+
</a>
|
|
1564
|
+
<a href="https://www.cdc.gov/rss">
|
|
1565
|
+
<i role="img" aria-label="rss icon" class="cdc-icon-rss"></i>
|
|
1566
|
+
</a>
|
|
1567
|
+
</div>
|
|
1568
|
+
</div>
|
|
1569
|
+
</div>
|
|
1570
|
+
</div>
|
|
1571
|
+
<div class="cdc-footer__agency">
|
|
1572
|
+
<div class="cdc-footer__inner">
|
|
1573
|
+
<a href="https://hhs.gov">HHS.gov</a>
|
|
1574
|
+
<a href="https://usa.gov">USA.gov</a>
|
|
1575
|
+
</div>
|
|
1576
|
+
</div>
|
|
1577
|
+
</footer>
|
|
1578
|
+
|
|
1579
|
+
<!-- progress bar -->
|
|
1580
|
+
<div class="cdc-page-progress-bar d-none noindex">
|
|
1581
|
+
<div class="cdc-page-progress-bar__scrubber"></div>
|
|
1582
|
+
</div>
|
|
1583
|
+
|
|
1584
|
+
<!-- to top button -->
|
|
1585
|
+
<a href="#" class="cdc-page-to-top d-none noindex noprint" title="Go to top">
|
|
1586
|
+
<div class="cdc-page-to-top__bar"><i class="cdc-fa-solid cdc-fa-arrow-up"></i></div>
|
|
1587
|
+
</a>
|
|
1588
|
+
|
|
1589
|
+
<script src="/config/cdc_config.js"></script>
|
|
1590
|
+
<script>
|
|
1591
|
+
var CDC_POST = {
|
|
1592
|
+
id: '1263_6532',
|
|
1593
|
+
type: 'cdc_dfe',
|
|
1594
|
+
context: '1263-2',
|
|
1595
|
+
lang: 'en',
|
|
1596
|
+
audience: 'gen',
|
|
1597
|
+
tax: {
|
|
1598
|
+
cdc_topics: ['9fabe33b-d6c5-4e97-b834-7cce10664ce7', 'dac4cf33-6e05-4eaa-be99-e0a90690ee6e'],
|
|
1599
|
+
cdc_categories: ['381b17ad-e843-4d67-b639-0583c20a2f32'],
|
|
1600
|
+
cdc_audiences: ['8de1299b-beee-47ff-a33e-3ab1d2f97e0c']
|
|
1601
|
+
}
|
|
1602
|
+
}
|
|
1603
|
+
</script>
|
|
1604
|
+
<script src="https://www.cdc.gov/TemplatePackage/contrib/libs/bootstrap/5x/bootstrap.bundle.min.js?_=04929"></script>
|
|
1605
|
+
<script src="https://www.cdc.gov/TemplatePackage/contrib/libs/jquery/latest/jquery.js?_=04929"></script>
|
|
1606
|
+
<script src="https://www.cdc.gov/TemplatePackage/5.0/js/app.min.js?_=04929"></script>
|
|
1607
|
+
<script src="https://www.cdc.gov/TemplatePackage/contrib/libs/cdc/c2r/c2r.js?_=04929" type="module"></script>
|
|
1608
|
+
|
|
1609
|
+
<script type="module" src="./src/index.jsx"></script>
|
|
1610
|
+
<script></script>
|
|
1611
|
+
<script></script>
|
|
1612
|
+
|
|
1613
|
+
<script src="/respiratory-viruses/js/redcap-survey.js?v=5475"></script>
|
|
1614
|
+
<script src="/flu/files/2024.banner.js"></script>
|
|
1615
|
+
</body>
|
|
1616
|
+
</html>
|