This scenario orders a standard fasting lipid panel for cardiovascular risk monitoring. The patient receives plain-language fasting instructions through nutrition-order content, arrives prepared, and completes phlebotomy without incident. Specimen metadata matches the collection protocol so laboratories and interfaces can validate handling steps.
from zato_fhir.test.r4.v1 import Scenarios, TestData
for panel in Scenarios.lab_panel:
for name in panel.patient.name:
print(name.text)
for name in panel.practitioner.name:
print(name.text)
print(panel.organization.name)
for enc in panel.encounters:
print(enc.status)
for obs in panel.observations:
for coding in obs.code.coding:
print(coding.display)
print(panel.observation_definition.code)
print(panel.media.status)
print(panel.specimen.status)
print(panel.specimen_definition.identifier)
print(panel.nutrition_order.status)
for obs in TestData.Observation:
for coding in obs.code.coding:
print(coding.display)This scenario orders a standard fasting lipid panel for cardiovascular risk monitoring. The patient receives plain-language fasting instructions through nutrition-order content, arrives prepared, and completes phlebotomy without incident. Specimen metadata matches the collection protocol so laboratories and interfaces can validate handling steps.
Result observations trend in a favorable direction across the synthetic timeline, reinforcing preventive care messaging. Observation definitions anchor codes and scales, while optional media captures support educational or quality workflows without implying abnormal findings.
23 resources per instance, 230 total across 10 instances.
| FHIR resource type | Role in this scenario |
|---|---|
Patient | Person undergoing lipid monitoring |
Practitioner | Ordering clinician |
Organization | Lab or health system |
Encounter | Visit tied to the draw |
Observation | Individual analyte results and interpretations |
ObservationDefinition | Canonical definition for each measured analyte |
Media | Supplemental visual or document capture |
Specimen | Blood specimen for the panel |
SpecimenDefinition | Expected collection and handling protocol |
NutritionOrder | Fasting and dietary preparation guidance |
FHIR resources per instance | 23 |
Total resources (10 instances) | 230 |
Distinct resource types | 10 |
Scenario identifier | `Scenarios.lab_panel` |
Get started with Zato and connect your systems in minutes.