성인 종합검진 사전문진

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

성인 종합검진 사전문진

성인 종합검진 전 증상·병력·생활습관·가족력 공통 문진.

📑 섹션 6 ❓ 질문 35 ✅ 선택지 121 ⏱ 약 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 S259 ["섹션 1: 현재 증상"]
    direction LR
    Q1305{"Q1<br/>★ 최근 특별히 불편한 증상"}:::decisionReq
    Q1306["Q2<br/>최근 체중 변화"]:::process
    Q1305 --> Q1306
    Q1307["Q3<br/>피로·기력 저하"]:::process
    Q1306 --> Q1307
    Q3834{"Q_ENR_BLEEDING_TENDENCY<br/>★ 최근 가벼운 부딪힘에도 멍이 크고 오래 가거나, 코피나 양치<br/>시 출혈이 잦아졌습니까?"}:::decisionReq
    Q1307 --> Q3834
  end
  START --> Q1305

  subgraph S260 ["섹션 2: 병력·가족력"]
    direction LR
    Q1308{"Q4<br/>진단받은 만성질환"}:::decision
    Q1309{"Q5<br/>복용 중인 약물"}:::decision
    Q1308 --> Q1309
    Q1310{"Q6<br/>수술·입원 이력"}:::decision
    Q1309 --> Q1310
    Q1311{"Q7<br/>가족력(암·심장·당뇨·뇌졸중)"}:::decision
    Q1310 --> Q1311
    Q3827[/"Q_ENR_ALLERGY_CONTRAST<br/>★ 약물, 음식, 또는 CT/MRI 조영제에 알레르기<br/>반응(두드러기, 호흡곤란, 쇼크 등)을 겪은 적이 있습니까?"/]:::inputReq
    Q1311 --> Q3827
    Q3831["Q_ENR_FAMILY_CANCER_AGE<br/>★ 가족(부모, 형제, 자매) 중 암 진단을 받은 분이 있다면,<br/>진단 당시의 연령대는 어떠했습니까?"]:::processReq
    Q3827 --> Q3831
  end
  Q3834 --> Q1308

  subgraph S261 ["섹션 3: 생활습관"]
    direction LR
    Q1312{"Q8<br/>흡연"}:::decision
    Q1313{"Q9<br/>음주"}:::decision
    Q1312 --> Q1313
    Q1314{"Q10<br/>규칙적 운동"}:::decision
    Q1313 --> Q1314
    Q1315["Q11<br/>수면·스트레스"]:::process
    Q1314 --> Q1315
    Q1316{"Q12<br/>최근 검진 시기"}:::decision
    Q1315 --> Q1316
    Q3826[/"Q_ENR_DIET_HABIT<br/>★ 평소 식습관 중 가장 해당되는 것을 모두 고르십시오."/]:::inputReq
    Q1316 --> Q3826
    Q3832[/"Q_ENR_SUPPLEMENTS<br/>★ 현재 정기적으로 복용 중인 건강기능식품, 비타민, 한약,<br/>즙(양파즙, 홍삼 등)이 있습니까?"/]:::inputReq
    Q3826 --> Q3832
  end
  Q3831 --> Q1312

  subgraph S407 ["섹션 4: 계통별 증상"]
    direction LR
    Q1989["xN1<br/>두통·어지럼"]:::process
    Q1990{"xN2<br/>가슴 답답·두근거림"}:::decision
    Q1989 --> Q1990
    Q1991["xN3<br/>소화불량·속쓰림"]:::process
    Q1990 --> Q1991
    Q1992{"xN4<br/>배변 습관 변화"}:::decision
    Q1991 --> Q1992
    Q1993{"xN5<br/>배뇨 문제(빈뇨·잔뇨 등)"}:::decision
    Q1992 --> Q1993
    Q1994["xN6<br/>관절·근육통"]:::process
    Q1993 --> Q1994
    Q3828["Q_ENR_RESP_SYMPTOM<br/>★ 최근 3주 이상 지속되는 기침, 가래, 또는 평지를 걸을 때<br/>숨이 차는 증상이 있습니까?"]:::processReq
    Q1994 --> Q3828
    Q3829{"Q_ENR_THYROID_SYMPTOM<br/>★ 최근 들어 추위나 더위를 유독 심하게 타거나, 이유 없이 땀이<br/>많이 나는 등의 체질 변화가 있습니까?"}:::decisionReq
    Q3828 --> Q3829
    Q3835[/"Q_ENR_SENSORY_DECLINE<br/>★ 최근 시력이 급격히 저하되거나 사물이 겹쳐 보이는 증상, 또는<br/>청력이 떨어지거나 귀에서 소리가 나는(이명) 증상이 있습니까?"/]:::inputReq
    Q3829 --> Q3835
  end
  Q3832 --> Q1989

  subgraph S408 ["섹션 5: 검진 이력"]
    direction LR
    Q1995{"xN7<br/>위내시경 시기"}:::decision
    Q1996{"xN8<br/>대장내시경 시기"}:::decision
    Q1995 --> Q1996
    Q1997{"xN9<br/>국가암검진 수검"}:::decision
    Q1996 --> Q1997
    Q1998{"xN10<br/>혈압·혈당·콜레스테롤 확인한 적"}:::decision
    Q1997 --> Q1998
    Q3830[/"Q_ENR_VACCINATION_ADULT<br/>★ 과거에 접종을 완료한 성인 예방접종을 모두 선택해 주십시오.<br/>(기억나는 범위 내)"/]:::inputReq
    Q1998 --> Q3830
  end
  Q3835 --> Q1995

  subgraph S409 ["섹션 6: 정신건강"]
    direction LR
    Q1999["xN11<br/>수면의 질"]:::process
    Q2000["xN12<br/>우울·불안감"]:::process
    Q1999 --> Q2000
    Q2001["xN13<br/>스트레스 대처 어려움"]:::process
    Q2000 --> Q2001
    Q3833{"Q_ENR_COGNITIVE_DECLINE<br/>★ 최근 6개월 이내에 기억력이 눈에 띄게 떨어지거나, 중요한<br/>약속을 잊어버리는 일이 잦아졌습니까?"}:::decisionReq
    Q2001 --> Q3833
  end
  Q3830 --> Q1999

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