Baselight

Respiratory Virus Dashboard

State of California

@usgov.ca_gov_respiratory_virus_dashboard

Loading...
Loading...

About this Dataset

Respiratory Virus Dashboard

Data is from the California Department of Public Health (CDPH) Respiratory Virus Dashboard.

The respiratory virus dashboard shows statewide and regional, weekly data for the following conditions:

  • COVID-19

  • Influenza

  • Respiratory Syncytial Virus (RSV)

This dashboard provides an overview of respiratory virus activity (test positivity, flu typing, emergency department visits) and severity (hospital admissions, deaths, and pediatric deaths). The data update most Fridays but may change in future updates as more information becomes available.
Organization: State of California
Last updated: 2025-10-23T12:42:51.553987
Tags: california-department-of-public-health, coronavirus, covid, covid-19, death, death-percentage, deaths, ed-visits, emergency-department-visits, flu, hospital-admissions, influenza, laboratory, nhsn, nssp, pediatric-death, respiratory-syncytial-virus, rsv, test-positivity, testing, typing

Tables

Data Dictionary - Respiratory Virus Dashboard

@usgov.ca_gov_respiratory_virus_dashboard.data_dictionary_respiratory_virus_dashboard
  • 8.23 kB
  • 43 rows
  • 4 columns
Loading...
CREATE TABLE data_dictionary_respiratory_virus_dashboard (
  "column" VARCHAR,
  "type" VARCHAR,
  "label" VARCHAR,
  "description" VARCHAR
);

Respiratory Virus Dashboard

@usgov.ca_gov_respiratory_virus_dashboard.respiratory_virus_dashboard
  • 324.23 kB
  • 3,444 rows
  • 43 columns
Loading...
CREATE TABLE respiratory_virus_dashboard (
  "season" VARCHAR,
  "age_grp" VARCHAR,
  "rpho_region" VARCHAR,
  "weekending" TIMESTAMP,
  "mmwr_week" BIGINT,
  "mmwr_year" BIGINT,
  "cov_positives" BIGINT,
  "cov_total_tests" BIGINT,
  "cov_tp" DOUBLE,
  "cov_tp_level" VARCHAR,
  "flu_positives" BIGINT,
  "flu_total_tests" BIGINT,
  "flu_tp" DOUBLE,
  "flu_tp_level" VARCHAR,
  "rsv_positives" BIGINT,
  "rsv_total_tests" BIGINT,
  "rsv_tp" DOUBLE,
  "rsv_tp_level" VARCHAR,
  "flu_a_tests" DOUBLE,
  "flu_b_tests" DOUBLE,
  "cov_ed_visits" DOUBLE,
  "flu_ed_visits" DOUBLE,
  "rsv_ed_visits" DOUBLE,
  "pop" DOUBLE,
  "cov_adm" DOUBLE,
  "flu_adm" DOUBLE,
  "rsv_adm" DOUBLE,
  "cov_adm_rate" DOUBLE,
  "flu_adm_rate" DOUBLE,
  "rsv_adm_rate" DOUBLE,
  "cov_adm_level" VARCHAR,
  "flu_adm_level" VARCHAR,
  "rsv_adm_level" VARCHAR,
  "total_deaths" DOUBLE,
  "cov_deaths" BIGINT,
  "flu_deaths" BIGINT,
  "rsv_deaths" BIGINT,
  "cov_deaths_per" DOUBLE,
  "flu_deaths_per" DOUBLE,
  "rsv_deaths_per" DOUBLE,
  "season_cov_ped_deaths" DOUBLE,
  "season_flu_ped_deaths" DOUBLE,
  "season_rsv_ped_deaths" DOUBLE
);

Share link

Anyone who has the link will be able to view this.