What this tool does
The Fake Medical Record Generator creates fully fictional patient record summaries so you can build and test electronic health record (EHR) screens, patient portals, and clinical dashboards without ever handling real protected health information. Each record includes a patient identifier, demographics, ICD-10 diagnoses, a medication list, vitals, and a recent visit date.
How it works
Each record is assembled from independent random draws. A medical record number (MRN) is generated with a numeric suffix, and demographics (name, age, sex) are chosen at random. One to three diagnoses are pulled from a curated table of real, correctly formatted ICD-10 codes and their descriptions, while one to four medications are paired with plausible doses. Vitals are sampled from realistic ranges — systolic/diastolic blood pressure, heart rate, temperature, and BMI — purely so layouts and validators have sensible values. A visit date within the last two years is emitted in ISO 8601 format.
Everything runs locally in your browser; no data is transmitted anywhere.
Tips and notes
- Use JSON output to seed a development EHR database or build Jest fixtures.
- The ICD-10 codes are real and correctly formatted, but combinations are random and not clinical advice.
- Always label generated records as synthetic in any demo.
- This data is for software development and testing only — never use it in patient care.