Hospital Readmission

Synthetic patient-level rows with fields: patient_id, age, sex, admission_diagnosis, discharge_disposition, readmission_30d.

This resource represents a fully synthetic cohort patterned after hospital scenarios: there are no real patients or protected health information, only statistically plausible records for method development and reproducible benchmarks.

Rows include variables such as patient_id, age, sex, admission_diagnosis, discharge_disposition, readmission_30d. You can inspect the full schema and representative preview below before downloading or generating a fresh cohort with the Syntherx SDK.

Teams use datasets like this for AI and statistical modeling, digital twin and pathway simulation, curriculum and sandbox environments, and cross-institutional collaborations where sharing real data is impractical.

Research Dataset — $99

Secure checkout via Stripe.

Includes CSV, JSON, and Parquet — ready for ML pipelines

Variable Schema

Column NameTypeDescription
patient_idstringUnique synthetic patient identifier
agenumberSynthetic patient age
sexstringSynthetic patient sex
admission_diagnosisstringPrimary admission diagnosis
discharge_dispositionstringDischarge disposition
readmission_30dnumber1 if readmitted within 30 days

Data Preview

First 9 rows (preview only)

Includes CSV, JSON, and Parquet — ready for ML pipelines

patient_idagesexadmission_diagnosisdischarge_dispositionreadmission_30d
P00000172FemaleHeart FailureHome1
P00000265MalePneumoniaRehab Facility0
P00000358FemaleDiabetes ComplicationsHome0
P00000477MaleStrokeSkilled Nursing Facility1
P00000569FemaleCOPDHome Health Care0
P00000661MaleKidney FailureDialysis Center1
P00000755FemaleHypertensionHome0
P00000873MaleSepsisICU Step-down1
P00000964FemaleArrhythmiaHome0

Reproduce This Dataset

Recreate this dataset in Python (Jupyter, Kaggle, or Google Colab) using the Syntherx SDK.

# Install Syntherx SDK
pip install syntherx

from syntherx import generate_dataset

df = generate_dataset(
    blueprint="hospital_readmission",
    rows=5000
)

df.to_csv("hospital_readmission.csv")

Use Cases

  • Build and validate AI/ML pipelines for Hospital scenarios without using real patient data.
  • Train and evaluate models on structured fields such as patient_id, age, sex, admission_diagnosis.
  • Run simulations, power analyses, and exploratory analytics in a privacy-safe sandbox.
  • Prototype dashboards, ETL flows, and feature stores before touching production systems.

Dataset Characteristics

  • Fully synthetic — no PHI; suitable for sharing, teaching, and external collaboration.
  • Schema includes 6 variables: patient_id, age, sex, admission_diagnosis, discharge_disposition, readmission_30d
  • Delivered in researcher-friendly formats (CSV, JSON, Parquet) for downstream tooling.
  • Generated with the Syntherx simulation engine for reproducible cohort-scale draws.

Privacy-Safe Synthetic Dataset

  • Contains no real patient data
  • Generated using statistical simulation
  • Designed for machine learning research

Related Datasets

Explore adjacent synthetic cohorts in the same domain or browse nearby clinical themes.

Unlock the Syntherx Platform

Generate custom datasets tailored to your research and AI needs.

Generate Custom Datasets