Schedule a demo
Research and evidence

Research study

This scenario portrays a healthy adult volunteer who enrolls in a well-designed vitamin D supplementation study conducted under a sponsoring research organization. Screening and baseline documentation support a standard preventive wellness narrative, and participation proceeds smoothly without adverse events in the synthetic dataset. The focus remains on structured research metadata and evidence artifacts rather than individual harm.

11resources / instance
9FHIR types
10instances
research_study.py
from zato_fhir.test.r4.v1 import Scenarios, TestData

for trial in Scenarios.research_study:
    patient = trial.patient
    for name in patient.name:
        print(name.text)

    organization = trial.organization
    print(organization.name)

    for encounter in trial.encounters:
        print(encounter.status)

    study = trial.research_study
    print(study.status)

    subject = trial.research_subject
    print(subject.status)

    definition = trial.research_definition
    print(definition.topic)

    element = trial.research_element_definition
    print(element.status)

    evidence = trial.evidence
    print(evidence.status)

    variable = trial.evidence_variable
    print(variable.status)

About this scenario

This scenario portrays a healthy adult volunteer who enrolls in a well-designed vitamin D supplementation study conducted under a sponsoring research organization. Screening and baseline documentation support a standard preventive wellness narrative, and participation proceeds smoothly without adverse events in the synthetic dataset. The focus remains on structured research metadata and evidence artifacts rather than individual harm.

Encounters and organizational context situate the study within a realistic care and research environment. Research study and subject resources capture protocol identity and enrollment, while definition-level resources describe what is being measured or compared. Evidence and evidence variable resources summarize findings in a positive direction, supporting dashboards and literature-linked workflows in test harnesses.

FHIR resources in this scenario

11 resources per instance, 110 total across 10 instances.

FHIR resource typeRole in this scenario
PatientHealthy volunteer enrolled in the trial
OrganizationSponsor or site managing the study
EncounterVisit context for enrollment or study activities
ResearchStudyProtocol summary and status for the vitamin D trial
ResearchSubjectLinkage of the participant to the study
ResearchDefinitionHigh-level definition of the research question or comparison
ResearchElementDefinitionStructured elements that populate the research definitions
EvidenceSynthesized finding that supplementation is beneficial in the test narrative
EvidenceVariableVariables contributing to the evidence synthesis
FHIR resources per instance11
Total resources (10 instances)110
Distinct resource types9
Scenario identifier`Scenarios.research_study`

At a glance

11
FHIR resources per instance
110
Total resources (10 instances)
9
Distinct resource types
Scenarios.research_study
Scenario identifier

Ready to build integrations?

Get started with Zato and connect your systems in minutes.

Open source In Python