Rates Of Preventable Hospitalizations (Age<18) For Selected Medical Conditions By County
State of California
@usgov.ca_gov_rates_of_preventable_hospitalizations_age18_for_7b5c8784
State of California
@usgov.ca_gov_rates_of_preventable_hospitalizations_age18_for_7b5c8784
CREATE TABLE data_dictionary_preventable_hospitalizations_age_18 (
"field_title" VARCHAR,
"field_name" VARCHAR,
"data_type" VARCHAR,
"description" VARCHAR
);
CREATE TABLE table_1 (
"year" BIGINT,
"county" VARCHAR,
"pdi" BIGINT,
"pdidescription" VARCHAR,
"count_icd9" DOUBLE,
"population_icd9" VARCHAR,
"obsrate_icd9" DOUBLE,
"riskadjrate_icd9" DOUBLE,
"count_icd10" DOUBLE,
"population_icd10" DOUBLE,
"obsrate_icd10" DOUBLE,
"riskadjrate_icd10" DOUBLE,
"annotationcode" DOUBLE,
"annotationdesc" VARCHAR
);
Anyone who has the link will be able to view this.