Patients Leaving California Hospitals Against Medical Advice (AMA)
State of California
@usgov.ca_gov_patients_leaving_california_hospitals_against_m_4b861a52
State of California
@usgov.ca_gov_patients_leaving_california_hospitals_against_m_4b861a52
CREATE TABLE patients_leaving_california_hospitals_against_medical_advice (
"category" VARCHAR,
"subcategory" VARCHAR,
"year" BIGINT,
"n__ama_discharges" VARCHAR,
"n__ama_discharges_1x" VARCHAR,
"all_discharges" BIGINT,
"ama_discharges" BIGINT,
"ama_discharges_more_than_once" BIGINT
);
CREATE TABLE readmission_rates_in_patients_recently_discharged_ama__3d1b756e (
"year" BIGINT,
"readmission_after_ama_or_not" VARCHAR,
"days_since_last_discharge" BIGINT,
"readmissions" BIGINT,
"discharges" BIGINT,
"readmission_rate" VARCHAR
);
Anyone who has the link will be able to view this.