California Hospital Performance Ratings
State of California
@usgov.ca_gov_california_hospital_performance_ratings_c3975
State of California
@usgov.ca_gov_california_hospital_performance_ratings_c3975
CREATE TABLE california_hospital_performance_ratings_2016_2021 (
"county" VARCHAR,
"oshpdid" BIGINT,
"performance_measure" VARCHAR,
"risk_adjusted_rate" DOUBLE,
"longitude" DOUBLE,
"latitude" DOUBLE,
"type_of_report" VARCHAR,
"hospital_ratings" VARCHAR,
"n__of_cases" DOUBLE,
"n__of_adverse_events" DOUBLE,
"year" BIGINT,
"cnt_worse" BIGINT,
"cnt_better" BIGINT,
"rating" VARCHAR,
"procedure_condition" VARCHAR,
"performance_measure2" VARCHAR,
"hospital" VARCHAR,
"system" VARCHAR
);
CREATE TABLE california_hospital_performance_ratings_2017_2022 (
"year" BIGINT,
"county" VARCHAR,
"hospital" VARCHAR,
"oshpdid" BIGINT,
"system" VARCHAR,
"type_of_report" VARCHAR,
"performance_measure" VARCHAR,
"n__of_adverse_events" DOUBLE,
"n__of_cases" DOUBLE,
"risk_adjusted_rate" DOUBLE,
"hospital_ratings" VARCHAR,
"latitude" DOUBLE,
"longitude" DOUBLE
);
Anyone who has the link will be able to view this.