Stream: implementers
Topic: Illustrative/test examples?
Joe Kesselman (Jan 29 2020 at 14:42):
For those of us just starting to look at FHIR, it'd be Really Nice to have some realistic synthetic or anonymized record sets to play with. Do such exist?
Paul Church (Jan 29 2020 at 15:10):
Synthea is the most well-known generator for synthetic data: https://synthea.mitre.org/
They have an STU3 dataset publicly available but the generator code on github supports DSTU2, STU3, and R4: https://github.com/synthetichealth/synthea
Newt (Feb 04 2021 at 07:01):
Are you after a way to generate data into your own system, or just an existing FHIR server with a lot of data in it? If it's the latter, the HAPI test server has quite a lot of data in it:
http://hapi.fhir.org/resource?serverId=home_r4&pretty=true&_summary=&resource=Patient
Last updated: Apr 12 2022 at 19:14 UTC