Ambulatory Surgery - Characteristics By Patient County Of Residence
State of California
@usgov.ca_gov_ambulatory_surgery_characteristics_by_patient_c_34f71094
State of California
@usgov.ca_gov_ambulatory_surgery_characteristics_by_patient_c_34f71094
This dataset contains annual ambulatory surgery summary data based upon the Patient’s County of Residence. The summary data includes discharge disposition, expected payer, sex, and race group. Physician-owned ambulatory surgery clinics do not report their data to HCAI and, therefore, are not included in the frequencies.
Organization: State of California
Last updated: 2024-11-26T22:28:05.000159
Tags: ambulatory-surgery, as, department-of-health-care-access-and-information, disposition, expected-payer, gender, hcai, hospital, outpatient-surgery, patient-county, race-group, sex
CREATE TABLE ambulatory_surgery_characteristics_disposition_by_pati_a65eb492 (
"patcnty1" VARCHAR,
"serv_y" BIGINT,
"disp1" VARCHAR,
"encounters" BIGINT
);CREATE TABLE ambulatory_surgery_characteristics_expected_payer_by_p_cf9a43d5 (
"patcnty1" VARCHAR,
"serv_y" BIGINT,
"payer1" VARCHAR,
"encounters" BIGINT
);CREATE TABLE ambulatory_surgery_characteristics_race_group_by_patie_8f0f5d61 (
"patcnty1" VARCHAR,
"serv_y" BIGINT,
"race_grp1" VARCHAR,
"encounters" DOUBLE,
"annotationcode" DOUBLE,
"annotationdesc" VARCHAR
);CREATE TABLE ambulatory_surgery_characteristics_sex_by_patient_coun_9a6fe26d (
"patcnty1" VARCHAR,
"serv_y" BIGINT,
"gender" VARCHAR,
"encounters" BIGINT,
"annotationcode" VARCHAR,
"annotationdesc" VARCHAR
);Anyone who has the link will be able to view this.