Skip to content

Commit bf84ede

Browse files
authored
Merge pull request #1208 from cmu-delphi/release/v3.2.5
Release v3.2.5
2 parents ed7725e + d87d562 commit bf84ede

File tree

3 files changed

+35
-10
lines changed

3 files changed

+35
-10
lines changed

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "www-covidcast",
3-
"version": "3.2.4",
3+
"version": "3.2.5",
44
"private": true,
55
"license": "MIT",
66
"description": "",

src/stores/descriptions.raw.txt

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,17 @@ SignalTooltip: Percentage of daily doctor visits that are due to COVID-like symp
3232

3333
Description: Delphi receives aggregated statistics from health system partners on COVID-related outpatient doctor visits, derived from ICD codes found in insurance claims. Using this data, we estimate the percentage of daily doctor’s visits in each area that are due to COVID-like illness. Note that these estimates are based only on visits by patients whose data is accessible to our partners.
3434
---
35+
Name: Lab-Confirmed Flu in Doctor Visits
36+
Id: chng
37+
Signal: smoothed_adj_outpatient_flu
38+
Unit: per 100 visits
39+
40+
41+
SignalTooltip: Percentage of daily doctor visits that are due to lab-confirmed influenza
42+
43+
44+
Description: Delphi receives aggregated statistics from Change Healthcare, Inc. on lab-confirmed influenza outpatient doctor visits, derived from ICD codes found in insurance claims. Using this data, we estimate the percentage of daily doctor’s visits in each area that resulted in a diagnosis of influenza. Note that these estimates are based only on visits by patients whose insurance claims are accessible to Change Healthcare.
45+
---
3546
Name: COVID Antigen Test Positivity
3647
Id: quidel-covid-ag
3748
Signal: covid_ag_smoothed_pct_positive
@@ -87,7 +98,21 @@ Overrides:
8798
SignalTooltip: Confirmed COVID-19 hospital admissions per 100,000 people
8899

89100

90-
Description: This data shows the number of confirmed COVID-19 hospital admissions each day. At the state level and above, we show data from the Report on Patient Impact and Hospital Capacity published by the US Department of Health & Human Services (HHS). At the county and metro level, we show data from the Community Profile Report published by the Data Strategy Execution Workgroup.
101+
Description: This data shows the number of hospital admissions with lab-confirmed COVID-19 each day. At the state level and above, we show data from the Report on Patient Impact and Hospital Capacity published by the US Department of Health & Human Services (HHS). At the county and metro level, we show data from the Community Profile Report published by the Data Strategy Execution Workgroup.
102+
---
103+
Name: Flu Hospital Admissions
104+
Id: hhs
105+
Signal: confirmed_admissions_influenza_1d_prop_7dav
106+
ExtendedColorScale: true
107+
Levels: [nation, state]
108+
109+
110+
111+
112+
SignalTooltip: Confirmed influenza hospital admissions per 100,000 people
113+
114+
115+
Description: This data shows the number of hospital admissions with lab-confirmed influenza each day. We source this data from the Report on Patient Impact and Hospital Capacity published by the US Department of Health & Human Services (HHS).
91116
---
92117
Name: COVID Deaths
93118
Id: jhu-csse

0 commit comments

Comments
 (0)