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/covidcast-signals/nssp.md
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,16 @@ This dataset in particular tracks emergency department (ED) visits arising from
21
21
It is derived from the CDC's [Respiratory Virus Response NSSP Emergency Department Visit Trajectories dataset](https://data.cdc.gov/Public-Health-Surveillance/2023-Respiratory-Virus-Response-NSSP-Emergency-Dep/rdmq-nq56/about_data), which started reporting data in late 2022.
22
22
As of May 2024, NSSP received data from 78% of US EDs.
|`pct_visits_covid`| Percent of ED visits that had a discharge diagnosis code of covid <br/> **Earliest date available:** 2022-10-01 |
27
+
|`pct_visits_influenza`| Percent of ED visits that had a discharge diagnosis code of influenza <br/> **Earliest date available:** 2022-10-01 |
28
+
|`pct_visits_rsv`| Percent of ED visits that had a discharge diagnosis code of rsv <br/> **Earliest date available:** 2022-10-01 |
29
+
|`pct_visits_combined`| Percent of ED visits that had a discharge diagnosis code of covid, influenza, or rsv <br/> **Earliest date available:** 2022-10-01 |
30
+
|`smoothed_pct_visits_covid`| 3 week moving average of `pct_visits_covid`<br/> **Earliest date available:** 2022-10-01 |
31
+
|`smoothed_pct_visits_influenza`| 3 week moving average of `pct_visits_influenza`<br/> **Earliest date available:** 2022-10-01 |
32
+
|`smoothed_pct_visits_rsv`| 3 week moving average of `pct_visits_rsv`<br/> **Earliest date available:** 2022-10-01 |
33
+
|`smoothed_pct_visits_combined`| 3 week moving average of `pct_visits_combined`<br/> **Earliest date available:** 2022-10-01 |
34
34
35
35
## Table of contents
36
36
{: .no_toc .text-delta}
@@ -48,7 +48,7 @@ As the original data is a percentage and raw case counts are not available, `hrr
48
48
49
49
This weighting approach assumes that the number of ED visits is proportional to the overall population of a county, i.e. the per-capita ED visit rate is the same for all counties, which may not be the case (for example, denser counties may have easier access to EDs and thus higher rates of ED visits per capita).
50
50
51
-
State reporting process is separate from the county reporting process. As such, state-level data is **not** simply an average of the county-level data, but may contain facilities omitted at the regional level. For example, state-level values are available for California, even though no California county data is reported.
51
+
State reporting process is separate from the county reporting process. As such, state-level data is **not** simply an average of the county-level data, but may contain facilities omitted at the regional level. For example, state-level values are available for California, even though no California county data is reported; see the [missingness section below](#missingness) for a list of such states.
52
52
53
53
### Smoothing
54
54
@@ -77,21 +77,23 @@ For example, on Friday, 2024-04-19, the source added new data from the week endi
77
77
This data source has frequent backfill, primarily arising from newly included EDs. When a new facility joins the reporting network, its historical data is added to the dataset, resulting in changes to historical values for every geographic level that ED is part of (county through nation). Because of this, the broadest geographic levels are more likely to be revised.
78
78
79
79
In previous revisions, we have noted changes to values dating back about 2 years.
80
+
The following states have no county-level data at all: AK, AL, AR, AZ, CA, FL, MO, ND, NH, NJ, OH, SD, WA.
81
+
Counties with `NA` values are as originally reported in the dataset from which this source is derived; this is not a complete list of counties, and reflects missing data as collected by the NSSP.
80
82
81
83
82
84
## Limitations
83
85
84
86
There is substantial missingness at the county level. This tends to impact more rural and lower population locations. See the [missingness section](#missingness) for more information.
85
87
86
88
Not all counties contain reporting EDs, including in states where NSSP reports state-level data.
89
+
A minority of these (as of June 2024) are counties without EDs, while others are only covered by the ~22% of EDs that don't yet report to the NSSP.
87
90
88
91
NSSP notes that not every patient entering an ED is tested for the conditions of interest, so the data may undercount total cases and as a result percent visits may be biased downward.
89
92
90
93
Our [geographic weighting approach](#geographic-weighting) assumes that the number of ED visits is proportional to the overall population of a county. However, in reality, there are various factors that could affect the accuracy of this assumption.
91
94
92
-
For example, we might expect denser, more urban counties to have 1) more and larger EDs and 2) easier access to EDs. The first factor may mean that residents of rural counties are more likely to go to EDs in urban counties. The second factor may increase the total number of ED visits that someone living in an urban county will make, that is, the average urban resident may make more ED visits than the average rural resident over a given period of time.
93
-
94
-
As a result, total ED visits per capita in rural counties may be lower than total ED visits per capita in urban counties. Since our weighting approach uses population as the weights, rural counties would tend to be overrepresented in estimated values.
95
+
For example, we might expect denser, more urban counties to have 1) more and larger EDs and 2) easier access to EDs. The first factor may mean that residents of rural counties are more likely to go to EDs in urban counties. The second factor may increase the total number of ED visits that the typical urban resident will make relative to the typical rural resident.
96
+
As a result, total ED visits per capita in rural counties may be lower than total ED visits per capita in urban counties. If this is a strong dynamic, since our weighting approach uses population as the weights, rural counties would tend to be overrepresented in estimated values.
95
97
96
98
Some low population counties occasionally report outliers, e.g. 33.33%, 50%, 100% of ER visits being covid-related. As of May 2024, an analysis shows around 10 unusually high values across the full history of all signals, so they are rare. We expect that these high rates are by chance, due to a small total number of ED visits in a given week.
0 commit comments