Glossary

Synthetic patient data

Artificial health records that resemble real patients without being any of them — what synthetic patient data is, where it genuinely helps, and why "synthetic" and "private" are not the same claim. As of July 2026.

By Jonas WeirReviewed by Jonas Weir · editorial reviewUpdated

The short version

  • Synthetic patient data is artificially generated health records that statistically resemble real patients without corresponding to any actual person.
  • It helps most where access to real records is blocked: sharing, prototyping, and augmenting scarce or underrepresented cases — Synthea alone has released a million open records.
  • Done carefully, its measured re-identification risk can sit well below common thresholds, but that is a property of the method, not of the word 'synthetic'.
  • The strongest counter-evidence shows synthetic data is not automatically private: it can either leak or lose utility, so it needs the same scrutiny as any other release.

Synthetic patient data is artificially generated health records that statistically resemble real patients without corresponding to any actual person. Produced by simulation or by generative models trained on real records, it lets teams develop, test, and share clinical AI when access to genuine records is restricted by privacy law. As of July 2026.

Why it matters in healthcare

Real health records are among the hardest data to move. Privacy law, consent, and institutional caution mean that a promising model at one hospital often cannot be tested at another. Synthetic data offers a way around the bottleneck. As one review puts it, "in lieu of revealing actual patient data, synthetic datasets that accurately capture the original distribution of the data would substantially lessen patient-privacy concerns and could be freely shared" 1. The same work notes a second use: emulating "the phenotypes of underrepresented conditions and individuals" so models "can make better medical decisions in a wider range of real-world environments" 1 — a lever on the representation gaps that plague clinical AI.

How it works

There are two broad routes. The first is simulation: encode clinical knowledge and disease progression as rules, then generate patients from them. The open-source Synthea tool works this way, and "one million synthetic patient records are now freely available online, encoded in standard formats" such as HL7 FHIR, and "free of legal, privacy, security, and intellectual property restrictions" 2. The second route is generative modelling: train a model on real records and sample new ones from the learned distribution. Simulation gives transparency and no link to real people; generative methods can capture messier, higher-fidelity structure, at the cost of a tighter dependence on the real data they learned from.

Where it appears today

Synthetic data now informs government policy, supports software testing, and augments datasets for predictive analytics 4. Its privacy standing, when the method is sound, can be quantified: evaluating fully synthetic health data, one study found "the meaningful identity disclosure risk for both of these synthesized samples was below the commonly used 0.09 risk threshold (0.0198 and 0.0086, respectively)" 3 — several times lower than the original data. That is the encouraging case, and it comes with a measurement attached rather than an assumption.

Common misunderstandings

Synthetic means private by definition. It does not. In a systematic security evaluation, "synthetic data either does not prevent inference attacks or does not retain data utility," and across a range of generators "synthetic data does not provide a better tradeoff between privacy and utility than traditional anonymisation techniques" 5. Privacy is earned through generation and testing, and has to be demonstrated for each release.

Any realistic record is a safe record. Fidelity and privacy pull against each other. A dataset detailed enough to be useful can memorise and re-expose real individuals, which is why a disclosure-risk assessment — like the one that yielded the sub-threshold figures above 3 — belongs before publication.

Synthetic data erases bias. It inherits it. Reviewers flag "data quality and data bias in synthetic data, which can limit applicability across different applications in the clinical context," alongside "risk of re-identification" 4. A generator trained on skewed data produces skewed patients.

Related terms

Synthetic data is one answer to the privacy problem that de-identification and anonymisation address differently, and it is often compared with federated learning, which moves the model to the data instead of sharing data at all. High-fidelity generation increasingly draws on a foundation model. For the wider evidence base, see our AI in healthcare statistics.

Questions & answers

  • What is synthetic patient data?

    Synthetic patient data is artificially generated health records that statistically resemble real patients but do not correspond to any actual individual. It is produced either by simulating patients from clinical rules or by training generative models on real records, and it is used to develop and share clinical AI when access to real data is restricted.

  • Is synthetic patient data automatically anonymous?

    No. Whether synthetic data protects privacy depends on how it was generated and evaluated. Well-made synthetic datasets can show very low measured re-identification risk, but security research has demonstrated that synthetic data can also leak information about real people, so it still needs a disclosure-risk assessment before release.

  • What is synthetic patient data used for?

    Common uses include sharing realistic data without exposing real records, prototyping and testing software, teaching, benchmarking, and augmenting training sets with rare or underrepresented cases so models perform more evenly. It is best seen as a complement to real-world data rather than a replacement for it.

Sources

  1. Chen RJ, Lu MY, Chen TY, Williamson DFK, Mahmood F. Synthetic data in machine learning for medicine and healthcare. Nat Biomed Eng. 2021;5(6):493-497. doi.org/10.1038/s41551-021-00751-8
  2. Walonoski J, Kramer M, Nichols J, et al. Synthea: An approach, method, and software mechanism for generating synthetic patients and the synthetic electronic health care record. J Am Med Inform Assoc. 2018;25(3):230-238. doi.org/10.1093/jamia/ocx079
  3. El Emam K, Mosquera L, Bass J. Evaluating Identity Disclosure Risk in Fully Synthetic Health Data: Model Development and Validation. J Med Internet Res. 2020;22(11):e23139. doi.org/10.2196/23139
  4. Giuffrè M, Shung DL. Harnessing the power of synthetic data in healthcare: innovation, application, and privacy. NPJ Digit Med. 2023;6(1):186. doi.org/10.1038/s41746-023-00927-3
  5. Stadler T, Oprisanu B, Troncoso C. Synthetic Data – Anonymisation Groundhog Day. Proceedings of the 31st USENIX Security Symposium. 2022:1451-1468. www.usenix.org/conference/usenixsecurity22/presentation/stadler