Baselight

Diabetes 130-US Hospitals For Years 1999-2008

Includes over 50 features representing patient and hospital outcomes

@kaggle.sulphatet_diabetes_130us_hospitals_for_years_19992008

Loading...
Loading...

About this Dataset

Diabetes 130-US Hospitals For Years 1999-2008

This data has been prepared to analyze factors related to readmission as well as other outcomes pertaining to patients with diabetes.

Citation

Beata Strack, Jonathan P. DeShazo, Chris Gennings, Juan L. Olmo, Sebastian Ventura, Krzysztof J. Cios, and John N. Clore, “Impact of HbA1c Measurement on Hospital Readmission Rates: Analysis of 70,000 Clinical Database Patient Records,” BioMed Research International, vol. 2014, Article ID 781670, 11 pages, 2014.

Data Set Information:

The dataset represents 10 years (1999-2008) of clinical care at 130 US hospitals and integrated delivery networks. It includes over 50 features representing patient and hospital outcomes. Information was extracted from the database for encounters that satisfied the following criteria.
(1) It is an inpatient encounter (a hospital admission).
(2) It is a diabetic encounter, that is, one during which any kind of diabetes was entered to the system as a diagnosis.
(3) The length of stay was at least 1 day and at most 14 days.
(4) Laboratory tests were performed during the encounter.
(5) Medications were administered during the encounter.
The data contains such attributes as patient number, race, gender, age, admission type, time in hospital, medical specialty of admitting physician, number of lab test performed, HbA1c test result, diagnosis, number of medication, diabetic medications, number of outpatient, inpatient, and emergency visits in the year before the hospitalization, etc.

Suggestions

-> The dataset is perfect for data-cleaning and visualization tasks.

Tables

Diabetic Data

@kaggle.sulphatet_diabetes_130us_hospitals_for_years_19992008.diabetic_data
  • 2.67 MB
  • 101766 rows
  • 50 columns
Loading...

CREATE TABLE diabetic_data (
  "encounter_id" BIGINT,
  "patient_nbr" BIGINT,
  "race" VARCHAR,
  "gender" VARCHAR,
  "age" VARCHAR,
  "weight" VARCHAR,
  "admission_type_id" BIGINT,
  "discharge_disposition_id" BIGINT,
  "admission_source_id" BIGINT,
  "time_in_hospital" BIGINT,
  "payer_code" VARCHAR,
  "medical_specialty" VARCHAR,
  "num_lab_procedures" BIGINT,
  "num_procedures" BIGINT,
  "num_medications" BIGINT,
  "number_outpatient" BIGINT,
  "number_emergency" BIGINT,
  "number_inpatient" BIGINT,
  "diag_1" VARCHAR,
  "diag_2" VARCHAR,
  "diag_3" VARCHAR,
  "number_diagnoses" BIGINT,
  "max_glu_serum" VARCHAR,
  "a1cresult" VARCHAR,
  "metformin" VARCHAR,
  "repaglinide" VARCHAR,
  "nateglinide" VARCHAR,
  "chlorpropamide" VARCHAR,
  "glimepiride" VARCHAR,
  "acetohexamide" VARCHAR,
  "glipizide" VARCHAR,
  "glyburide" VARCHAR,
  "tolbutamide" VARCHAR,
  "pioglitazone" VARCHAR,
  "rosiglitazone" VARCHAR,
  "acarbose" VARCHAR,
  "miglitol" VARCHAR,
  "troglitazone" VARCHAR,
  "tolazamide" VARCHAR,
  "examide" VARCHAR,
  "citoglipton" VARCHAR,
  "insulin" VARCHAR,
  "glyburide_metformin" VARCHAR,
  "glipizide_metformin" VARCHAR,
  "glimepiride_pioglitazone" VARCHAR,
  "metformin_rosiglitazone" VARCHAR,
  "metformin_pioglitazone" VARCHAR,
  "change" VARCHAR,
  "diabetesmed" VARCHAR,
  "readmitted" VARCHAR
);

Ids Mapping

@kaggle.sulphatet_diabetes_130us_hospitals_for_years_19992008.ids_mapping
  • 3.67 KB
  • 67 rows
  • 2 columns
Loading...

CREATE TABLE ids_mapping (
  "admission_type_id" VARCHAR,
  "description" VARCHAR
);

Share link

Anyone who has the link will be able to view this.