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
The Hospital Infections dataset contains comprehensive information about infection measures and performance indicators for various hospitals. This data includes details about the hospitals, such as their locations, infection measure types, performance scores, and comparisons to national benchmarks. The dataset is useful for analyzing hospital performance regarding infection control and prevention.
Usage:
This dataset can be used for analyzing hospital performance in infection control, comparing hospitals to national benchmarks, and conducting epidemiological research. It is valuable for researchers, public health officials, and healthcare providers aiming to improve infection prevention strategies and hospital performance.
Acknowledgements:
We acknowledge the contributions of healthcare authorities and organizations that made this data publicly available for research and analysis.
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.