This scenario describes a voluntary wellness improvement plan focused on sustainable exercise habits. Goals are measurable and optimistic, reflecting steady progress rather than crisis intervention. The care team includes primary care and coaching roles aligned on the same targets.
from zato_fhir.test.r4.v1 import Scenarios, TestData
for plan_ctx in Scenarios.care_plan:
for name in plan_ctx.patient.name:
print(name.text)
for name in plan_ctx.practitioner.name:
print(name.text)
print(plan_ctx.organization.name)
for enc in plan_ctx.encounters:
print(enc.status)
print(plan_ctx.care_plan.status)
print(plan_ctx.care_team.status)
print(plan_ctx.goal.lifecycleStatus)
print(plan_ctx.request_group.status)
print(plan_ctx.plan_definition.status)
print(plan_ctx.activity_definition.status)
for cp in TestData.CarePlan:
print(cp.status)This scenario describes a voluntary wellness improvement plan focused on sustainable exercise habits. Goals are measurable and optimistic, reflecting steady progress rather than crisis intervention. The care team includes primary care and coaching roles aligned on the same targets.
Request groups bundle the recurring activities that support the plan, while plan and activity definitions provide canonical descriptions that other programs can reuse. The overall tone remains supportive: the patient is engaged, metrics move in a favorable direction, and no setbacks appear in the synthetic data.
12 resources per instance, 120 total across 10 instances.
| FHIR resource type | Role in this scenario |
|---|---|
Patient | Person pursuing wellness goals |
Practitioner | Clinician sponsoring the plan |
Organization | Care delivery organization |
Encounter | Visits where the plan is reviewed |
CarePlan | Active structured plan document |
CareTeam | Participants coordinating the work |
Goal | Exercise and lifestyle targets |
RequestGroup | Grouped requests supporting interventions |
PlanDefinition | Reusable protocol template |
ActivityDefinition | Atomic activity specification |
FHIR resources per instance | 12 |
Total resources (10 instances) | 120 |
Distinct resource types | 10 |
Scenario identifier | `Scenarios.care_plan` |
Get started with Zato and connect your systems in minutes.