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.
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)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.
11 resources per instance, 110 total across 10 instances.
| FHIR resource type | Role in this scenario |
|---|---|
Patient | Healthy volunteer enrolled in the trial |
Organization | Sponsor or site managing the study |
Encounter | Visit context for enrollment or study activities |
ResearchStudy | Protocol summary and status for the vitamin D trial |
ResearchSubject | Linkage of the participant to the study |
ResearchDefinition | High-level definition of the research question or comparison |
ResearchElementDefinition | Structured elements that populate the research definitions |
Evidence | Synthesized finding that supplementation is beneficial in the test narrative |
EvidenceVariable | Variables contributing to the evidence synthesis |
FHIR resources per instance | 11 |
Total resources (10 instances) | 110 |
Distinct resource types | 9 |
Scenario identifier | `Scenarios.research_study` |
Get started with Zato and connect your systems in minutes.