Skip to content

Commit 2a45528

Browse files
committed
earliest dates, checked states missing Counties
1 parent 6360508 commit 2a45528

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

docs/api/covidcast-signals/nssp.md

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@ This dataset in particular tracks emergency department (ED) visits arising from
2121
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.
2222
As of May 2024, NSSP received data from 78% of US EDs.
2323

24-
| Signal | Description |
25-
|---------------------------------|-------------------------------------------------------------------------|
26-
| `pct_visits_covid` | Percent of ED visits that had a discharge diagnosis code of covid |
27-
| `pct_visits_influenza` | Percent of ED visits that had a discharge diagnosis code of influenza |
28-
| `pct_visits_rsv` | Percent of ED visits that had a discharge diagnosis code of rsv |
29-
| `pct_visits_combined` | Percent of ED visits that had a discharge diagnosis code of covid, influenza, or rsv |
30-
| `smoothed_pct_visits_covid` | 3 week moving average of `pct_visits_covid` |
31-
| `smoothed_pct_visits_influenza` | 3 week moving average of `pct_visits_influenza` |
32-
| `smoothed_pct_visits_rsv` | 3 week moving average of `pct_visits_rsv` |
33-
| `smoothed_pct_visits_combined` | 3 week moving average of `pct_visits_combined` |
24+
| Signal | Description |
25+
|---------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
26+
| `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 |
3434

3535
## Table of contents
3636
{: .no_toc .text-delta}
@@ -48,7 +48,7 @@ As the original data is a percentage and raw case counts are not available, `hrr
4848

4949
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).
5050

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.
5252

5353
### Smoothing
5454

@@ -77,21 +77,23 @@ For example, on Friday, 2024-04-19, the source added new data from the week endi
7777
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.
7878

7979
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.
8082

8183

8284
## Limitations
8385

8486
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.
8587

8688
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.
8790

8891
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.
8992

9093
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.
9194

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.
9597

9698
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.
9799

0 commit comments

Comments
 (0)