Sample Healthcare Dataset Generator

Anonymized fake patient records for health-tech demos

Ad placeholder (leaderboard)

This generator produces realistic-looking but entirely fake patient records so you can build and demo health-tech dashboards, EHR prototypes, and analytics tools without touching real protected health information. Everything is created locally in your browser.

How it works

Each record is assembled from fixed sample pools using a simple uniform random pick per field:

  • A patient ID like P-00042 from a running counter.
  • A name combined from first-name and surname pools.
  • An age (1–95) and sex, then plausible vitals: systolic/diastolic blood pressure and heart rate drawn from normal physiological ranges.
  • A primary diagnosis chosen from a list of common conditions, each paired with its real ICD-10 code so the data passes a glance test.
  • A last-visit date randomly placed within the past two years.

The output is serialized to either CSV (with a header row) or pretty-printed JSON.

Tips and notes

Use a few hundred rows for dashboard layout work and a few thousand to stress pagination and charting. Because the diagnosis codes are real ICD-10 entries, the dataset is good for demoing code-lookup or grouping features. Save the output if you need a stable dataset — each generation is independently random.

Ad placeholder (rectangle)