Synthetic Health Data Generation API

Service Status

Core API Service
Checking...
Data Generation API
Dependent
FHIR Format API
Dependent

API Endpoints

Bulk Data Generation GET Auth Required

Generate configurable synthetic health datasets with demographic and clinical parameters.

  • Endpoint: /generate
  • Core Parameters:
    • count (required, integer): Number of patients to generate
    • format (optional, default: fhir): Output format
    • seed (optional, integer): Seed for reproducible generation
  • Demographic Filters:
    • age_min, age_max (optional): Age range constraints
    • kennitala (optional): Specific Icelandic ID (overrides other params)
  • Clinical Filters:
    • condition (optional): Required ICD-10 codes (comma-separated)
  • Example: /generate?count=5&age_min=40&age_max=50&condition=I10

FHIR Standard Endpoints Auth Required

Access synthetic data through standard FHIR R4 endpoints for seamless integration.

Supported ICD-10 Codes

The following ICD-10 codes are currently available for synthetic data generation:

M54.5
J06.9
E11.9
I10
F41.9
K21.9
R07.9
L03.90
N39.0
R51
R50.9
R42
E78.5
F33.1
J45.909
L40.0
G43.909
N18.9
Z00.00
M25.561
E74.39
Q87.1
D84.8
A81.09
G31.89
M31.1
R53.82
P07.39
Z13.5
D03.59

Recent Updates

May 2025

  • Added deterministic data generation with seed parameter
  • Improved API response times by 40%
  • Enhanced FHIR R4 compliance validation

April 2025

  • Launched comprehensive API status monitoring
  • Released bulk data generation endpoint with filtering
  • Implemented FHIR R4 standard endpoints
  • Added support for 30+ ICD-10 condition codes