Native cohorts
Deterministic generation for patients, clinical facts, demographics, and upstream provider records.
Generate synthetic patients across simulated upstream HIE/provider feeds, including mismatched identifiers, partial availability, stale addresses, and FHIR exports.
{ "scenario": "mpi-hard-matches" }
{ "duplicateRate": 0.15 }
{ "export": "FHIR R4 NDJSON" }
Patient identities, source records, clinical resources, and exports move as a visible system instead of a black-box fixture dump.
Deterministic generation for patients, clinical facts, demographics, and upstream provider records.
Control duplicate rates, address drift, missing phones, upstream availability, and provenance.
Export Bundle and Bulk-style NDJSON artifacts for downstream integration tests. Saved exports expire after 30 days to keep accounts lean.
Start with the patient population your product needs to prove, then keep every cohort repeatable enough for demos, regression tests, and implementation handoffs.
Pick geography, demographics, source systems, conditions, prevalence, and identity-variance controls.
Use deterministic seeds so the same scenario can be rerun by sales engineering, QA, and product teams.
Review patient summaries, source records, quality signals, FHIR Bundles, and NDJSON artifacts before handoff.
Track API keys, credits, coupon-backed usage, retained cohorts, and 30-day artifact windows from the console.
The app is designed for paid API access: tenants, API keys, patient quotas, usage ledgers, credit top-ups, and secure email authentication.
Use the console when you want to design visually, or use the API when your test suites, demo environments, and migration tooling need synthetic cohorts on demand.
POST /workspace/tenants/{tenantID}/cohort-jobs
Authorization: Account session
X-API-Key: ms_live...
{
"name": "diabetes-ckd-ed",
"population": 500,
"hie": { "sourceSystems": ["north-hie", "county-clinic", "claims-feed"] }
}