diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3b8099a0c..5dfea8b54 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 4.1.33 +current_version = 4.1.34 commit = False tag = False diff --git a/dev/local/setup.cfg b/dev/local/setup.cfg index 10def18eb..588552a94 100644 --- a/dev/local/setup.cfg +++ b/dev/local/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = Delphi Development -version = 4.1.33 +version = 4.1.34 [options] packages = diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index d738fe215..511e8cc8d 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -214,7 +214,7 @@ GEM jekyll-seo-tag (~> 2.1) minitest (5.17.0) multipart-post (2.1.1) - nokogiri (1.18.4) + nokogiri (1.18.8) mini_portile2 (~> 2.8.2) racc (~> 1.4) octokit (4.20.0) diff --git a/docs/api/covidcast-signals/nssp.md b/docs/api/covidcast-signals/nssp.md index 2501d55a4..8e988a25b 100644 --- a/docs/api/covidcast-signals/nssp.md +++ b/docs/api/covidcast-signals/nssp.md @@ -42,8 +42,10 @@ As of May 2024, NSSP received data from 78% of US EDs. ## Estimation The percent visits signals are calculated as a fraction of visits at facilities reporting to NSSP, rather than all facilities in the area. -`county`, `state` and `nation` level data is reported as-is from NSSP, without modification, while `hhs`, `hrr` and `msa` are estimated by Delphi. -State and HSA-level values are calculated and published by NSSP; County level values are not published individually, but are approximations copied from the HSA the county is in (every county in an HSA will have identical values). +NSSP publishes this data based on reporting facilities aggregated to the level of Health Service Areas (`HSA`s, which are clusters of adjacent counties). +NSSP also publishes these percentages aggregated to `state` and `nation` levels. +While NSSP also publishes what appears like `county`-level data, these values are actually inherited from the parent HSA, such that all counties in an HSA have identical values. +Delphi publishes NSSP's reported values for all these geo-levels, and also calculates and publishes values for `HRR`s and `MSA`s (based on the approximated `county` values), as well as for `HHS` regions." ### Geographic weighting As the original data is a percentage and raw case counts are not available, `hrr`,`msa`, and `hhs` values are computed from county-level data using a weighted mean. Each county is assigned a weight equal to its population in the last census (2020). Unreported counties are implicitly treated as having a weight of 0 or a value equal to the group mean. diff --git a/requirements.api.txt b/requirements.api.txt index 98de8fa6a..aba75778f 100644 --- a/requirements.api.txt +++ b/requirements.api.txt @@ -9,7 +9,7 @@ pandas==1.2.3 python-dotenv==0.15.0 pyyaml redis==3.5.3 -requests==2.32.0 +requests==2.32.4 scipy==1.10.0 sentry-sdk[flask] SQLAlchemy==1.4.40 diff --git a/requirements.dev.txt b/requirements.dev.txt index 92c707c13..01e28be67 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -1,4 +1,4 @@ -aiohttp==3.9.4 +aiohttp==3.10.11 black>=20.8b1 covidcast==0.1.5 delphi_utils diff --git a/src/acquisition/fluview/fluview_update.py b/src/acquisition/fluview/fluview_update.py index defd01dad..6c39d1f58 100644 --- a/src/acquisition/fluview/fluview_update.py +++ b/src/acquisition/fluview/fluview_update.py @@ -131,8 +131,8 @@ # sheet names ILINET_SHEET = "ILINet.csv" -PHL_SHEET = "WHO_NREVSS_Public_Health_Labs.csv" -CL_SHEET = "WHO_NREVSS_Clinical_Labs.csv" +PHL_SHEET = "ICL_NREVSS_Public_Health_Labs.csv" +CL_SHEET = "ICL_NREVSS_Clinical_Labs.csv" # table names CL_TABLE = "fluview_clinical" PHL_TABLE = "fluview_public" diff --git a/src/client/delphi_epidata.R b/src/client/delphi_epidata.R index 7abc0f6c9..56c69d722 100644 --- a/src/client/delphi_epidata.R +++ b/src/client/delphi_epidata.R @@ -15,7 +15,7 @@ Epidata <- (function() { # API base url BASE_URL <- getOption('epidata.url', default = 'https://api.delphi.cmu.edu/epidata/') - client_version <- '4.1.33' + client_version <- '4.1.34' auth <- getOption("epidata.auth", default = NA) diff --git a/src/client/delphi_epidata.js b/src/client/delphi_epidata.js index 6334c7633..633f40eb3 100644 --- a/src/client/delphi_epidata.js +++ b/src/client/delphi_epidata.js @@ -22,7 +22,7 @@ } })(this, function (exports, fetchImpl, jQuery) { const BASE_URL = "https://api.delphi.cmu.edu/epidata/"; - const client_version = "4.1.33"; + const client_version = "4.1.34"; // Helper function to cast values and/or ranges to strings function _listitem(value) { diff --git a/src/client/packaging/npm/package.json b/src/client/packaging/npm/package.json index 4dd51833f..11752e05c 100644 --- a/src/client/packaging/npm/package.json +++ b/src/client/packaging/npm/package.json @@ -2,7 +2,7 @@ "name": "delphi_epidata", "description": "Delphi Epidata API Client", "authors": "Delphi Group", - "version": "4.1.33", + "version": "4.1.34", "license": "MIT", "homepage": "https://github.com/cmu-delphi/delphi-epidata", "bugs": { diff --git a/src/server/_config.py b/src/server/_config.py index 38ebcdd0f..94ad3061a 100644 --- a/src/server/_config.py +++ b/src/server/_config.py @@ -7,7 +7,7 @@ load_dotenv() -VERSION = "4.1.33" +VERSION = "4.1.34" MAX_RESULTS = int(10e6) MAX_COMPATIBILITY_RESULTS = int(3650) diff --git a/src/server/endpoints/covidcast_utils/db_signals.csv b/src/server/endpoints/covidcast_utils/db_signals.csv index 55dd02de4..f23e46eae 100644 --- a/src/server/endpoints/covidcast_utils/db_signals.csv +++ b/src/server/endpoints/covidcast_utils/db_signals.csv @@ -6,12 +6,12 @@ chng,smoothed_outpatient_covid,FALSE,smoothed_outpatient_covid,FALSE,COVID-Confi chng,smoothed_outpatient_covid,TRUE,smoothed_adj_outpatient_covid,FALSE,COVID-Confirmed Doctor Visits (Day-adjusted),smoothed_adj_outpatient_covid (day-of-week adjusted),dow-adjusted,"day-of-week adjusted, smoothed in time, ",TRUE,FALSE,,"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, and adjusted to reduce day-of-week effects",covid,Outpatient insurance claims,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,state,hhs,nation",2020-02-01,NA,2024-02-19,NA,Change Healthcare COVID-Confirmed Doctor Visits,day,Date,daily,4-5 days,"Daily. The source experiences heavy backfill with data delayed for a couple of weeks. We expect estimates available for the most recent 4-6 days to change substantially in later data revisions (having a median delta of 10% or more). Estimates for dates more than 45 days in the past are expected to remain fairly static (having a median delta of 1% or less), as most major revisions have already occurred.",Nationwide Change Healthcare network,None,outpatient visit,Discarded if over a given 7-day period an estimate is computed with 100 or fewer observations,Data is available for nearly all (99%) of counties. Data is available for all states and some territories.,Value,raw,early,bad,TRUE,FALSE,FALSE,FALSE,FALSE,public,public,CC BY-NC,See license. DUA uses generic contract terms.,https://drive.google.com/drive/u/1/folders/1GKYSFb6C_8jSHTg-65eVzSOT433oIDrf, chng,smoothed_outpatient_flu,FALSE,smoothed_outpatient_flu,FALSE,Influenza-Confirmed Doctor Visits,smoothed_outpatient_flu,"""",smoothed in time,TRUE,FALSE,Estimated percentage of outpatient doctor visits with confirmed influenza,"Estimated percentage of outpatient doctor visits with confirmed influenza, 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",flu,Outpatient insurance claims,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,state,hhs,nation",2020-02-01,NA,2024-02-19,NA,Change Healthcare Influenza-Confirmed Doctor Visits,day,Day,daily,4-5 days,"Daily. The source experiences heavy backfill with data delayed for a couple of weeks. We expect estimates available for the most recent 4-6 days to change substantially in later data revisions (having a median delta of 10% or more). Estimates for dates more than 45 days in the past are expected to remain fairly static (having a median delta of 1% or less), as most major revisions have already occurred.",Nationwide Change Healthcare network,None,outpatient visit,Discarded if over a given 7-day period an estimate is computed with 100 or fewer observations,Data is available for nearly all (99%) of counties. Data is available for all states and some territories.,Value,raw,early,bad,TRUE,FALSE,FALSE,,,public,public,CC BY-NC,See license. DUA uses generic contract terms.,https://drive.google.com/drive/u/1/folders/1GKYSFb6C_8jSHTg-65eVzSOT433oIDrf,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/chng.html chng,smoothed_outpatient_flu,TRUE,smoothed_adj_outpatient_flu,FALSE,Influenza-Confirmed Doctor Visits (Day-adjusted),smoothed_adj_outpatient_flu (day-of-week adjusted),dow-adjusted,"day-of-week adjusted, smoothed in time, ",TRUE,FALSE,,"Estimated percentage of outpatient doctor visits with confirmed influenza, 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, and adjusted to reduce day-of-week effects",flu,Outpatient insurance claims,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,state,hhs,nation",2020-02-01,NA,2024-02-19,NA,Change Healthcare Influenza-Confirmed Doctor Visits,day,Day,daily,4-5 days,"Daily. The source experiences heavy backfill with data delayed for a couple of weeks. We expect estimates available for the most recent 4-6 days to change substantially in later data revisions (having a median delta of 10% or more). Estimates for dates more than 45 days in the past are expected to remain fairly static (having a median delta of 1% or less), as most major revisions have already occurred.",Nationwide Change Healthcare network,None,outpatient visit,Discarded if over a given 7-day period an estimate is computed with 100 or fewer observations,Data is available for nearly all (99%) of counties. Data is available for all states and some territories.,Value,raw,early,bad,TRUE,FALSE,FALSE,,,public,public,CC BY-NC,See license. DUA uses generic contract terms.,https://drive.google.com/drive/u/1/folders/1GKYSFb6C_8jSHTg-65eVzSOT433oIDrf, -chng,7dav_inpatient_covid,FALSE,7dav_inpatient_covid,FALSE,"Inpatient COVID hospitalizations, 7 day average",7dav_inpatient_covid,"""",Ratio of inpatient hospitalizations associated with COVID-19,TRUE,FALSE,"Ratio of inpatient hospitalizations associated with COVID-19, smoothed in time with a trailing 7 day average","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.",covid,Inpatient insurance claims,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,state,hhs,nation",2020-01-18,NA,2023-08-01,NA,Change Healthcare COVID-Confirmed Hospital Admissions,day,Day,daily,4-5 days,"Daily. The source experiences heavy backfill with data delayed for a couple of weeks. We expect estimates available for the most recent 4-6 days to change substantially in later data revisions (having a median delta of 10% or more). Estimates for dates more than 45 days in the past are expected to remain fairly static (having a median delta of 1% or less), as most major revisions have already occurred.",Nationwide Change Healthcare network,None,hospitalized,Discarded if over a given 7-day period an estimate is computed with 100 or fewer observations,Data is available for nearly all (99%) of counties. Data is available for all states and some territories.,Value,raw,early,bad,TRUE,FALSE,FALSE,FALSE,FALSE,public,public,CC BY-NC,See license. DUA uses generic contract terms.,https://drive.google.com/drive/u/1/folders/1GKYSFb6C_8jSHTg-65eVzSOT433oIDrf,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/chng.html -chng,7dav_outpatient_covid,FALSE,7dav_outpatient_covid,FALSE,"Outpatient COVID visits, 7 day average",7dav_outpatient_covid,7dav,Ratio of outpatient doctor visits with confirmed COVID-19,TRUE,FALSE,"Ratio of outpatient doctor visits with confirmed COVID-19, smoothed in time with a trailing 7 day average","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.",covid,Outpatient insurance claims,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,state,hhs,nation",2020-02-03,NA,2023-08-01,NA,Change Healthcare COVID-Confirmed Doctor Visits,day,Day,daily,4-5 days,"Daily. The source experiences heavy backfill with data delayed for a couple of weeks. We expect estimates available for the most recent 4-6 days to change substantially in later data revisions (having a median delta of 10% or more). Estimates for dates more than 45 days in the past are expected to remain fairly static (having a median delta of 1% or less), as most major revisions have already occurred.",Nationwide Change Healthcare network,None,outpatient visit,Discarded if over a given 7-day period an estimate is computed with 100 or fewer observations,Data is available for nearly all (99%) of counties. Data is available for all states and some territories.,Value,raw,early,bad,TRUE,FALSE,FALSE,FALSE,FALSE,public,public,CC BY-NC,See license. DUA uses generic contract terms.,https://drive.google.com/drive/u/1/folders/1GKYSFb6C_8jSHTg-65eVzSOT433oIDrf,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/chng.html -covid-act-now,pcr_specimen_positivity_rate,FALSE,pcr_specimen_positivity_rate,FALSE,PCR Test Positivity Rate,pcr_specimen_positivity_rate,"""",,TRUE,FALSE,Proportion of PCR specimens tested that have a positive result,Proportion of PCR specimens tested that have a positive result,covid,Testing,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,state,hhs,nation",2020-03-01,NA,2021-12-02,NA,Covid Act Now COVID-19 PCR Test Positivity Rate,day,Date,daily,2-9 days,"Daily. Most recent test positivity rates do not change substantially (having a median delta of close to 0). However, most recent total tests performed are expected to increase in later data revisions (having a median increase of 7%). Values more than 5 days in the past are expected to remain fairly static (with total tests performed having a median increase of 1% of less), as most major revisions have already occurred.",Hospital patients,None,infected,Discarded if sample size (total tests performed) is 0,"Data is available for nearly all (99%) of counties. A few counties, most notably in California, are not covered by this data source Data is available for all states.",Value,fraction,cases_testing,bad,FALSE,FALSE,FALSE,FALSE,FALSE,public,public,CC BY-NC,See license,NA,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/covid-act-now.html -covid-act-now,pcr_specimen_total_tests,FALSE,pcr_specimen_total_tests,FALSE,Total Number of PCR Tests,pcr_specimen_total_tests,"""",,TRUE,FALSE,Total number of PCR specimens tested,Total number of PCR specimens tested,covid,Testing,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,state,hhs,nation",2020-03-01,NA,2021-12-02,NA,Covid Act Now COVID-19 PCR Tests,day,Date,daily,2-9 days,"Daily. Most recent test positivity rates do not change substantially (having a median delta of close to 0). However, most recent total tests performed are expected to increase in later data revisions (having a median increase of 7%). Values more than 5 days in the past are expected to remain fairly static (with total tests performed having a median increase of 1% of less), as most major revisions have already occurred.",Hospital patients,None,population,Discarded if sample size (total tests performed) is 0,"Data is available for nearly all (99%) of counties. A few counties, most notably in California, are not covered by this data source Data is available for all states.",Value,count,cases_testing,good,FALSE,FALSE,FALSE,FALSE,FALSE,public,public,CC BY-NC,See license,NA,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/covid-act-now.html +chng,7dav_inpatient_covid,FALSE,7dav_inpatient_covid,FALSE,"Inpatient COVID hospitalizations, 7 day average",7dav_inpatient_covid,"""",Ratio of inpatient hospitalizations associated with COVID-19,TRUE,FALSE,"Ratio of inpatient hospitalizations associated with COVID-19, smoothed in time with a trailing 7 day average","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.",covid,Inpatient insurance claims,United States,state,state,2020-01-18,NA,2023-08-01,NA,Change Healthcare COVID-Confirmed Hospital Admissions,day,Day,daily,4-5 days,"Daily. The source experiences heavy backfill with data delayed for a couple of weeks. We expect estimates available for the most recent 4-6 days to change substantially in later data revisions (having a median delta of 10% or more). Estimates for dates more than 45 days in the past are expected to remain fairly static (having a median delta of 1% or less), as most major revisions have already occurred.",Nationwide Change Healthcare network,None,hospitalized,Discarded if over a given 7-day period an estimate is computed with 100 or fewer observations,Data is available for nearly all (99%) of counties. Data is available for all states and some territories.,Value,raw,early,bad,TRUE,FALSE,FALSE,FALSE,FALSE,public,public,CC BY-NC,See license. DUA uses generic contract terms.,https://drive.google.com/drive/u/1/folders/1GKYSFb6C_8jSHTg-65eVzSOT433oIDrf,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/chng.html +chng,7dav_outpatient_covid,FALSE,7dav_outpatient_covid,FALSE,"Outpatient COVID visits, 7 day average",7dav_outpatient_covid,7dav,Ratio of outpatient doctor visits with confirmed COVID-19,TRUE,FALSE,"Ratio of outpatient doctor visits with confirmed COVID-19, smoothed in time with a trailing 7 day average","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.",covid,Outpatient insurance claims,United States,state,state,2020-02-03,NA,2023-08-01,NA,Change Healthcare COVID-Confirmed Doctor Visits,day,Day,daily,4-5 days,"Daily. The source experiences heavy backfill with data delayed for a couple of weeks. We expect estimates available for the most recent 4-6 days to change substantially in later data revisions (having a median delta of 10% or more). Estimates for dates more than 45 days in the past are expected to remain fairly static (having a median delta of 1% or less), as most major revisions have already occurred.",Nationwide Change Healthcare network,None,outpatient visit,Discarded if over a given 7-day period an estimate is computed with 100 or fewer observations,Data is available for nearly all (99%) of counties. Data is available for all states and some territories.,Value,raw,early,bad,TRUE,FALSE,FALSE,FALSE,FALSE,public,public,CC BY-NC,See license. DUA uses generic contract terms.,https://drive.google.com/drive/u/1/folders/1GKYSFb6C_8jSHTg-65eVzSOT433oIDrf,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/chng.html +covid-act-now,pcr_specimen_positivity_rate,FALSE,pcr_specimen_positivity_rate,FALSE,PCR Test Positivity Rate,pcr_specimen_positivity_rate,"""",Proportion of PCR specimens tested that have a positive result,TRUE,FALSE,Proportion of PCR specimens tested that have a positive result,Proportion of PCR specimens tested that have a positive result,covid,Testing,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,state,hhs,nation",2020-03-01,NA,2021-12-02,NA,Covid Act Now COVID-19 PCR Test Positivity Rate,day,Date,daily,2-9 days,"Daily. Most recent test positivity rates do not change substantially (having a median delta of close to 0). However, most recent total tests performed are expected to increase in later data revisions (having a median increase of 7%). Values more than 5 days in the past are expected to remain fairly static (with total tests performed having a median increase of 1% of less), as most major revisions have already occurred.",Hospital patients,None,infected,Discarded if sample size (total tests performed) is 0,"Data is available for nearly all (99%) of counties. A few counties, most notably in California, are not covered by this data source Data is available for all states.",Value,fraction,cases_testing,bad,FALSE,FALSE,FALSE,FALSE,FALSE,public,public,CC BY-NC,See license,NA,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/covid-act-now.html +covid-act-now,pcr_specimen_total_tests,FALSE,pcr_specimen_total_tests,FALSE,Total Number of PCR Tests,pcr_specimen_total_tests,"""",Total number of PCR specimens tested,TRUE,FALSE,Total number of PCR specimens tested,Total number of PCR specimens tested,covid,Testing,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,state,hhs,nation",2020-03-01,NA,2021-12-02,NA,Covid Act Now COVID-19 PCR Tests,day,Date,daily,2-9 days,"Daily. Most recent test positivity rates do not change substantially (having a median delta of close to 0). However, most recent total tests performed are expected to increase in later data revisions (having a median increase of 7%). Values more than 5 days in the past are expected to remain fairly static (with total tests performed having a median increase of 1% of less), as most major revisions have already occurred.",Hospital patients,None,population,Discarded if sample size (total tests performed) is 0,"Data is available for nearly all (99%) of counties. A few counties, most notably in California, are not covered by this data source Data is available for all states.",Value,count,cases_testing,good,FALSE,FALSE,FALSE,FALSE,FALSE,public,public,CC BY-NC,See license,NA,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/covid-act-now.html doctor-visits,smoothed_cli,FALSE,smoothed_cli,FALSE,COVID-Related Doctor Visits,smoothed_cli,"""",Estimated percentage of outpatient doctor visits that are primarily about COVID-related symptoms,TRUE,TRUE,Percentage of daily doctor visits that are due to COVID-like symptoms,"Estimated percentage of outpatient doctor visits that are primarily about COVID-related symptoms, based on data from health system partners, smoothed in time using a Gaussian linear smoother",covid,Outpatient insurance claims,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,state,hhs,nation",2020-02-01,NA,Ongoing,NA,COVID-Related Doctor Visits,day,Date,daily,3-6 days,"Daily. The source experiences heavy backfill with data delayed for a couple of weeks. We expect estimates available for the most recent 5-7 days to change substantially in later data revisions (having a median delta of 10% or more). Estimates for dates more than 50 days in the past are expected to remain fairly static (having a median delta of 1% or less), as most major revisions have already occurred.",Nationwide Optum network,None,outpatient visit,Discarded if over a given 7-day period an estimate is computed with 500 or fewer observations,Data is available for about 80% of counties Data is available for all states and some territories.,Percentage,percent,early,bad,TRUE,FALSE,FALSE,FALSE,FALSE,public,public,CC BY-NC,See license. DUA uses generic contract terms.,https://drive.google.com/drive/u/1/folders/11kvTzVR5Yd3lVszxmPHxFZcAYjIpoLcf,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/doctor-visits.html -doctor-visits,smoothed_cli,TRUE,smoothed_adj_cli,FALSE,COVID-Related Doctor Visits (Day-adjusted),smoothed_adj_cli (day-of-week adjusted),dow-adjusted,Estimated percentage of outpatient doctor visits that are primarily about COVID-related symptoms,TRUE,TRUE,,"Estimated percentage of outpatient doctor visits that are primarily about COVID-related symptoms, based on data from health system partners, smoothed in time using a Gaussian linear smoother, and adjusted to reduce day-of-week effects",covid,Outpatient insurance claims,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,state,hhs,nation",2020-02-01,NA,Ongoing,NA,COVID-Related Doctor Visits,day,Date,daily,3-6 days,"Daily. The source experiences heavy backfill with data delayed for a couple of weeks. We expect estimates available for the most recent 5-7 days to change substantially in later data revisions (having a median delta of 10% or more). Estimates for dates more than 50 days in the past are expected to remain fairly static (having a median delta of 1% or less), as most major revisions have already occurred.",Nationwide Optum network,None,outpatient visit,Discarded if over a given 7-day period an estimate is computed with 500 or fewer observations,Data is available for about 80% of counties Data is available for all states and some territories.,Percentage,percent,early,bad,TRUE,TRUE,FALSE,FALSE,FALSE,public,public,CC BY-NC,See license. DUA uses generic contract terms.,https://drive.google.com/drive/u/1/folders/11kvTzVR5Yd3lVszxmPHxFZcAYjIpoLcf, +doctor-visits,smoothed_cli,TRUE,smoothed_adj_cli,FALSE,COVID-Related Doctor Visits (Day-adjusted),smoothed_adj_cli (day-of-week adjusted),dow-adjusted,"Estimated percentage of outpatient doctor visits that are primarily about COVID-related symptoms, adjusted to reduce day-of-week effects",TRUE,TRUE,,"Estimated percentage of outpatient doctor visits that are primarily about COVID-related symptoms, based on data from health system partners, smoothed in time using a Gaussian linear smoother, and adjusted to reduce day-of-week effects",covid,Outpatient insurance claims,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,state,hhs,nation",2020-02-01,NA,Ongoing,NA,COVID-Related Doctor Visits,day,Date,daily,3-6 days,"Daily. The source experiences heavy backfill with data delayed for a couple of weeks. We expect estimates available for the most recent 5-7 days to change substantially in later data revisions (having a median delta of 10% or more). Estimates for dates more than 50 days in the past are expected to remain fairly static (having a median delta of 1% or less), as most major revisions have already occurred.",Nationwide Optum network,None,outpatient visit,Discarded if over a given 7-day period an estimate is computed with 500 or fewer observations,Data is available for about 80% of counties Data is available for all states and some territories.,Percentage,percent,early,bad,TRUE,TRUE,FALSE,FALSE,FALSE,public,public,CC BY-NC,See license. DUA uses generic contract terms.,https://drive.google.com/drive/u/1/folders/11kvTzVR5Yd3lVszxmPHxFZcAYjIpoLcf, dsew-cpr,booster_doses_admin_7dav,FALSE,booster_doses_admin_7dav,FALSE,COVID Vaccine Booster Doses Administered,booster_doses_admin_7dav,"""",COVID-19 booster vaccine doses administered each day,TRUE,FALSE,COVID-19 booster vaccine doses administered each day,"COVID-19 booster vaccine doses administered each day, based on the daily Community Profile Report (CPR) published by the Data Strategy and Execution Workgroup of the White House COVID-19 Team, smoothed in time with a 7-day average. ""Doses administered shown by date of report, not date of administration. ... [A] booster dose includes anyone who is fully vaccinated and has received another dose of COVID-19 vaccine since August 13, 2021. This includes people who received booster doses and people who received additional doses."" - from the CPR data dictionary.",covid,Vaccines,United States,"state,hhs,nation",nation,2021-11-01,NA,2023-02-22,NA,Community Profile Report COVID-19 Booster Doses,day,Day,daily,3-9 days,Daily. This data source is susceptible to large corrections that can create strange data effects such as negative counts and sudden changes of 1M+ counts from one day to the next.,All,None,population,None,Data is available for all counties and some territorial county equivalents. Data is available for all states and some territories.,Value,count,public,good,TRUE,FALSE,FALSE,FALSE,FALSE,public,public,Public Domain US Government (https://www.usa.gov/government-works),See license,NA,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/dsew-cpr.html @@ -1349,11 +1349,11 @@ google-symptoms,anosmia_raw_search,FALSE,anosmia_raw_search,FALSE,Anosmia Search google-symptoms,anosmia_raw_search,TRUE,anosmia_smoothed_search,TRUE,Anosmia Searches (7-day average),anosmia_smoothed_search,anosmia (smoothed),,TRUE,FALSE,,,covid,Search volume,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,hhs,nation",2020-02-20,NA,2022-01-20,NA,Google Symptoms Searches,day,Date,daily,4-7 days,None,Google search users,None,symptomatic,"Unavailable when daily volume in a region does not meet quality or privacy thresholds, as set by Google. Google also uses differential privacy, which adds artificial noise to the incoming data","Data is available for about 3-4% of counties. Data is available for about 85% of states. Signals associated with rarer symptoms (e.g. ageusia) will tend to have fewer locations available, due to upstream privacy censoring. Locations with lower populations will tend to be less available for the same reason",Value,raw,public,bad,TRUE,FALSE,FALSE,FALSE,FALSE,public,public,Google Terms of Service (https://policies.google.com/terms),See license,NA, google-symptoms,sum_anosmia_ageusia_raw_search,FALSE,sum_anosmia_ageusia_raw_search,FALSE,Sum Anosmia Ageusia Searches,sum_anosmia_ageusia_raw_search,anosmia+ageusia,,TRUE,FALSE,"The sum of Google search volume for anosmia and ageusia related searches, in arbitrary units that are normalized for overall search users","The sum of Google search volume for anosmia and ageusia related searches, in arbitrary units that are normalized for overall search users",covid,Search volume,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,hhs,nation",2020-02-13,"Start dates vary by geo: county 2020-02-13, hhs 2020-02-14, hrr 2020-02-13, msa 2020-02-13, nation 2020-02-14, state 2020-02-13",2022-01-20,NA,Google Symptoms Searches,day,Date,daily,4-7 days,None,Google search users,None,symptomatic,"Unavailable when daily volume in a region does not meet quality or privacy thresholds, as set by Google. Google also uses differential privacy, which adds artificial noise to the incoming data","Data is available for about 3-4% of counties. Data is available for about 85% of states. Signals associated with rarer symptoms (e.g. ageusia) will tend to have fewer locations available, due to upstream privacy censoring. Locations with lower populations will tend to be less available for the same reason",Value,raw,public,bad,FALSE,FALSE,FALSE,FALSE,FALSE,public,public,Google Terms of Service (https://policies.google.com/terms),See license,NA,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/google-symptoms.html google-symptoms,sum_anosmia_ageusia_raw_search,TRUE,sum_anosmia_ageusia_smoothed_search,TRUE,Sum Anosmia Ageusia Searches (7-day average),sum_anosmia_ageusia_smoothed_search,anosmia+ageusia smoothed,,TRUE,FALSE,,,covid,Search volume,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,hhs,nation",2020-02-20,NA,2022-01-20,NA,Google Symptoms Searches,day,Date,daily,4-7 days,None,Google search users,None,symptomatic,"Unavailable when daily volume in a region does not meet quality or privacy thresholds, as set by Google. Google also uses differential privacy, which adds artificial noise to the incoming data","Data is available for about 3-4% of counties. Data is available for about 85% of states. Signals associated with rarer symptoms (e.g. ageusia) will tend to have fewer locations available, due to upstream privacy censoring. Locations with lower populations will tend to be less available for the same reason",Value,raw,public,bad,TRUE,FALSE,FALSE,FALSE,FALSE,public,public,Google Terms of Service (https://policies.google.com/terms),See license,NA, -google-symptoms,s01_raw_search,FALSE,s01_raw_search,FALSE,"Searches for: Cough, Phlegm, Sputum, Upper respiratory tract infection (s01)",s01_raw_search,s01,"s01: Cough, Phlegm, Sputum, Upper respiratory tract infection (raw)",TRUE,TRUE,"The average relative frequency of searches for Cough, Phlegm, Sputum, and Upper respiratory tract infection, in arbitrary units that are normalized against overall search patterns within each region. (Symptom set s01)","The average relative frequency of searches for Cough, Phlegm, Sputum, and Upper respiratory tract infection, in arbitrary units that are normalized against overall search patterns within each region. (Symptom set s01) +google-symptoms,s01_raw_search,FALSE,s01_raw_search,FALSE,"Searches for: Cough, Phlegm, Sputum, Upper respiratory tract infection (s01)",s01_raw_search,s01,"s01: Cough, Phlegm, Sputum, Upper respiratory tract infection",TRUE,TRUE,"The average relative frequency of searches for Cough, Phlegm, Sputum, and Upper respiratory tract infection, in arbitrary units that are normalized against overall search patterns within each region. (Symptom set s01)","The average relative frequency of searches for Cough, Phlegm, Sputum, and Upper respiratory tract infection, in arbitrary units that are normalized against overall search patterns within each region. (Symptom set s01) The symptoms in this set showed positive correlation with cases, especially after Omicron was declared a variant of concern by the WHO.",covid,Search volume,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,hhs,nation",2020-02-14,NA,Ongoing,NA,Google Symptoms Searches,day,Date,daily,4-7 days,None,Google search users,None,symptomatic,"Unavailable when daily volume in a region does not meet quality or privacy thresholds, as set by Google. Google also uses differential privacy, which adds artificial noise to the incoming data","Data is available for about 50% of counties. Data is available for all states. Signals associated with rarer symptoms (e.g. ageusia) will tend to have fewer locations available, due to upstream privacy censoring. Locations with lower populations will tend to be less available for the same reason",Value,raw,public,bad,FALSE,FALSE,FALSE,FALSE,FALSE,public,public,Google Terms of Service (https://policies.google.com/terms),See license,NA,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/google-symptoms.html -google-symptoms,s01_raw_search,TRUE,s01_smoothed_search,FALSE,"Searches for: Cough, Phlegm, Sputum, Upper respiratory tract infection (s01) (7-day average)",s01_smoothed_search,s01 smoothed,"s01: Cough, Phlegm, Sputum, Upper respiratory tract infection (smoothed)",TRUE,TRUE,,,covid,Search volume,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,hhs,nation",2020-02-20,NA,Ongoing,NA,Google Symptoms Searches,day,Date,daily,4-7 days,None,Google search users,None,symptomatic,"Unavailable when daily volume in a region does not meet quality or privacy thresholds, as set by Google. Google also uses differential privacy, which adds artificial noise to the incoming data","Data is available for about 50% of counties. Data is available for all states. Signals associated with rarer symptoms (e.g. ageusia) will tend to have fewer locations available, due to upstream privacy censoring. Locations with lower populations will tend to be less available for the same reason",Value,raw,public,bad,TRUE,FALSE,FALSE,FALSE,FALSE,public,public,Google Terms of Service (https://policies.google.com/terms),See license,NA, -google-symptoms,s02_raw_search,FALSE,s02_raw_search,FALSE,"Searches for: Nasal congestion, Post nasal drip, Rhinorrhea, Sinusitis, Rhinitis, Common cold (s02)",s02_raw_search,s02,"s02: Nasal congestion, Post nasal drip, Rhinorrhea, Sinusitis, Rhinitis, Common cold (raw)",TRUE,TRUE,"The average relative frequency of searches for Nasal congestion, Post nasal drip, Rhinorrhea, Sinusitis, Rhinitis, and Common cold, in arbitrary units that are normalized against overall search patterns within each region. (Symptom set s02)","The average relative frequency of searches for Nasal congestion, Post nasal drip, Rhinorrhea, Sinusitis, Rhinitis, and Common cold, in arbitrary units that are normalized against overall search patterns within each region. (Symptom set s02) +google-symptoms,s01_raw_search,TRUE,s01_smoothed_search,FALSE,"Searches for: Cough, Phlegm, Sputum, Upper respiratory tract infection (s01) (7-day average)",s01_smoothed_search,s01 smoothed,"s01: Cough, Phlegm, Sputum, Upper respiratory tract infection, 7-day average",TRUE,TRUE,,,covid,Search volume,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,hhs,nation",2020-02-20,NA,Ongoing,NA,Google Symptoms Searches,day,Date,daily,4-7 days,None,Google search users,None,symptomatic,"Unavailable when daily volume in a region does not meet quality or privacy thresholds, as set by Google. Google also uses differential privacy, which adds artificial noise to the incoming data","Data is available for about 50% of counties. Data is available for all states. Signals associated with rarer symptoms (e.g. ageusia) will tend to have fewer locations available, due to upstream privacy censoring. Locations with lower populations will tend to be less available for the same reason",Value,raw,public,bad,TRUE,FALSE,FALSE,FALSE,FALSE,public,public,Google Terms of Service (https://policies.google.com/terms),See license,NA, +google-symptoms,s02_raw_search,FALSE,s02_raw_search,FALSE,"Searches for: Nasal congestion, Post nasal drip, Rhinorrhea, Sinusitis, Rhinitis, Common cold (s02)",s02_raw_search,s02,"s02: Nasal congestion, Post nasal drip, Rhinorrhea, Sinusitis, Rhinitis, Common cold",TRUE,TRUE,"The average relative frequency of searches for Nasal congestion, Post nasal drip, Rhinorrhea, Sinusitis, Rhinitis, and Common cold, in arbitrary units that are normalized against overall search patterns within each region. (Symptom set s02)","The average relative frequency of searches for Nasal congestion, Post nasal drip, Rhinorrhea, Sinusitis, Rhinitis, and Common cold, in arbitrary units that are normalized against overall search patterns within each region. (Symptom set s02) The symptoms in this set showed positive correlation with cases, especially after Omicron was declared a variant of concern by the WHO.",covid,Search volume,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,hhs,nation",2020-02-14,NA,Ongoing,NA,Google Symptoms Searches,day,Date,daily,4-7 days,None,Google search users,None,symptomatic,"Unavailable when daily volume in a region does not meet quality or privacy thresholds, as set by Google. Google also uses differential privacy, which adds artificial noise to the incoming data","Data is available for about 65% of counties. Data is available for all states. Signals associated with rarer symptoms (e.g. ageusia) will tend to have fewer locations available, due to upstream privacy censoring. Locations with lower populations will tend to be less available for the same reason",Value,raw,public,bad,FALSE,FALSE,FALSE,FALSE,FALSE,public,public,Google Terms of Service (https://policies.google.com/terms),See license,NA,https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/google-symptoms.html google-symptoms,s02_raw_search,TRUE,s02_smoothed_search,FALSE,"Searches for: Nasal congestion, Post nasal drip, Rhinorrhea, Sinusitis, Rhinitis, Common cold (s02) (7-day average)",s02_smoothed_search,s02 smoothed,"s02: Nasal congestion, Post nasal drip, Rhinorrhea, Sinusitis, Rhinitis, Common cold, 7-day average",TRUE,TRUE,,,covid,Search volume,United States,"county,hrr,msa,state,hhs,nation","hrr,msa,hhs,nation",2020-02-20,NA,Ongoing,NA,Google Symptoms Searches,day,Date,daily,4-7 days,None,Google search users,None,symptomatic,"Unavailable when daily volume in a region does not meet quality or privacy thresholds, as set by Google. Google also uses differential privacy, which adds artificial noise to the incoming data","Data is available for about 65% of counties. Data is available for all states. Signals associated with rarer symptoms (e.g. ageusia) will tend to have fewer locations available, due to upstream privacy censoring. Locations with lower populations will tend to be less available for the same reason",Value,raw,public,bad,TRUE,FALSE,FALSE,FALSE,FALSE,public,public,Google Terms of Service (https://policies.google.com/terms),See license,NA, @@ -1588,14 +1588,14 @@ NSSP does not report county-level data for all counties with reporting EDs; some The following states report no data through NSSP at the county level: CA, WA, AK, AZ, AL, CO, SD, ND, MO, AR, FL, OH, NH, CT, NJ. South Dakota, Missouri, and territories report no data through NSSP at the state level.",Percentage,percent,other,bad,FALSE,FALSE,FALSE,FALSE,FALSE,,,,,, -nssp,pct_ed_visits_rsv,FALSE,pct_ed_visits_rsv,FALSE,RSV Emergency Department Visits (Percent of total ED visits),pct_ed_visits_rsv,"""",Percent of ED visits that had a discharge diagnosis code of rsv,TRUE,TRUE,Percent of ED visits that had a discharge diagnosis code of rsv,Percent of ED visits that had a discharge diagnosis code of rsv,rsv,Hospitalizations,United States,"county,state,hrr,msa","hrr,msa",2022-10-01,,ongoing,,NSSP RSV Emergency Department Visits,week,Week,weekly,,,All,None,hospitalized,,"Data is available for 78% of US emergency departments. California, Colorado, Missouri, Oklahoma, and Virginia have the most noticeable gaps in coverage, with many counties in those states having either no eligible EDs or having no recently reported data in NSSP. However, most states have some counties that do not contain any reporting EDs. +nssp,pct_ed_visits_rsv,FALSE,pct_ed_visits_rsv,FALSE,RSV Emergency Department Visits (Percent of total ED visits),pct_ed_visits_rsv,"""",Percent of ED visits that had a discharge diagnosis code of RSV,TRUE,TRUE,Percent of ED visits that had a discharge diagnosis code of RSV,Percent of ED visits that had a discharge diagnosis code of rsv,rsv,Hospitalizations,United States,"county,state,hrr,msa","hrr,msa",2022-10-01,,ongoing,,NSSP RSV Emergency Department Visits,week,Week,weekly,,,All,None,hospitalized,,"Data is available for 78% of US emergency departments. California, Colorado, Missouri, Oklahoma, and Virginia have the most noticeable gaps in coverage, with many counties in those states having either no eligible EDs or having no recently reported data in NSSP. However, most states have some counties that do not contain any reporting EDs. NSSP does not report county-level data for all counties with reporting EDs; some reporting EDs are only included in state-level values. The following states report no data through NSSP at the county level: CA, WA, AK, AZ, AL, CO, SD, ND, MO, AR, FL, OH, NH, CT, NJ. South Dakota, Missouri, and territories report no data through NSSP at the state level.",Percentage,percent,other,bad,FALSE,FALSE,FALSE,FALSE,FALSE,,,,,, -nssp,pct_ed_visits_combined,FALSE,pct_ed_visits_combined,FALSE,"Emergency Department Visits for COVID, Influenza, and RSV Combined (Percent of total ED visits)",pct_ed_visits_combined,"""","Percent of ED visits that had a discharge diagnosis code of COVID-19, influenza, or rsv",TRUE,TRUE,"Percent of ED visits that had a discharge diagnosis code of COVID-19, influenza, or rsv","Percent of ED visits that had a discharge diagnosis code of COVID-19, influenza, or rsv","covid, flu, rsv",Hospitalizations,United States,"county,state,hrr,msa","hrr,msa",2022-10-01,,ongoing,,"NSSP Emergency Department Visits for COVID-19, Influenza, and RSV Combined",week,Week,weekly,,,All,None,hospitalized,,"Data is available for 78% of US emergency departments. California, Colorado, Missouri, Oklahoma, and Virginia have the most noticeable gaps in coverage, with many counties in those states having either no eligible EDs or having no recently reported data in NSSP. However, most states have some counties that do not contain any reporting EDs. +nssp,pct_ed_visits_combined,FALSE,pct_ed_visits_combined,FALSE,"Emergency Department Visits for COVID, Influenza, and RSV Combined (Percent of total ED visits)",pct_ed_visits_combined,"""","Percent of ED visits that had a discharge diagnosis code of COVID-19, influenza, or RSV",TRUE,FALSE,"Percent of ED visits that had a discharge diagnosis code of COVID-19, influenza, or RSV","Percent of ED visits that had a discharge diagnosis code of COVID-19, influenza, or rsv","covid, flu, rsv",Hospitalizations,United States,"county,state,hrr,msa","hrr,msa",2022-10-01,,ongoing,,"NSSP Emergency Department Visits for COVID-19, Influenza, and RSV Combined",week,Week,weekly,,,All,None,hospitalized,,"Data is available for 78% of US emergency departments. California, Colorado, Missouri, Oklahoma, and Virginia have the most noticeable gaps in coverage, with many counties in those states having either no eligible EDs or having no recently reported data in NSSP. However, most states have some counties that do not contain any reporting EDs. NSSP does not report county-level data for all counties with reporting EDs; some reporting EDs are only included in state-level values. @@ -1616,14 +1616,14 @@ NSSP does not report county-level data for all counties with reporting EDs; some The following states report no data through NSSP at the county level: CA, WA, AK, AZ, AL, CO, SD, ND, MO, AR, FL, OH, NH, CT, NJ. South Dakota, Missouri, and territories report no data through NSSP at the state level.",Percentage,percent,other,bad,TRUE,FALSE,FALSE,FALSE,FALSE,,,,,, -nssp,pct_ed_visits_rsv,TRUE,smoothed_pct_ed_visits_rsv,FALSE,"RSV Emergency Department Visits (Percent of total ED visits, 3-week average)",smoothed_pct_ed_visits_rsv,3wav,3-week moving average of percent of ED visits that had a discharge diagnosis code of rsv,TRUE,TRUE,3-week moving average of percent of ED visits that had a discharge diagnosis code of rsv,3-week moving average of percent of ED visits that had a discharge diagnosis code of rsv,rsv,Hospitalizations,United States,"county,state,hrr,msa","hrr,msa",2022-10-01,,ongoing,,NSSP RSV Emergency Department Visits,week,Week,weekly,,,All,None,hospitalized,,"Data is available for 78% of US emergency departments. California, Colorado, Missouri, Oklahoma, and Virginia have the most noticeable gaps in coverage, with many counties in those states having either no eligible EDs or having no recently reported data in NSSP. However, most states have some counties that do not contain any reporting EDs. +nssp,pct_ed_visits_rsv,TRUE,smoothed_pct_ed_visits_rsv,FALSE,"RSV Emergency Department Visits (Percent of total ED visits, 3-week average)",smoothed_pct_ed_visits_rsv,3wav,3-week moving average of percent of ED visits that had a discharge diagnosis code of RSV,TRUE,TRUE,3-week moving average of percent of ED visits that had a discharge diagnosis code of RSV,3-week moving average of percent of ED visits that had a discharge diagnosis code of rsv,rsv,Hospitalizations,United States,"county,state,hrr,msa","hrr,msa",2022-10-01,,ongoing,,NSSP RSV Emergency Department Visits,week,Week,weekly,,,All,None,hospitalized,,"Data is available for 78% of US emergency departments. California, Colorado, Missouri, Oklahoma, and Virginia have the most noticeable gaps in coverage, with many counties in those states having either no eligible EDs or having no recently reported data in NSSP. However, most states have some counties that do not contain any reporting EDs. NSSP does not report county-level data for all counties with reporting EDs; some reporting EDs are only included in state-level values. The following states report no data through NSSP at the county level: CA, WA, AK, AZ, AL, CO, SD, ND, MO, AR, FL, OH, NH, CT, NJ. South Dakota, Missouri, and territories report no data through NSSP at the state level.",Percentage,percent,other,bad,TRUE,FALSE,FALSE,FALSE,FALSE,,,,,, -nssp,pct_ed_visits_combined,TRUE,smoothed_pct_ed_visits_combined,FALSE,"Emergency Department Visits for COVID, Influenza, and RSV Combined (Percent of total ED visits, 3 week average)",smoothed_pct_ed_visits_combined,3wav,"3-week moving average of percent of ED visits that had a discharge diagnosis code of COVID-19, influenza, or rsv",TRUE,TRUE,"3-week moving average of percent of ED visits that had a discharge diagnosis code of COVID-19, influenza, or rsv","3-week moving average of percent of ED visits that had a discharge diagnosis code of COVID-19, influenza, or rsv","covid, flu, rsv",Hospitalizations,United States,"county,state,hrr,msa","hrr,msa",2022-10-01,,ongoing,,"NSSP Emergency Department Visits for COVID-19, Influenza, and RSV Combined",week,Week,weekly,,,All,None,hospitalized,,"Data is available for 78% of US emergency departments. California, Colorado, Missouri, Oklahoma, and Virginia have the most noticeable gaps in coverage, with many counties in those states having either no eligible EDs or having no recently reported data in NSSP. However, most states have some counties that do not contain any reporting EDs. +nssp,pct_ed_visits_combined,TRUE,smoothed_pct_ed_visits_combined,FALSE,"Emergency Department Visits for COVID, Influenza, and RSV Combined (Percent of total ED visits, 3 week average)",smoothed_pct_ed_visits_combined,3wav,"3-week moving average of percent of ED visits that had a discharge diagnosis code of COVID-19, influenza, or RSV",TRUE,FALSE,"3-week moving average of percent of ED visits that had a discharge diagnosis code of COVID-19, influenza, or RSV","3-week moving average of percent of ED visits that had a discharge diagnosis code of COVID-19, influenza, or rsv","covid, flu, rsv",Hospitalizations,United States,"county,state,hrr,msa","hrr,msa",2022-10-01,,ongoing,,"NSSP Emergency Department Visits for COVID-19, Influenza, and RSV Combined",week,Week,weekly,,,All,None,hospitalized,,"Data is available for 78% of US emergency departments. California, Colorado, Missouri, Oklahoma, and Virginia have the most noticeable gaps in coverage, with many counties in those states having either no eligible EDs or having no recently reported data in NSSP. However, most states have some counties that do not contain any reporting EDs. NSSP does not report county-level data for all counties with reporting EDs; some reporting EDs are only included in state-level values.