간질환 위험 평가

정확한 검진을 위해 솔직하게 응답해 주세요.

간질환 위험 평가

음주·간염·지방간 등 간질환 위험요인 평가.

📑 섹션 5 ❓ 질문 35 ✅ 선택지 102 ⏱ 약 3분
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(["🟢 문진 시작: 간질환 위험 평가"]):::terminator
  RESULT(["🏁 결과 산출"]):::terminator

  subgraph S138 ["섹션 1: 음주"]
    direction LR
    Q716["Q1<br/>★ 음주 빈도"]:::processReq
    Q717["Q2<br/>음주 시 음주량"]:::process
    Q716 --> Q717
    Q3356["Q_ENR_BINGE_DRINKING<br/>★ 최근 1년 동안 한 번의 술자리에서 소주 1병(또는 맥주<br/>4캔) 이상 폭음하는 횟수는 얼마나 됩니까?"]:::processReq
    Q717 --> Q3356
  end
  START --> Q716

  subgraph S139 ["섹션 2: 간 관련 병력"]
    direction LR
    Q718{"Q3<br/>B형·C형 간염 진단"}:::decision
    Q719{"Q4<br/>지방간 진단"}:::decision
    Q718 --> Q719
    Q720{"Q5<br/>간경변·간질환 가족력"}:::decision
    Q719 --> Q720
    Q721{"Q6<br/>황달(눈·피부 노래짐) 경험"}:::decision
    Q720 --> Q721
    Q722{"Q7<br/>수혈·문신·침 시술 이력"}:::decision
    Q721 --> Q722
    Q3364{"Q_ENR_HBV_ANTIBODY<br/>★ 과거 혈액검사에서 B형 간염 '항체'가 있다는(면역력이<br/>있다는) 결과를 들은 적이 있습니까?"}:::decisionReq
    Q722 --> Q3364
  end
  Q3356 --> Q718

  subgraph S140 ["섹션 3: 동반 위험·증상"]
    direction LR
    Q723{"Q8<br/>비만·복부비만"}:::decision
    Q724{"Q9<br/>당뇨·고지혈증"}:::decision
    Q723 --> Q724
    Q725["Q10<br/>지속되는 피로·무기력"]:::process
    Q724 --> Q725
    Q726["Q11<br/>우상복부 불편·통증"]:::process
    Q725 --> Q726
    Q727{"Q12<br/>복용 중 약물·한약·건강보조식품"}:::decision
    Q726 --> Q727
    Q3362{"Q_ENR_CHEMICAL_EXPOSURE<br/>★ 직업이나 환경적으로 유기용제, 농약, 중금속 등 간에 무리를<br/>줄 수 있는 화학물질에 자주 노출되십니까?"}:::decisionReq
    Q727 --> Q3362
  end
  Q3364 --> Q723

  subgraph S277 ["섹션 4: 증상·신체 신호"]
    direction LR
    Q1395["xN1<br/>오른쪽 윗배 통증·불편"]:::process
    Q1396["xN2<br/>식욕부진·메스꺼움"]:::process
    Q1395 --> Q1396
    Q1397{"xN3<br/>쉽게 멍이 듦·잇몸 출혈"}:::decision
    Q1396 --> Q1397
    Q1398{"xN4<br/>다리·복부 부종"}:::decision
    Q1397 --> Q1398
    Q1399["xN5<br/>가려움증"]:::process
    Q1398 --> Q1399
    Q1400{"xN6<br/>피부·눈 노래짐"}:::decision
    Q1399 --> Q1400
    Q3357["Q_ENR_URINE_COLOR<br/>★ 최근 소변 색깔이 진한 갈색(콜라색 또는 홍차색)으로 나온<br/>적이 있습니까?"]:::processReq
    Q1400 --> Q3357
    Q3358["Q_ENR_STOOL_COLOR<br/>★ 최근 대변 색깔이 평소보다 눈에 띄게 옅어지거나 회백색을 띤<br/>적이 있습니까?"]:::processReq
    Q3357 --> Q3358
    Q3360{"Q_ENR_SPIDER_ANGIOMA<br/>★ 가슴, 목, 팔 등의 피부에 붉은색 거미줄 모양의 핏줄(거미상<br/>혈관종)이 새로 생겼습니까?"}:::decisionReq
    Q3358 --> Q3360
    Q3361{"Q_ENR_PALMAR_ERYTHEMA<br/>★ 손바닥(특히 엄지와 새끼손가락 아래쪽 두툼한 부위)이<br/>비정상적으로 붉어지는 증상이 있습니까?"}:::decisionReq
    Q3360 --> Q3361
    Q3363{"Q_ENR_HORMONAL_SYMPTOM<br/>★ 남성의 경우 가슴이 커지거나(여성형 유방), 여성의 경우 이유<br/>없는 무월경 등 호르몬 이상 증상이 나타났습니까?"}:::decisionReq
    Q3361 --> Q3363
    Q3365{"Q_ENR_SLEEP_INVERSION<br/>★ 최근 낮에는 심하게 졸리고 밤에는 잠을 이루지 못하는 등 수면<br/>패턴이 뒤바뀐 적이 있습니까?"}:::decisionReq
    Q3363 --> Q3365
  end
  Q3362 --> Q1395

  subgraph S278 ["섹션 5: 위험·검사"]
    direction LR
    Q1401{"xN7<br/>간 효소(AST/ALT) 상승 들은 적"}:::decision
    Q1402{"xN8<br/>복부초음파에서 지방간/이상"}:::decision
    Q1401 --> Q1402
    Q1403{"xN9<br/>간염 예방접종(B형) 여부"}:::decision
    Q1402 --> Q1403
    Q1404{"xN10<br/>진통제·해열제 자주 복용"}:::decision
    Q1403 --> Q1404
    Q1405{"xN11<br/>한약·건강보조식품 장기 복용"}:::decision
    Q1404 --> Q1405
    Q1406{"xN12<br/>간암·간경변 가족력"}:::decision
    Q1405 --> Q1406
    Q1407{"xN13<br/>음주 후 다음날 심한 피로"}:::decision
    Q1406 --> Q1407
    Q3359{"Q_ENR_WEIGHT_CHANGE<br/>★ 최근 3~6개월 동안 의도하지 않은 체중 변화가 있었습니까?"}:::decisionReq
    Q1407 --> Q3359
  end
  Q3365 --> Q1401

  Q3359 --> RESULT
🗺 미니맵 · 클릭으로 이동
ℹ️ 본 다이어그램은 문진 흐름 시각화이며 의학적 진단이 아닙니다.
본 문진표는 검진 전 건강 상태 파악을 위한 선별 도구이며 의학적 진단이 아닙니다.
입력하신 정보는 검진 목적으로만 사용됩니다. © 2026 HealthLens