This scenario represents a wellness-focused implementation guide that packages reusable FHIR artifacts for downstream systems. It includes structured activity and plan definitions, terminology in code systems and value sets, a library for shared logic, and a measure suitable for quality reporting. Everything is framed for positive preventive-care use cases rather than acute or high-risk workflows.
from zato_fhir.test.r4.v1 import Scenarios, TestData
for bundle in Scenarios.shareable_definitions:
ad = bundle.activity_definition
print(ad.status)
cs = bundle.code_system
print(cs.status)
lib = bundle.library
print(lib.status)
meas = bundle.measure
print(meas.status)
pd = bundle.plan_definition
print(pd.status)
vs = bundle.value_set
print(vs.status)This scenario represents a wellness-focused implementation guide that packages reusable FHIR artifacts for downstream systems. It includes structured activity and plan definitions, terminology in code systems and value sets, a library for shared logic, and a measure suitable for quality reporting. Everything is framed for positive preventive-care use cases rather than acute or high-risk workflows.
Because these resources are conformance and knowledge artifacts, no patient record appears in the bundle. The scenario is ideal for validating registry publication, terminology services, and measure evaluation pipelines that import shareable definitions as first-class content.
6 resources per instance, 60 total across 10 instances.
| FHIR resource type | Role in this scenario |
|---|---|
ActivityDefinition | Reusable description of a wellness-related activity or service |
CodeSystem | Terminology codes published with the guide |
Library | Shareable logic or expressions referenced by other definitions |
Measure | Quality or reporting measure aligned with wellness goals |
PlanDefinition | Workflow or protocol template for coordinated care steps |
ValueSet | Bindable value sets for coded elements in the guide |
FHIR resources per instance | 6 |
Total resources (10 instances) | 60 |
Distinct resource types | 6 |
Scenario identifier | `Scenarios.shareable_definitions` |
Get started with Zato and connect your systems in minutes.