Schedule a demo
Healthcare/Test data
FHIR R4

Test data for healthcare integrations

Deterministic, validated FHIR R4 test data for integration testing, demo environments, and development workflows. All data is generated, not copied from real patients.

30scenarios
300instances
3520+resources
test_data.py
from zato_fhir.test.r4.v1 import Scenarios, TestData

for visit in Scenarios.wellness_visit:
    for name in visit.patient.name:
        print(name.text)
    for obs in visit.observations:
        for coding in obs.code.coding:
            print(coding.display)

for patient in TestData.Patient:
    for name in patient.name:
        print(name.text)

What the test data covers

Scenarios span five domains, each telling self-contained clinical or administrative stories.

11 Clinical 5 Care coordination 3 Financial 2 Research and evidence 9 Conformance and infrastructure

Learn by building

Step-by-step guides for working with HL7 v2 in Zato.

Ready to build integrations?

Get started with Zato and connect your systems in minutes.

Open source In Python