Synthetic Hospital Datasets

This page demonstrates the structure of synthetic datasets available in this category, including variable schema, preview data, and reproducibility using the Syntherx SDK.

Example Dataset

Example Hospital Readmission Schema

Schema and example preview for datasets in this category, fetched from the blueprint API.

Variable Schema

Loading schema...

Data Preview

First 9 rows (preview only)

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_readmissions.csv")

Use Cases

  • Hospital operations analytics
  • Readmission prediction modeling
  • Healthcare systems research

Privacy-Safe Synthetic Dataset

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

No datasets in this category yet. Browse all datasets

Unlock the Syntherx Platform

Generate custom datasets tailored to your research and AI needs.

Generate custom datasets