Clinical Trial Outcomes

Synthetic patient-level rows with fields: patient_id, age, sex, trial_arm, baseline_value, endpoint_value, ….

This resource represents a fully synthetic cohort patterned after healthcare 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, trial_arm, baseline_value, endpoint_value, change_from_baseline, responder. 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
trial_armstringTreatment or control group assignment
baseline_valuenumberBaseline measurement
endpoint_valuenumberOutcome measurement at endpoint
change_from_baselinenumberDifference between endpoint and baseline
respondernumberBinary outcome (1 = responder, 0 = non-responder)

Data Preview

First 9 rows (preview only)

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

patient_idagesextrial_armbaseline_valueendpoint_valuechange_from_baselineresponder
P00000166Femaletreatment8.57.1-1.41
P00000259Malecontrol8.98.2-0.70
P00000371Femaletreatment9.17.4-1.71
P00000463Malecontrol8.78-0.70
P00000554Femaletreatment8.36.9-1.41
P00000668Malecontrol98.4-0.60
P00000760Femaletreatment8.67-1.61
P00000865Malecontrol8.88.1-0.70
P00000957Femaletreatment8.46.8-1.61

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

df.to_csv("clinical_trial_outcomes.csv")

Use Cases

  • Build and validate AI/ML pipelines for Healthcare scenarios without using real patient data.
  • Train and evaluate models on structured fields such as patient_id, age, sex, trial_arm.
  • 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 8 variables: patient_id, age, sex, trial_arm, baseline_value, endpoint_value, change_from_baseline, responder
  • 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