flowchart TD Notice("Notice a
health concern"):::startNode WhoDecision{"Is this about
you or a friend?"}:::decisionNode NameSelf["Name the concern
clearly to yourself"]:::mildNode FriendPrivacy["Consider your friend's
privacy, but safety
comes first"]:::mildNode ChooseAdult["Choose a trusted adult
suited to this concern"]:::processNode TellAdult["Tell the adult clearly,
use an 'I' statement
if it's your concern"]:::processNode HelpDecision{"Did the adult
respond helpfully?"}:::decisionNode NextSteps("Work with the adult
on next steps"):::goodNode TryAnother["Try a different
trusted adult"]:::cautionNode Notice --> WhoDecision WhoDecision -->|About me| NameSelf WhoDecision -->|About a friend| FriendPrivacy NameSelf --> ChooseAdult FriendPrivacy --> ChooseAdult ChooseAdult --> TellAdult TellAdult --> HelpDecision HelpDecision -->|Yes| NextSteps HelpDecision -->|No| TryAnother TryAnother --> ChooseAdult 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 classDef cautionNode fill:#ff9800,stroke:#333,stroke-width:2px,color:#333,font-size:16px linkStyle default stroke:#999,stroke-width:2px,font-size:14px

Health Concern Reporting

Hover or tap any step for details.