Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pretty_name: NSSP Emergency Department Visit Trajectories by State and Sub State Regions-
|
5 |
+
COVID-19, Flu, RSV, Combined
|
6 |
+
tags:
|
7 |
+
- hhs
|
8 |
+
- cdc
|
9 |
+
- coronavirus
|
10 |
+
- covid19
|
11 |
+
- ed
|
12 |
+
- flu
|
13 |
+
- influenza
|
14 |
+
- ncird
|
15 |
+
- nssp
|
16 |
+
- ophdst
|
17 |
+
- respiratory-virus-response
|
18 |
+
- rsv
|
19 |
+
- rvr
|
20 |
+
---
|
21 |
+
|
22 |
+
# NSSP Emergency Department Visit Trajectories by State and Sub State Regions- COVID-19, Flu, RSV, Combined
|
23 |
+
|
24 |
+
## Description
|
25 |
+
|
26 |
+
NSSP Emergency Department (ED) Visit Trajectories by State and Sub-State Regions- COVID-19, Flu, RSV, Combined. This dataset provides the percentage of emergency department patient visits for the specified pathogen of all ED patient visits for the specified geographic part of the country that were observed for the given week from data submitted to the National Syndromic Surveillance Program (NSSP). In addition, the trend over time is characterized as increasing, decreasing or no change, with exceptions for when there are no data available, the data are too sparse, or there are not enough data to compute a trend. These data are to provide awareness of how the weekly trend is changing for the given geographic region.
|
27 |
+
|
28 |
+
Note that the reported sub-state trends are from Health Service Areas (HSA) and the data reported from the health care facilities located within the given HSA. Health Service Areas are regions of one or more counties that align to patterns of care seeking. The HSA level data are reported for each county in the HSA.
|
29 |
+
|
30 |
+
More information on HSAs is available <a href="https://seer.cancer.gov/seerstat/variables/countyattribs/hsa.html"><b>here</b></a>.
|
31 |
+
|
32 |
+
For the emergency department time series, trajectory classifications reported on for sub-state (HSA) emergency department time series, trajectory classifications are based on approximations of the first derivative (slope) of trends that are smoothed using generalized additive models (GAMs). To determine time intervals in which the slope is sufficiently changing (i.e., rate of change distinguishable from 0), 95% confidence intervals for the slope approximations are calculated and assessed. Weeks with a 95% confidence interval not containing 0 are classified as increasing if the slope estimate is positive and decreasing if the slope estimate is negative. Weeks with a 95% confidence interval containing 0 are classified as stable. In the scenario that an HSA's time series is determined to be too sparse (i.e., many weeks with percentages of 0%), a model is not fit, and the HSA is classified as “sparse”.
|
33 |
+
|
34 |
+
For additional information, please see: <a href="https://www.cdc.gov/ncird/surveillance/respiratory-illnesses/index.html#companion-guide"><b>Companion Guide: NSSP Emergency Department Data on Respiratory Illness</b></a>
|
35 |
+
|
36 |
+
Updated once per week on Fridays.
|
37 |
+
|
38 |
+
## Dataset Details
|
39 |
+
|
40 |
+
- **Publisher**: Centers for Disease Control and Prevention
|
41 |
+
- **Temporal Coverage**: 2022-10-01/2023-01-27
|
42 |
+
- **Geographic Coverage**: U.S.
|
43 |
+
- **Last Modified**: 2025-05-02
|
44 |
+
- **Contact**: National Syndromic Surveillance Program ([email protected])
|
45 |
+
|
46 |
+
## Source
|
47 |
+
|
48 |
+
Original data can be found at: https://data.cdc.gov/d/rdmq-nq56
|
49 |
+
|
50 |
+
## Usage
|
51 |
+
|
52 |
+
You can load this dataset using:
|
53 |
+
|
54 |
+
```python
|
55 |
+
from datasets import load_dataset
|
56 |
+
dataset = load_dataset('HHS-Official/nssp-emergency-department-visit-trajectories-by-st')
|
57 |
+
```
|
58 |
+
## License
|
59 |
+
|
60 |
+
This dataset is licensed under https://www.usa.gov/government-works
|