Schedule a demo
Research and evidence

Effect evidence

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.

2resources / instance
2FHIR types
10instances
effect_evidence.py
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)

About this scenario

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.

FHIR resources in this scenario

2 resources per instance, 20 total across 10 instances.

FHIR resource typeRole in this scenario
EffectEvidenceSynthesisMeta-analytic summary of supplementation effect on vitamin D level
RiskEvidenceSynthesisSummary of deficiency risk without supplementation in the modeled population
FHIR resources per instance2
Total resources (10 instances)20
Distinct resource types2
Scenario identifier`Scenarios.effect_evidence`

At a glance

2
FHIR resources per instance
20
Total resources (10 instances)
2
Distinct resource types
Scenarios.effect_evidence
Scenario identifier

Ready to build integrations?

Get started with Zato and connect your systems in minutes.

Open source In Python