For the complete documentation index, see llms.txt. This page is also available as Markdown.

SyntheticRI 2026: Synthetic Healthcare Records for Rhode Island

Overview

The SyntheticRI 2026 datasets consist of patient-centric synthetic health records representing the population of Rhode Island. The data was generated using Synthea™, an open-source simulation framework that models the clinical journey of synthetic patients from birth to death. The primary objective of these datasets is to provide a realistic environment for healthcare research, software development, and clinical informatics training.

These datasets contains no real-world patient data. Because all individuals and clinical events are computationally generated from the ground up, the records are entirely free of personally identifiable information (PII). This allows for unrestricted sharing and analysis in compliance with HIPAA and GDPR standards.

To use these datasets for educational or reseach purposes, please contact bcbi@brown.edu

Methodology and Generation

The patient population and their respective health trajectories were simulated using the Synthea™ generator (Walonoski et al., 2018). The simulation utilizes a modular, logic-based approach where clinical outcomes are driven by transition-based state machines.

Demographics: Patient demographics, including age, gender, race, and socio-economic status, are statistically aligned with the United States Census Bureau data for the state of Rhode Island to ensure regional representativeness.

Clinical Logic: Disease progression, treatment pathways, and clinical encounters are dictated by over 80 validated clinical modules. These modules are developed based on peer-reviewed clinical guidelines and public health statistics from sources such as the CDC, NIH, and various specialty medical associations.

The commands used to generate these datasets, including the specific seed, are as follows:

./run_synthea -s 20260508 -p 1000 "Rhode Island"
./run_synthea -s 20260508 -p 300000 "Rhode Island"

Standardized Healthcare Vocabularies

SyntheticRI records include codes from the following vocabularies:

  • Conditions and Diagnoses: SNOMED-CT (Systematized Nomenclature of Medicine – Clinical Terms)

  • Observations and Vitals: LOINC (Logical Observation Identifiers Names and Codes)

  • Medications: RxNorm

  • Vaccines: CVX (Clinical Vaccine) codes

Resources

Articles

Last updated