This scenario captures a common, low-burden environmental allergy that responds well to usual measures. The patient reports predictable seasonal symptoms that remain mild, and the record emphasizes stability rather than anaphylaxis or hospitalization.
from zato_fhir.test.r4.v1 import Scenarios, TestData
for record in Scenarios.allergy_record:
for name in record.patient.name:
print(name.text)
for name in record.practitioner.name:
print(name.text)
print(record.organization.name)
for enc in record.encounters:
print(enc.status)
print(record.allergy_intolerance.clinicalStatus)
print(record.clinical_impression.status)
print(record.risk_assessment.status)
print(record.condition.clinicalStatus)
print(record.consent.status)
for ai in TestData.AllergyIntolerance:
print(ai.clinicalStatus)This scenario captures a common, low-burden environmental allergy that responds well to usual measures. The patient reports predictable seasonal symptoms that remain mild, and the record emphasizes stability rather than anaphylaxis or hospitalization.
A clinical impression summarizes the benign course, while a risk assessment scores the situation as low concern for severe outcomes. A related condition entry keeps diagnoses coherent for decision support, and consent resources document willing sharing of this portion of the chart with trusted partners.
11 resources per instance, 110 total across 10 instances.
| FHIR resource type | Role in this scenario |
|---|---|
Patient | Person with seasonal allergic rhinitis |
Practitioner | Documenting clinician |
Organization | Care site |
Encounter | Visit where allergy history is updated |
AllergyIntolerance | Pollen allergy with mild manifestations |
ClinicalImpression | Summary that symptoms are well controlled |
RiskAssessment | Low risk of severe allergic events |
Condition | Diagnostic alignment for workflows |
Consent | Permission to share allergy information |
FHIR resources per instance | 11 |
Total resources (10 instances) | 110 |
Distinct resource types | 9 |
Scenario identifier | `Scenarios.allergy_record` |
Get started with Zato and connect your systems in minutes.