This scenario packages two evidence synthesis resources that summarize published literature in a preventive-health framing. The effect evidence synthesis reports that vitamin D supplementation is associated with a favorable increase in serum 25-hydroxyvitamin D on average, summarized as a gain of about 20 ng/mL with a 95 percent confidence interval from 15 to 25 ng/mL. The risk evidence synthesis complements this by quantifying the probability of deficiency in comparable populations without supplementation, here expressed as a 75 percent risk level for illustration in synthetic data.
from zato_fhir.test.r4.v1 import Scenarios, TestData
for instance in Scenarios.effect_evidence:
ees = instance.effect_evidence_synthesis
print(ees.status)
res = instance.risk_evidence_synthesis
print(res.status)This scenario packages two evidence synthesis resources that summarize published literature in a preventive-health framing. The effect evidence synthesis reports that vitamin D supplementation is associated with a favorable increase in serum 25-hydroxyvitamin D on average, summarized as a gain of about 20 ng/mL with a 95 percent confidence interval from 15 to 25 ng/mL. The risk evidence synthesis complements this by quantifying the probability of deficiency in comparable populations without supplementation, here expressed as a 75 percent risk level for illustration in synthetic data.
Together these artifacts support testing of clinical knowledge services, guideline engines, and analytics that consume FHIR evidence resources. There is no patient record; the content is purely population-level synthesis suitable for dashboards and decision-support background knowledge.
2 resources per instance, 20 total across 10 instances.
| FHIR resource type | Role in this scenario |
|---|---|
EffectEvidenceSynthesis | Meta-analytic summary of supplementation effect on vitamin D level |
RiskEvidenceSynthesis | Summary of deficiency risk without supplementation in the modeled population |
FHIR resources per instance | 2 |
Total resources (10 instances) | 20 |
Distinct resource types | 2 |
Scenario identifier | `Scenarios.effect_evidence` |
Get started with Zato and connect your systems in minutes.