Synthetic Healthcare Admissions Dataset
synthetic-healthcare-admissions
@kaggle.yashdev01_synthetic_healthcare_admissions
synthetic-healthcare-admissions
@kaggle.yashdev01_synthetic_healthcare_admissions
The Synthetic Healthcare Admissions dataset is a synthetically generated healthcare dataset that mimics patient hospital admission records. It is designed to provide researchers, data scientists, and machine learning practitioners with realistic healthcare data while preserving patient privacy and avoiding exposure of sensitive information.
Real healthcare data is heavily restricted due to HIPAA and GDPR compliance. This dataset provides a privacy-safe alternative, allowing open research while maintaining the structure and statistical properties of real hospital admissions data.
CREATE TABLE train (
"age" BIGINT,
"gender" DOUBLE,
"blood_type" DOUBLE,
"medical_condition" DOUBLE,
"billing_amount" DOUBLE,
"admission_type" DOUBLE,
"medication" DOUBLE,
"test_results" DOUBLE
);
Anyone who has the link will be able to view this.