From cf96122c3dd82e05f29e3be1d417fbc2dd25c144 Mon Sep 17 00:00:00 2001 From: Amaris Sim Date: Wed, 19 Feb 2025 10:56:30 -0500 Subject: [PATCH 1/7] inital commit --- docs/api/covidcast-signals/nhsn.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/api/covidcast-signals/nhsn.md b/docs/api/covidcast-signals/nhsn.md index f5ebb829c..8d131da3b 100644 --- a/docs/api/covidcast-signals/nhsn.md +++ b/docs/api/covidcast-signals/nhsn.md @@ -31,12 +31,21 @@ For reference dates in May 2024, NHSN received data from 78% of US EDs. State and nation-level values are pulled directly from the source; HHS-level values are aggregated up from the state level. -| Signal | Description | -|---------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `confirmed_admissions_covid_ew` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | -| `confirmed_admissions_covid_ew_prelim` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | -| `confirmed_admissions_flu_ew` | Total number of patients hospitalized with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | -| `confirmed_admissions_flu_ew_prelim` | Total number of patients hospitalized with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | +| Signal | Description | +|------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `confirmed_admissions_covid_ew` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_covid_ew` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | +| `confirmed_admissions_covid_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_covid_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | +| `confirmed_admissions_flu_ew` | Total number of patients hospitalized with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_flu_ew` | Total number of hospitals reporting new admissions with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | +| `confirmed_admissions_flu_ew_prelim` | Total number of patients hospitalized with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_flu_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | +| `confirmed_admissions_rsv_ew` | Total number of patients hospitalized with confirmed RSV over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_rsv_ew` | Total number of number of hospitals reporting new admissions with confirmed RSV over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | +| `confirmed_admissions_rsv_ew_prelim` | Total number of patients hospitalized with confirmed RSV over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_rsv_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed RSV over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | + ## Table of Contents {: .no_toc .text-delta} @@ -87,6 +96,7 @@ Only hospitals indicated as active reporters in NHSN are included. Between reference dates 2024-05-01 and 2024-10-31, reported hospitalizations may not be fully representative, since reporting was voluntary. See the [missingness section](#missingness) for more information about voluntary and mandatory reporting periods. +Specifically for RSV data, all RSV data through October 31, 2024 represents data and numbers prior to the 2024 season are not useful. Standard errors and sample sizes are not applicable to these metrics. From eb905ad91048943193e201343e5cf86592beb9ed Mon Sep 17 00:00:00 2001 From: aysim319 Date: Wed, 19 Feb 2025 13:17:19 -0500 Subject: [PATCH 2/7] Update docs/api/covidcast-signals/nhsn.md Co-authored-by: nmdefries <42820733+nmdefries@users.noreply.github.com> --- docs/api/covidcast-signals/nhsn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/covidcast-signals/nhsn.md b/docs/api/covidcast-signals/nhsn.md index 8d131da3b..187a08931 100644 --- a/docs/api/covidcast-signals/nhsn.md +++ b/docs/api/covidcast-signals/nhsn.md @@ -34,8 +34,8 @@ State and nation-level values are pulled directly from the source; HHS-level val | Signal | Description | |------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `confirmed_admissions_covid_ew` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | -| `hosprep_confirmed_admissions_covid_ew` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | -| `confirmed_admissions_covid_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_covid_ew` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | +| `confirmed_admissions_covid_ew_prelim` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | | `hosprep_confirmed_admissions_covid_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | | `confirmed_admissions_flu_ew` | Total number of patients hospitalized with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | | `hosprep_confirmed_admissions_flu_ew` | Total number of hospitals reporting new admissions with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | From 4303a1c455742d828641c2f64ac582ca80f211f2 Mon Sep 17 00:00:00 2001 From: aysim319 Date: Wed, 19 Feb 2025 13:17:25 -0500 Subject: [PATCH 3/7] Update docs/api/covidcast-signals/nhsn.md Co-authored-by: nmdefries <42820733+nmdefries@users.noreply.github.com> --- docs/api/covidcast-signals/nhsn.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api/covidcast-signals/nhsn.md b/docs/api/covidcast-signals/nhsn.md index 187a08931..fc0cb586d 100644 --- a/docs/api/covidcast-signals/nhsn.md +++ b/docs/api/covidcast-signals/nhsn.md @@ -96,7 +96,8 @@ Only hospitals indicated as active reporters in NHSN are included. Between reference dates 2024-05-01 and 2024-10-31, reported hospitalizations may not be fully representative, since reporting was voluntary. See the [missingness section](#missingness) for more information about voluntary and mandatory reporting periods. -Specifically for RSV data, all RSV data through October 31, 2024 represents data and numbers prior to the 2024 season are not useful. + +Data for RSV from the pre-October 31, 2024 voluntary reporting period is particularly low quality. Only a tiny fraction of hospitals reported RSV-associated admissions such that they are undercounted by a factor of perhaps 100. For historical RSV-associated admissions, see the [CDC's RSV-NET](https://www.cdc.gov/rsv/php/surveillance/rsv-net.html) (not currently mirrored by Delphi). Standard errors and sample sizes are not applicable to these metrics. From aa8bee14146783a4ba29be0386b90e3b28ff5173 Mon Sep 17 00:00:00 2001 From: aysim319 Date: Fri, 21 Feb 2025 14:26:02 -0500 Subject: [PATCH 4/7] Apply suggestions from code review Co-authored-by: george --- docs/api/covidcast-signals/nhsn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/covidcast-signals/nhsn.md b/docs/api/covidcast-signals/nhsn.md index fc0cb586d..1b6453b3a 100644 --- a/docs/api/covidcast-signals/nhsn.md +++ b/docs/api/covidcast-signals/nhsn.md @@ -33,7 +33,7 @@ State and nation-level values are pulled directly from the source; HHS-level val | Signal | Description | |------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `confirmed_admissions_covid_ew` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | +| `confirmed_admissions_covid_ew` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | | `hosprep_confirmed_admissions_covid_ew` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | | `confirmed_admissions_covid_ew_prelim` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | | `hosprep_confirmed_admissions_covid_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | From 14c4987dbaf2089c96512f6db6e1c9cea7344540 Mon Sep 17 00:00:00 2001 From: Amaris Sim Date: Fri, 21 Feb 2025 15:29:46 -0500 Subject: [PATCH 5/7] fixing copy pastas --- docs/api/covidcast-signals/nhsn.md | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/docs/api/covidcast-signals/nhsn.md b/docs/api/covidcast-signals/nhsn.md index 1b6453b3a..5c0aab71d 100644 --- a/docs/api/covidcast-signals/nhsn.md +++ b/docs/api/covidcast-signals/nhsn.md @@ -31,20 +31,20 @@ For reference dates in May 2024, NHSN received data from 78% of US EDs. State and nation-level values are pulled directly from the source; HHS-level values are aggregated up from the state level. -| Signal | Description | -|------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `confirmed_admissions_covid_ew` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | -| `hosprep_confirmed_admissions_covid_ew` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | -| `confirmed_admissions_covid_ew_prelim` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | -| `hosprep_confirmed_admissions_covid_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week. **Earliest date available:** 2020-08-08 | -| `confirmed_admissions_flu_ew` | Total number of patients hospitalized with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | -| `hosprep_confirmed_admissions_flu_ew` | Total number of hospitals reporting new admissions with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | -| `confirmed_admissions_flu_ew_prelim` | Total number of patients hospitalized with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | -| `hosprep_confirmed_admissions_flu_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | -| `confirmed_admissions_rsv_ew` | Total number of patients hospitalized with confirmed RSV over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | -| `hosprep_confirmed_admissions_rsv_ew` | Total number of number of hospitals reporting new admissions with confirmed RSV over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | -| `confirmed_admissions_rsv_ew_prelim` | Total number of patients hospitalized with confirmed RSV over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | -| `hosprep_confirmed_admissions_rsv_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed RSV over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | +| Signal | Description | +|------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `confirmed_admissions_covid_ew` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_covid_ew` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | +| `confirmed_admissions_covid_ew_prelim` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week. **Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_covid_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week. **Earliest date available:** 2020-08-08 | +| `confirmed_admissions_flu_ew` | Total number of patients hospitalized with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_flu_ew` | Total number of hospitals reporting new admissions with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | +| `confirmed_admissions_flu_ew_prelim` | Total number of patients hospitalized with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_flu_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | +| `confirmed_admissions_rsv_ew` | Total number of patients hospitalized with confirmed RSV over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_rsv_ew` | Total number of number of hospitals reporting new admissions with confirmed RSV over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | +| `confirmed_admissions_rsv_ew_prelim` | Total number of patients hospitalized with confirmed RSV over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_rsv_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed RSV over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | ## Table of Contents @@ -99,6 +99,8 @@ See the [missingness section](#missingness) for more information about voluntary Data for RSV from the pre-October 31, 2024 voluntary reporting period is particularly low quality. Only a tiny fraction of hospitals reported RSV-associated admissions such that they are undercounted by a factor of perhaps 100. For historical RSV-associated admissions, see the [CDC's RSV-NET](https://www.cdc.gov/rsv/php/surveillance/rsv-net.html) (not currently mirrored by Delphi). +For earlier issue dates certain signals may not be available. The earliest issue date with all the current signals available is epiweek 202451 + Standard errors and sample sizes are not applicable to these metrics. From 878ba6b17463ec66bc25574b2d20daf9584fd0eb Mon Sep 17 00:00:00 2001 From: Amaris Sim Date: Mon, 24 Feb 2025 10:09:42 -0500 Subject: [PATCH 6/7] consistent breaks --- docs/api/covidcast-signals/nhsn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/covidcast-signals/nhsn.md b/docs/api/covidcast-signals/nhsn.md index 5c0aab71d..af06cff84 100644 --- a/docs/api/covidcast-signals/nhsn.md +++ b/docs/api/covidcast-signals/nhsn.md @@ -35,8 +35,8 @@ State and nation-level values are pulled directly from the source; HHS-level val |------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `confirmed_admissions_covid_ew` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | | `hosprep_confirmed_admissions_covid_ew` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | -| `confirmed_admissions_covid_ew_prelim` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week. **Earliest date available:** 2020-08-08 | -| `hosprep_confirmed_admissions_covid_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week. **Earliest date available:** 2020-08-08 | +| `confirmed_admissions_covid_ew_prelim` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_covid_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | | `confirmed_admissions_flu_ew` | Total number of patients hospitalized with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | | `hosprep_confirmed_admissions_flu_ew` | Total number of hospitals reporting new admissions with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | | `confirmed_admissions_flu_ew_prelim` | Total number of patients hospitalized with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | From cf148be32fbff232ab7c2af18ff925b31008ee70 Mon Sep 17 00:00:00 2001 From: aysim319 Date: Mon, 24 Feb 2025 13:11:02 -0500 Subject: [PATCH 7/7] Update docs/api/covidcast-signals/nhsn.md Co-authored-by: george --- docs/api/covidcast-signals/nhsn.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/covidcast-signals/nhsn.md b/docs/api/covidcast-signals/nhsn.md index af06cff84..2fc89afd7 100644 --- a/docs/api/covidcast-signals/nhsn.md +++ b/docs/api/covidcast-signals/nhsn.md @@ -34,8 +34,8 @@ State and nation-level values are pulled directly from the source; HHS-level val | Signal | Description | |------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `confirmed_admissions_covid_ew` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | -| `hosprep_confirmed_admissions_covid_ew` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | -| `confirmed_admissions_covid_ew_prelim` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | +| `hosprep_confirmed_admissions_covid_ew` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | +| `confirmed_admissions_covid_ew_prelim` | Total number of patients hospitalized with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | | `hosprep_confirmed_admissions_covid_ew_prelim` | Total number of number of hospitals reporting new admissions with confirmed COVID-19 over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Wednesday of the following week.
**Earliest date available:** 2020-08-08 | | `confirmed_admissions_flu_ew` | Total number of patients hospitalized with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 | | `hosprep_confirmed_admissions_flu_ew` | Total number of hospitals reporting new admissions with confirmed influenza over the entire week (Sunday-Saturday). Only includes hospitalizations whose report was received before the Friday or Saturday of the following week.
**Earliest date available:** 2020-08-08 |