flowchart TD
classDef terminator fill:#4338ca,stroke:#312e81,stroke-width:2px,color:#fff,font-weight:700;
classDef decision fill:#fef3c7,stroke:#d97706,stroke-width:2.5px,color:#78350f,font-weight:700;
classDef process fill:#ffffff,stroke:#475569,stroke-width:1.5px,color:#0f172a;
classDef processReq fill:#ffffff,stroke:#475569,stroke-width:1.5px,color:#0f172a,font-weight:600;
classDef input fill:#cffafe,stroke:#0891b2,stroke-width:1.8px,color:#164e63;
classDef inputReq fill:#cffafe,stroke:#0891b2,stroke-width:1.8px,color:#164e63,font-weight:600;
classDef decisionReq fill:#fef3c7,stroke:#d97706,stroke-width:2.5px,color:#78350f,font-weight:700;
classDef chOk fill:#dcfce7,stroke:#16a34a,color:#14532d;
classDef chWarn fill:#fef3c7,stroke:#d97706,color:#78350f;
classDef chRisk fill:#fee2e2,stroke:#dc2626,color:#7f1d1d;
linkStyle default stroke:#94a3b8,stroke-width:1.6px;
START(["🟢 문진 시작: 스트레스 평가 (PSS-10)"]):::terminator
RESULT(["🏁 결과 산출"]):::terminator
subgraph S126 ["섹션 1: 지난 한 달간 얼마나 자주 그랬습니까?"]
direction LR
Q637["S1<br/>★ 예상치 못한 일로 인해 당황한 적"]:::processReq
Q638["S2<br/>★ 중요한 일을 통제할 수 없다고 느낀 적"]:::processReq
Q637 --> Q638
Q639["S3<br/>★ 초조하거나 스트레스를 받은 적"]:::processReq
Q638 --> Q639
Q640["S4<br/>★ 짜증나는 일들을 잘 처리한 적"]:::processReq
Q639 --> Q640
Q641["S5<br/>★ 중요한 변화에 효과적으로 대처한 적"]:::processReq
Q640 --> Q641
Q642["S6<br/>★ 개인 문제 처리 능력에 자신이 없던 적"]:::processReq
Q641 --> Q642
Q643["S7<br/>★ 일이 뜻대로 되어간다고 느낀 적"]:::processReq
Q642 --> Q643
Q644["S8<br/>★ 해야 할 모든 일을 잘 감당한 적"]:::processReq
Q643 --> Q644
Q645["S9<br/>★ 통제 밖의 일로 화가 난 적"]:::processReq
Q644 --> Q645
Q646["S10<br/>★ 어려움이 너무 쌓여 극복 못할 것 같던 적"]:::processReq
Q645 --> Q646
Q3294["Q_ENR_STRESS_SLEEP<br/>★ 지난 한 달간 스트레스로 인해 수면 장애(잠들기 어려움, 수면<br/>유지 곤란, 조기 기상 등)를 겪은 빈도는 어느 정도입니까?"]:::processReq
Q646 --> Q3294
Q3295["Q_ENR_STRESS_SOMATIC<br/>★ 지난 한 달간 스트레스로 인한 신체 증상(두통, 소화불량,<br/>가슴 두근거림, 근육 긴장 등)으로 일상생활에 불편함을 느낀<br/>정도는 어떠합니까?"]:::processReq
Q3294 --> Q3295
Q3296["Q_ENR_STRESS_SUBSTANCE<br/>★ 최근 스트레스 대처를 위해 음주, 흡연, 또는 카페인 섭취량이<br/>평소에 비해 얼마나 증가했습니까?"]:::processReq
Q3295 --> Q3296
Q3297["Q_ENR_STRESS_APPETITE<br/>★ 스트레스로 인해 최근 1개월 내에 뚜렷한 식욕 변화(폭식 또는<br/>식욕 부진)나 의도하지 않은 체중 변화가 있었습니까?"]:::processReq
Q3296 --> Q3297
Q3298["Q_ENR_STRESS_DURATION<br/>★ 현재 느끼고 있는 높은 수준의 스트레스나 긴장 상태는 대략<br/>얼마 동안 지속되고 있습니까?"]:::processReq
Q3297 --> Q3298
Q3299[/"Q_ENR_STRESS_FACTOR<br/>★ 현재 본인에게 가장 큰 스트레스를 유발하는 주된 요인은<br/>무엇입니까? (해당하는 대로 모두 선택)"/]:::inputReq
Q3298 --> Q3299
Q3300["Q_ENR_STRESS_FUNCTION<br/>★ 스트레스로 인해 직장 업무, 학업, 또는 가사 등 일상적인<br/>역할을 수행하는 데 어느 정도의 지장을 받고 있습니까?"]:::processReq
Q3299 --> Q3300
Q3301["Q_ENR_STRESS_MOOD<br/>★ 스트레스와 함께 우울감, 무기력함, 또는 심한 불안감이<br/>동반되어 나타납니까?"]:::processReq
Q3300 --> Q3301
Q3302["Q_ENR_STRESS_MOOD_HELP<br/>★ 동반되는 우울감이나 불안감으로 인해 정신건강의학과 진료나 심리<br/>상담을 고려해 보거나 받아본 적이 있습니까?"]:::processReq
Q3301 -. .-> Q3302
Q3303["Q_ENR_STRESS_SUPPORT<br/>★ 스트레스를 심하게 받을 때, 정서적으로 의지하거나 실질적인<br/>도움을 요청할 수 있는 지지 체계(가족, 친구, 동료 등)가<br/>충분하다고 느끼십니까?"]:::processReq
Q3302 --> Q3303
end
START --> Q637
Q3303 --> RESULT