COVID-19 Positive Cases: DHCS Behavioral Health Licensed And Certified Facilities
State of California
@usgov.ca_gov_covid_19_positive_cases_dhcs_behavioral_health__5459a730
State of California
@usgov.ca_gov_covid_19_positive_cases_dhcs_behavioral_health__5459a730
CREATE TABLE dhcs_covid_19_reported_bh_facilities (
"date" TIMESTAMP,
"facility_type" VARCHAR,
"facility_name" VARCHAR,
"license_number" VARCHAR,
"county" VARCHAR,
"staff_confirmed_covid_19_cumulative" DOUBLE,
"residents_clients_confirmed_covid_19_cumulative" DOUBLE,
"staff_covid_related_deaths_cumulative" DOUBLE,
"residents_clients_covid_related_deaths_cumulative" DOUBLE,
"annotaion_code" DOUBLE,
"annotation_code_description" VARCHAR
);
Anyone who has the link will be able to view this.