synthea

JSON twin: https://www.healthaidb.com/software/synthea.json

Company Name

MITRE

Product URL

https://synthea.mitre.org/

Company URL

https://www.mitre.org/

Categories

Summary

Open-source synthetic patient population simulator that generates realistic, longitudinal electronic health records for testing, research, education, and development.

Description

Synthea simulates lifespans of synthetic patients using modular clinical and demographic models to produce realistic EHR data and associated records. It exports multiple standard formats (FHIR, CSV, OMOP, C-CDA, claims, DICOM slices) and is used for software testing, analytics development, education, and synthetic-data research without privacy risk. The project is hosted by the Synthea community (MITRE/opensource repository) and is distributed under an open-source license.

Api Available

no

Certifications

Company Founding

1958

Company Offices

Compliance

Customers

Data Residency

Data Standards

Deployment Model

Features

Id

P1611

Integration Partners

Integrations

Languages Supported

Last Updated

2025-09-07

License

Apache-2.0

Links

Market Segment

Optional Modules

Os Platforms

Pricing Details

Open-source, freely downloadable and usable. No licensing fees; source code and example datasets on GitHub and project site.

Pricing Model

free

Privacy Features

Ratings

Regions Available

Release Year

Security Features

Specialties

Support Channels

System Requirements

Java JDK 11+ (LTS recommended, e.g., 11 or 17); typical x86/x64 OS; Gradle build for development

Target Users

Training Options

Type

product

User Reviews

Version

1.0

Canonical JSON

{
  "company_name": "MITRE",
  "company_url": "https://www.mitre.org/",
  "company_offices": [
    "United States"
  ],
  "company_founding": "1958",
  "product_url": "https://synthea.mitre.org/",
  "categories": [
    "clinical",
    "research",
    "synthetic data",
    "interoperability",
    "data generation"
  ],
  "market_segment": [
    "research",
    "enterprise",
    "public-sector",
    "education",
    "developer"
  ],
  "links": [
    "https://synthea.mitre.org/",
    "https://github.com/synthetichealth/synthea",
    "https://synthetichealth.github.io/synthea/",
    "https://synthea.mitre.org/downloads",
    "https://ecqi.healthit.gov/tool/synthea%E2%84%A2",
    "https://pmc.ncbi.nlm.nih.gov/articles/PMC7651916/",
    "https://www.healthit.gov/sites/default/files/page/2022-03/20220314_Synthetic%20Data%20Final%20Report_508.pdf",
    "https://registry.opendata.aws/synthea-omop/",
    "https://aspe.hhs.gov/synthetic-health-data-generation-engine-accelerate-patient-centered-outcomes-research"
  ],
  "summary": "Open-source synthetic patient population simulator that generates realistic, longitudinal electronic health records for testing, research, education, and development.",
  "description": "Synthea simulates lifespans of synthetic patients using modular clinical and demographic models to produce realistic EHR data and associated records. It exports multiple standard formats (FHIR, CSV, OMOP, C-CDA, claims, DICOM slices) and is used for software testing, analytics development, education, and synthetic-data research without privacy risk. The project is hosted by the Synthea community (MITRE/opensource repository) and is distributed under an open-source license.",
  "target_users": [
    "healthcare researchers",
    "data scientists",
    "software developers",
    "EHR/health IT vendors",
    "quality/analytics teams",
    "educators/trainers",
    "regulatory analysts",
    "public health researchers"
  ],
  "specialties": [
    "primary care",
    "public health",
    "chronic disease (diabetes, hypertension)",
    "cardiology",
    "oncology",
    "pediatrics",
    "mental health",
    "infectious disease"
  ],
  "regions_available": [
    "Global"
  ],
  "languages_supported": [
    "English"
  ],
  "pricing_model": "free",
  "pricing_details": "Open-source, freely downloadable and usable. No licensing fees; source code and example datasets on GitHub and project site.",
  "license": "Apache-2.0",
  "deployment_model": [
    "on_prem",
    "self_hosted",
    "CLI/tool"
  ],
  "os_platforms": [
    "Windows",
    "macOS",
    "Linux"
  ],
  "features": [
    "Synthetic patient population simulation (birth-to-death lifecycle)",
    "Generic Module Framework for disease/condition modeling",
    "Configurable demographics and locale (state/city) seeding",
    "Exports clinical records: HL7 FHIR (R4, STU3, DSTU2)",
    "Exports C-CDA, CSV, CPCDS and Bulk FHIR (ndjson)",
    "Medications, allergies, encounters, observations, labs, procedures, careplans",
    "Graphviz rendering of modules and rules",
    "Command-line execution with population/seed options",
    "Custom Java rule module support",
    "Configurable properties via synthea.properties"
  ],
  "optional_modules": [
    "Graphviz visualization/export",
    "Bulk FHIR (ndjson) exporter",
    "C-CDA exporter",
    "CSV exporter",
    "CPCDS exporter",
    "Custom module/plugin integration (Java modules)"
  ],
  "integrations": [
    "SyntheticMass (example public API built on Synthea data)"
  ],
  "data_standards": [
    "FHIR (R4, STU3, DSTU2)",
    "C-CDA",
    "Bulk FHIR (ndjson)",
    "CSV",
    "CPCDS",
    "SNOMED CT",
    "ICD-9/ICD-10",
    "LOINC"
  ],
  "api_available": "no",
  "system_requirements": "Java JDK 11+ (LTS recommended, e.g., 11 or 17); typical x86/x64 OS; Gradle build for development",
  "compliance": [],
  "certifications": [],
  "security_features": [],
  "privacy_features": [
    "Generates synthetic (non‑real) patient data (de-identified by design)"
  ],
  "data_residency": "",
  "customers": [
    "The MITRE Corporation",
    "Veterans Affairs (VA)",
    "Centers for Medicare & Medicaid Services (CMS)",
    "OHDSI (observational health community)",
    "Academic research groups and universities"
  ],
  "user_reviews": [
    "Synthea is a very good FHIR synthetic data generator that might be able to do what you need",
    "The easiest way is to just make a synthetic population: use Synthea",
    "We use Synthea for testing — generates realistic EHR-like records and exports FHIR/CSV/CCDA"
  ],
  "ratings": [],
  "support_channels": [
    "email (synthea-list@groups.mitre.org)",
    "GitHub discussions",
    "open-source issue tracker/community"
  ],
  "training_options": [
    "documentation (GitHub wiki)",
    "community support (discussions)",
    "code examples/sample data downloads"
  ],
  "release_year": "",
  "integration_partners": [
    "HL7 FHIR (export format)",
    "C-CDA (export format)",
    "HAPI FHIR (commonly used with Synthea)",
    "OHDSI community/SyntheticMass (applications using Synthea data)"
  ],
  "id": "P1611",
  "slug": "synthea",
  "type": "product",
  "version": "1.0",
  "last_updated": "2025-09-07",
  "links_json": {
    "self": "https://www.healthaidb.com/software/synthea.json"
  }
}