Synthetic Cardiology 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

Cardiology Outcomes

Variable schema and example preview from the blueprint definition.

Variable Schema

Column NameTypeDescription
patient_idstringUnique synthetic patient identifier
agenumberSynthetic patient age
sexstringSynthetic patient sex
bminumberBody mass index
baseline_hba1cnumberBaseline HbA1c level
baseline_ldlnumberBaseline LDL cholesterol
baseline_sbpnumberBaseline systolic blood pressure

Data Preview

First 9 rows (preview only)

patient_idagesexbmibaseline_hba1cbaseline_ldlbaseline_sbp
P00000168Female28.28.1142138
P00000262Male31.57.8156145
P00000371Female26.88.4128132
P00000459Male29.17.5168142
P00000565Female27.48.2135136
P00000655Male30.27.9148140
P00000773Female25.68122128
P00000861Male32.18.6172150
P00000967Female28.97.7138134

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

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="cardiology_outcomes",
    rows=5000
)

df.to_csv("cardiology_outcomes.csv")

Use Cases

  • Cardiovascular risk and biomarker modeling
  • Hypertension and lipid management studies
  • Outcomes research and trial simulation

Privacy-Safe Synthetic Dataset

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

Purchase Dataset

Research Dataset — $99

Secure checkout via Stripe.

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

Unlock the Syntherx Platform

Generate custom datasets tailored to your research and AI needs.

Generate custom datasets
← Back to all datasets