부정맥 증상 문진

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

부정맥 증상 문진

두근거림·맥박 이상·실신 등 부정맥 의심 증상 평가.

📑 섹션 4 ❓ 질문 35 ✅ 선택지 105 ⏱ 약 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 S154 ["섹션 1: 증상"]
    direction LR
    Q797["Q1<br/>★ 두근거림(심장이 빨리/세게/건너뛰는 느낌)"]:::processReq
    Q798["Q2<br/>맥박이 불규칙"]:::process
    Q797 --> Q798
    Q799{"Q3<br/>갑자기 시작되고 갑자기 멈춤"}:::decision
    Q798 --> Q799
    Q800["Q4<br/>지속 시간"]:::process
    Q799 --> Q800
    Q801["Q5<br/>어지럼·아찔함 동반"]:::process
    Q800 --> Q801
    Q802{"Q6<br/>실신·의식소실 경험"}:::decision
    Q801 --> Q802
    Q803{"Q7<br/>가슴 통증·호흡곤란 동반"}:::decision
    Q802 --> Q803
    Q3408["Q_ENR_FREQ<br/>★ 두근거림이나 맥박 이상 증상은 얼마나 자주 발생합니까?"]:::processReq
    Q803 --> Q3408
  end
  START --> Q797

  subgraph S155 ["섹션 2: 유발·동반"]
    direction LR
    Q804{"Q8<br/>카페인·음주 후 악화"}:::decision
    Q805{"Q9<br/>갑상선질환 진단"}:::decision
    Q804 --> Q805
    Q806{"Q10<br/>심장질환 과거력"}:::decision
    Q805 --> Q806
    Q807{"Q11<br/>뇌졸중·일과성허혈 과거력"}:::decision
    Q806 --> Q807
    Q808{"Q12<br/>부정맥(심방세동 등) 진단력"}:::decision
    Q807 --> Q808
    Q809{"Q13<br/>심장질환·돌연사 가족력"}:::decision
    Q808 --> Q809
    Q3410[/"Q_ENR_POSTURE_TRIGGER<br/>★ 증상이 특정 자세나 움직임과 관련이 있습니까?"/]:::inputReq
    Q809 --> Q3410
    Q3414{"Q_ENR_PSYCHO_STRESS<br/>★ 증상이 극심한 스트레스, 불안감, 또는 공황 상태와 함께<br/>나타납니까?"}:::decisionReq
    Q3410 --> Q3414
  end
  Q3408 --> Q804

  subgraph S290 ["섹션 3: 증상 상세"]
    direction LR
    Q1463["xN1<br/>맥박 매우 빠름(분당 100↑) 느낌"]:::process
    Q1464["xN2<br/>맥박 매우 느림 느낌"]:::process
    Q1463 --> Q1464
    Q1465["xN3<br/>목·가슴이 쿵 내려앉는 느낌"]:::process
    Q1464 --> Q1465
    Q1466{"xN4<br/>두근거림과 함께 식은땀"}:::decision
    Q1465 --> Q1466
    Q1467{"xN5<br/>계단·운동 시 유발"}:::decision
    Q1466 --> Q1467
    Q3409["Q_ENR_SELF_PULSE_CHECK<br/>★ 증상이 있을 때 스스로 손목이나 목의 맥박을 짚어본 적이<br/>있다면, 맥박의 상태는 어떠했습니까?"]:::processReq
    Q1467 --> Q3409
    Q3411{"Q_ENR_VAGAL_MANEUVER<br/>★ 두근거림이 있을 때 숨을 깊게 참거나 찬물을 마시는 등의<br/>행동을 하면 증상이 가라앉습니까?"}:::decisionReq
    Q3409 --> Q3411
    Q3412[/"Q_ENR_SYNCOPE_PRODROME<br/>★ 실신이나 아찔함을 느끼기 직전에 나타나는 전조 증상이<br/>있습니까?"/]:::inputReq
    Q3411 --> Q3412
    Q3413{"Q_ENR_POST_TACHY_POLYURIA<br/>★ 두근거림 증상이 멈춘 직후에 소변량이 평소보다 급격히 많아지는<br/>것을 경험한 적이 있습니까?"}:::decisionReq
    Q3412 --> Q3413
  end
  Q3414 --> Q1463

  subgraph S291 ["섹션 4: 병력·유발"]
    direction LR
    Q1468{"xN6<br/>고혈압"}:::decision
    Q1469{"xN7<br/>심부전·판막질환"}:::decision
    Q1468 --> Q1469
    Q1470{"xN8<br/>수면무호흡 의심(코골이·무호흡)"}:::decision
    Q1469 --> Q1470
    Q1471{"xN9<br/>과로·수면부족 시 악화"}:::decision
    Q1470 --> Q1471
    Q1472{"xN10<br/>심전도·홀터 검사 받은 적"}:::decision
    Q1471 --> Q1472
    Q1473{"xN11<br/>항부정맥제·혈압약 복용"}:::decision
    Q1472 --> Q1473
    Q1474{"xN12<br/>갑작스런 실신으로 다친 적"}:::decision
    Q1473 --> Q1474
    Q3415{"Q_ENR_MED_STIMULANTS<br/>★ 최근 감기약(비충혈제거제), 다이어트약(식욕억제제), 한약,<br/>또는 발기부전 치료제 등을 복용한 적이 있습니까?"}:::decisionReq
    Q1474 --> Q3415
    Q3416{"Q_ENR_SMARTWATCH_ECG<br/>★ 스마트워치나 웨어러블 기기에서 심방세동이나 불규칙한 맥박 등<br/>이상 소견이 발견된 적이 있습니까?"}:::decisionReq
    Q3415 --> Q3416
    Q3417[/"Q_ENR_COMORBID_METABOLIC<br/>★ 당뇨병이나 고지혈증(이상지질혈증) 진단을 받은 적이 있습니까?"/]:::inputReq
    Q3416 --> Q3417
  end
  Q3413 --> Q1468

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