flowchart TD
Start("You notice a possible
allergic reaction"):::startNode Decision{"Emergency signs?
swelling, trouble
breathing, fainting"}:::decisionNode Call911["Call 911 or get an adult
to call immediately"]:::emergNode Epi["Use epinephrine auto-injector
if prescribed and an
adult is trained"]:::emergNode TellAdult["Tell a trusted adult
right away"]:::mildNode Avoid["Avoid further contact
and watch closely"]:::mildNode StayWith("Stay with the person;
do not leave them alone"):::endNode Start --> Decision Decision -->|Yes| Call911 --> Epi --> Avoid Decision -->|No, mild| TellAdult --> Avoid Avoid --> StayWith classDef startNode fill:#5b9bd5,stroke:#333,stroke-width:2px,color:#fff,font-size:16px classDef processNode fill:#7e57c2,stroke:#333,stroke-width:2px,color:#fff,font-size:16px classDef decisionNode fill:#ffd54f,stroke:#333,stroke-width:2px,color:#333,font-size:16px classDef emergNode fill:#e57373,stroke:#333,stroke-width:2px,color:#fff,font-size:16px classDef mildNode fill:#64b5f6,stroke:#333,stroke-width:2px,color:#fff,font-size:16px classDef goodNode fill:#66bb6a,stroke:#333,stroke-width:2px,color:#fff,font-size:16px classDef endNode fill:#b0bec5,stroke:#333,stroke-width:2px,color:#333,font-size:16px linkStyle default stroke:#999,stroke-width:2px,font-size:14px
allergic reaction"):::startNode Decision{"Emergency signs?
swelling, trouble
breathing, fainting"}:::decisionNode Call911["Call 911 or get an adult
to call immediately"]:::emergNode Epi["Use epinephrine auto-injector
if prescribed and an
adult is trained"]:::emergNode TellAdult["Tell a trusted adult
right away"]:::mildNode Avoid["Avoid further contact
and watch closely"]:::mildNode StayWith("Stay with the person;
do not leave them alone"):::endNode Start --> Decision Decision -->|Yes| Call911 --> Epi --> Avoid Decision -->|No, mild| TellAdult --> Avoid Avoid --> StayWith classDef startNode fill:#5b9bd5,stroke:#333,stroke-width:2px,color:#fff,font-size:16px classDef processNode fill:#7e57c2,stroke:#333,stroke-width:2px,color:#fff,font-size:16px classDef decisionNode fill:#ffd54f,stroke:#333,stroke-width:2px,color:#333,font-size:16px classDef emergNode fill:#e57373,stroke:#333,stroke-width:2px,color:#fff,font-size:16px classDef mildNode fill:#64b5f6,stroke:#333,stroke-width:2px,color:#fff,font-size:16px classDef goodNode fill:#66bb6a,stroke:#333,stroke-width:2px,color:#fff,font-size:16px classDef endNode fill:#b0bec5,stroke:#333,stroke-width:2px,color:#333,font-size:16px linkStyle default stroke:#999,stroke-width:2px,font-size:14px
Allergic Reaction Response
Hover or tap any step for details.