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/hhs.md
+22-6Lines changed: 22 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,12 @@ datasets is mirrored in Epidata at the following endpoint:
24
24
That dataset contains dozens of columns that break down hospital
25
25
resource usage in different ways.
26
26
27
-
This indicator makes available several commonly-used combinations of
28
-
those columns, aggregated geographically. In particular, we include
29
-
the sum of all adult and pediatric COVID-19 hospital admissions. This
30
-
sum is used as the "ground truth" for hospitalizations by the [COVID-19 Forecast Hub](https://github.com/reichlab/covid19-forecast-hub/blob/master/data-processed/README.md#hospitalizations).
27
+
This indicator makes available several commonly-used columns and combinations of
28
+
columns, aggregated geographically. In particular, we include the sum of all
29
+
adult and pediatric COVID-19 hospital admissions. This sum is used as the
| Signal | 7-day average signal | Geography | Resolution | Description |
@@ -36,6 +38,9 @@ sum is used as the "ground truth" for hospitalizations by the [COVID-19 Forecast
36
38
|`confirmed_admissions_covid_1d_prop`|`confirmed_admissions_covid_1d_prop_7dav`| state | 1 day | Sum of adult and pediatric confirmed COVID-19 hospital admissions occurring each day, per 100,000 population. <br/> **Earliest date available:** 2019-12-31 |
37
39
|`sum_confirmed_suspected_admissions_covid_1d`|`sum_confirmed_suspected_admissions_covid_1d_7dav`| state | 1 day | Sum of adult and pediatric confirmed and suspected COVID-19 hospital admissions occurring each day. <br/> **Earliest date available:** 2019-12-31 |
38
40
|`sum_confirmed_suspected_admissions_covid_1d_prop`|`sum_confirmed_suspected_admissions_covid_1d_prop_7dav`| state | 1 day | Sum of adult and pediatric confirmed and suspected COVID-19 hospital admissions occurring each day, per 100,000 population. <br/> **Earliest date available:** 2019-12-31 |
41
+
|`confirmed_admissions_influenza_1d`|`confirmed_admissions_influenza_1d_7dav`| state | 1 day | All confirmed influenza hospital admissions occurring each day. We made this signal available November 1, 2021. <br/> **Earliest issue available:** 2021-09-20 <br/> **Earliest date available:** 2020-01-02 |
42
+
|`confirmed_admissions_influenza_1d_prop`|`confirmed_admissions_influenza_1d_prop_7dav`| state | 1 day | All confirmed influenza hospital admissions occurring each day, per 100,000 population. We made this signal available November 1, 2021. <br/> **Earliest issue available:** 2021-09-20 <br/> **Earliest date available:** 2020-01-02 |
43
+
39
44
40
45
The 7-day average signals are computed by Delphi by calculating
41
46
moving averages of the preceding 7 days, so e.g. the signal for June 7 is the
@@ -49,9 +54,9 @@ average of the underlying data for June 1 through 7, inclusive.
49
54
50
55
## Estimation
51
56
52
-
### Statewise, daily resolution
57
+
### Statewise, daily resolution, COVID-19
53
58
54
-
Statewise daily resolution signals use the following four columns from
59
+
Statewise daily resolution signals for COVID-19 use the following four columns from
0 commit comments