Hospital Infections Dataset
Detailed Information on Hospital Infections and Performance Measures
@kaggle.muhammadfaizan65_hospital_infections_dataset
Detailed Information on Hospital Infections and Performance Measures
@kaggle.muhammadfaizan65_hospital_infections_dataset
CREATE TABLE healthcare_associated_infections_hospital (
"provider_id" BIGINT,
"hospital_name" VARCHAR,
"address" VARCHAR,
"city" VARCHAR,
"state" VARCHAR,
"zip_code" BIGINT,
"county_name" VARCHAR,
"phone_number" BIGINT,
"measure_name" VARCHAR,
"measure_id" VARCHAR,
"compared_to_national" VARCHAR,
"score" VARCHAR,
"footnote" VARCHAR,
"measure_start_date" TIMESTAMP,
"measure_end_date" TIMESTAMP,
"location" VARCHAR
);
Anyone who has the link will be able to view this.