Skip to content

Commit

Permalink
Merge pull request #1208 from cmu-delphi/release/v3.2.5
Browse files Browse the repository at this point in the history
Release v3.2.5
  • Loading branch information
krivard authored Feb 6, 2023
2 parents ed7725e + d87d562 commit bf84ede
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 10 deletions.
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "www-covidcast",
"version": "3.2.4",
"version": "3.2.5",
"private": true,
"license": "MIT",
"description": "",
Expand Down
27 changes: 26 additions & 1 deletion src/stores/descriptions.raw.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,17 @@ SignalTooltip: Percentage of daily doctor visits that are due to COVID-like symp

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.
---
Name: Lab-Confirmed Flu in Doctor Visits
Id: chng
Signal: smoothed_adj_outpatient_flu
Unit: per 100 visits


SignalTooltip: Percentage of daily doctor visits that are due to lab-confirmed influenza


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.
---
Name: COVID Antigen Test Positivity
Id: quidel-covid-ag
Signal: covid_ag_smoothed_pct_positive
Expand Down Expand Up @@ -87,7 +98,21 @@ Overrides:
SignalTooltip: Confirmed COVID-19 hospital admissions per 100,000 people


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.
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.
---
Name: Flu Hospital Admissions
Id: hhs
Signal: confirmed_admissions_influenza_1d_prop_7dav
ExtendedColorScale: true
Levels: [nation, state]




SignalTooltip: Confirmed influenza hospital admissions per 100,000 people


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).
---
Name: COVID Deaths
Id: jhu-csse
Expand Down

0 comments on commit bf84ede

Please sign in to comment.