FHIR test data

FHIR Encounter resource generator

Create synthetic inpatient-style Encounter resources for testing, demos, QA scripts, and documentation. The generator opens the main tool with FHIR Encounter selected.

Synthetic data only. These examples are fictional. Do not enter real patient data, identifiers, or confidential production values.

What it creates

FHIR JSON resource

This focused page is mainly for search/discovery. The actual generator remains the shared one-page tool.

  • resourceType set to Encounter
  • meta.tag marks the resource as synthetic
  • status and class values for an inpatient-style encounter
  • subject reference to a synthetic Patient
  • period with synthetic start/end timestamps
  • serviceProvider display using a synthetic facility

Common uses

Useful for interface testing and documentation