From ce5e87b2afc28ca991ed635aa0404374c41f0f1e Mon Sep 17 00:00:00 2001 From: XuedaShen <110584221+XuedaShen@users.noreply.github.com> Date: Mon, 26 Aug 2024 10:16:45 -0700 Subject: [PATCH 1/2] Add inpatient, outpatient signals doc --- docs/api/covidcast-signals/chng.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/api/covidcast-signals/chng.md b/docs/api/covidcast-signals/chng.md index cc9fb89e4..f267b8a9e 100644 --- a/docs/api/covidcast-signals/chng.md +++ b/docs/api/covidcast-signals/chng.md @@ -29,6 +29,8 @@ commercial purposes. | Signal | Description | | --- | --- | +| `7dav_inpatient_covid` | Ratio of inpatient hospitalizations associated with COVID-19, based on Change Healthcare claims data that has been de-identified in accordance with HIPAA privacy regulations, smoothed in time with a trailing 7 day average
**Earliest date available:** 2020-01-01 | +| `7dav_outpatient_covid` | Ratio of outpatient doctor visits with confirmed COVID-19, based on Change Healthcare claims data that has been de-identified in accordance with HIPAA privacy regulations, smoothed in time with a trailing 7 day average
**Earliest date available:** 2020-01-01 | | `smoothed_outpatient_covid` | Estimated percentage of outpatient doctor visits with confirmed COVID-19, based on Change Healthcare claims data that has been de-identified in accordance with HIPAA privacy regulations, smoothed in time using a Gaussian linear smoother
**Earliest date available:** 2020-02-01 | | `smoothed_adj_outpatient_covid` | Same, but with systematic day-of-week effects removed; see [details below](#day-of-week-adjustment)
**Earliest date available:** 2020-02-01 | | `smoothed_outpatient_cli` | Estimated percentage of outpatient doctor visits primarily about COVID-related symptoms, based on Change Healthcare claims data that has been de-identified in accordance with HIPAA privacy regulations, smoothed in time using a Gaussian linear smoother
**Earliest date available:** 2020-02-01 | From 9d62e0d64a5604b450b20050b3b8bbb2ae3ae6d1 Mon Sep 17 00:00:00 2001 From: XuedaShen <110584221+XuedaShen@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:14:31 -0700 Subject: [PATCH 2/2] Update docs/api/covidcast-signals/chng.md Co-authored-by: minhkhul <118945681+minhkhul@users.noreply.github.com> --- docs/api/covidcast-signals/chng.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/covidcast-signals/chng.md b/docs/api/covidcast-signals/chng.md index f267b8a9e..1a9ebafd0 100644 --- a/docs/api/covidcast-signals/chng.md +++ b/docs/api/covidcast-signals/chng.md @@ -29,8 +29,8 @@ commercial purposes. | Signal | Description | | --- | --- | -| `7dav_inpatient_covid` | Ratio of inpatient hospitalizations associated with COVID-19, based on Change Healthcare claims data that has been de-identified in accordance with HIPAA privacy regulations, smoothed in time with a trailing 7 day average
**Earliest date available:** 2020-01-01 | -| `7dav_outpatient_covid` | Ratio of outpatient doctor visits with confirmed COVID-19, based on Change Healthcare claims data that has been de-identified in accordance with HIPAA privacy regulations, smoothed in time with a trailing 7 day average
**Earliest date available:** 2020-01-01 | +| `7dav_inpatient_covid` | Ratio of inpatient hospitalizations associated with COVID-19, based on Change Healthcare claims data that has been de-identified in accordance with HIPAA privacy regulations, smoothed in time with a trailing 7 day average. This historical signal is no longer updated.
**Earliest date available:** 2020-01-01 | +| `7dav_outpatient_covid` | Ratio of outpatient doctor visits with confirmed COVID-19, based on Change Healthcare claims data that has been de-identified in accordance with HIPAA privacy regulations, smoothed in time with a trailing 7 day average. This historical signal is no longer updated.
**Earliest date available:** 2020-01-01 | | `smoothed_outpatient_covid` | Estimated percentage of outpatient doctor visits with confirmed COVID-19, based on Change Healthcare claims data that has been de-identified in accordance with HIPAA privacy regulations, smoothed in time using a Gaussian linear smoother
**Earliest date available:** 2020-02-01 | | `smoothed_adj_outpatient_covid` | Same, but with systematic day-of-week effects removed; see [details below](#day-of-week-adjustment)
**Earliest date available:** 2020-02-01 | | `smoothed_outpatient_cli` | Estimated percentage of outpatient doctor visits primarily about COVID-related symptoms, based on Change Healthcare claims data that has been de-identified in accordance with HIPAA privacy regulations, smoothed in time using a Gaussian linear smoother
**Earliest date available:** 2020-02-01 |