WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/fluview.md
+30-1Lines changed: 30 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ nav_order: 1
13
13
| :--- | :--- |
14
14
|**Source Name**|`fluview`|
15
15
|**Data Source**|[United States Centers for Disease Control and Prevention (CDC)](http://gis.cdc.gov/grasp/fluview/fluportaldashboard.html)|
16
-
|**Geographic Levels**| National, states, HHS regions, and Census divisions (see [Geographic Codes](geographic_codes.html#us-regions-and-states)) |
16
+
|**Geographic Levels**| National, states, HHS regions, Census divisions (see [Geographic Codes](geographic_codes.html#us-regions-and-states)), and cities (see [FluView Cities](geographic_codes.html#fluview-cities)) |
@@ -35,6 +35,35 @@ General topics not specific to any particular endpoint are discussed in the
35
35
1. TOC
36
36
{:toc}
37
37
38
+
## Estimation
39
+
40
+
### Definition of ILI
41
+
For this system, ILI is defined as fever (temperature of 100°F [37.8°C] or greater) and a cough and/or a sore throat without a known cause other than influenza.
42
+
43
+
### Weighted vs. Unweighted ILI
44
+
The `fluview` endpoint provides two percentage metrics: `ili` (unweighted) and `wili` (weighted).
45
+
46
+
***Unweighted (`ili`):** Calculated simply as the number of ILI cases divided by the total number of patients seen:
***Weighted (`wili`):** To produce a representative estimate for larger regions (like National or HHS Regions), the CDC weights the state-level data by state population. This corrects for the fact that some states may have higher provider participation rates than others relative to their actual population.
State-level data was not publicly available from the CDC prior to the 2010-2011 flu season (2010w40). For dates prior to this, and for occasional missing reports, Delphi uses a sensor fusion approach (OLS regression) to impute state-level values based on the available regional data.
56
+
57
+
Private imputed data may require specific authorization via the `auth` parameter.
58
+
59
+
## Lag and Backfill
60
+
61
+
The data is preliminary and subject to revision. Participating providers may report data late, or correct previously reported data. The `issues` and `lag` parameters in the API allow you to access historical versions of the data as they were reported on specific dates.
62
+
63
+
## Limitations
64
+
65
+
ILINet is a voluntary system. While it covers all states, the coverage within a state may not be perfectly representative of the entire population. Also, ILI is a syndromic definition, not a laboratory diagnosis. It captures patients with flu-like symptoms, which can be caused by other respiratory pathogens (including SARS-CoV-2 and RSV).
66
+
38
67
# The API
39
68
40
69
The base URL is: <https://api.delphi.cmu.edu/epidata/fluview/>
0 commit comments