Schedule a demo
Conformance and infrastructure

Shareable definitions

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.

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

About this scenario

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.

FHIR resources in this scenario

6 resources per instance, 60 total across 10 instances.

FHIR resource typeRole in this scenario
ActivityDefinitionReusable description of a wellness-related activity or service
CodeSystemTerminology codes published with the guide
LibraryShareable logic or expressions referenced by other definitions
MeasureQuality or reporting measure aligned with wellness goals
PlanDefinitionWorkflow or protocol template for coordinated care steps
ValueSetBindable value sets for coded elements in the guide
FHIR resources per instance6
Total resources (10 instances)60
Distinct resource types6
Scenario identifier`Scenarios.shareable_definitions`

At a glance

6
FHIR resources per instance
60
Total resources (10 instances)
6
Distinct resource types
Scenarios.shareable_definitions
Scenario identifier

Ready to build integrations?

Get started with Zato and connect your systems in minutes.

Open source In Python