Synthetic Health Data Generation API
Generate configurable synthetic health datasets with demographic and clinical parameters.
/generate
count
(required, integer): Number of patients to generateformat
(optional, default: fhir): Output formatseed
(optional, integer): Seed for reproducible generationage_min
, age_max
(optional): Age range constraintskennitala
(optional): Specific Icelandic ID (overrides other params)condition
(optional): Required ICD-10 codes (comma-separated)/generate?count=5&age_min=40&age_max=50&condition=I10
Access synthetic data through standard FHIR R4 endpoints for seamless integration.
/fhir/metadata
/fhir/Patient?_count=3
/fhir/Condition?code=M54.5&_count=3
The following ICD-10 codes are currently available for synthetic data generation:
seed
parameter