California Inpatient Severe Sepsis
State of California
@usgov.ca_gov_california_inpatient_severe_sepsis_47c85
State of California
@usgov.ca_gov_california_inpatient_severe_sepsis_47c85
CREATE TABLE severe_sepsis (
"year" BIGINT,
"numberofseveresepsis" BIGINT,
"hospitaldeath" BIGINT,
"numsvrspsswohspdth" BIGINT,
"pctofinhspdth" DOUBLE,
"numberofhospacquired" BIGINT,
"numberofnonhospacquired" BIGINT,
"pctofhospacquired" DOUBLE,
"pctofnonhospacquired" DOUBLE,
"numberofmedicare" BIGINT,
"numberofmedicaid" BIGINT,
"numberofprivatecoverage" BIGINT,
"numberofselfpay" BIGINT,
"numberofotherpayer" BIGINT,
"pctofmedicare" DOUBLE,
"pctofmedicaid" DOUBLE,
"pctofprivatecoverage" DOUBLE,
"pctofselfpay" DOUBLE,
"pctofotherpayer" DOUBLE,
"meanlos" DOUBLE,
"medianchrgday" BIGINT,
"n__of_acute_care" DOUBLE,
"n__of_home_health_service" DOUBLE,
"n__of_other_care" DOUBLE,
"n__of_residential_care" DOUBLE,
"n__of_home_routine" DOUBLE,
"n__of_skilled_nursing_intermediat" DOUBLE,
"n__of_hospice_care" DOUBLE,
"n__of_hospital_acquired_severe_se" DOUBLE,
"n__of_non_hospital_acquired_sever" DOUBLE,
"rate_in_teaching_hospital" DOUBLE,
"rate_in_non_teaching_hospital" DOUBLE,
"rate_in_urban_hospital" DOUBLE,
"rate_in_rural_hospital" DOUBLE,
"rate_in_hospital_with_1_99_beds" DOUBLE,
"rate_in_hospital_with_100_199_be" DOUBLE,
"rate_in_hospital_with_200_299_be" DOUBLE,
"rate_in_hospital_with_300_399_be" DOUBLE,
"rate_in_hospital_with_400_or_mor" DOUBLE,
"rate_in_nonprofit_hospital" DOUBLE,
"rate_in_investor_owned_hospital" DOUBLE,
"rate_in_governmental_hospital" DOUBLE
);
Anyone who has the link will be able to view this.