낙상·골다공증 위험 평가

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

낙상·골다공증 위험 평가

낙상 위험요인과 골절·골다공증 위험 종합 평가.

📑 섹션 6 ❓ 질문 40 ✅ 선택지 110 ⏱ 약 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 S187 ["섹션 1: 낙상 위험"]
    direction LR
    Q973{"Q1<br/>★ 최근 1년간 넘어진 적"}:::decisionReq
    Q974["Q2<br/>넘어질까 두려움"]:::process
    Q973 --> Q974
    Q975["Q3<br/>균형·걷기에 어려움"]:::process
    Q974 --> Q975
    Q976["Q4<br/>일어설 때 어지럼"]:::process
    Q975 --> Q976
    Q977["Q5<br/>다리 힘 빠짐·근력 저하"]:::process
    Q976 --> Q977
    Q978{"Q6<br/>시력 저하"}:::decision
    Q977 --> Q978
    Q979{"Q7<br/>수면제·신경안정제·다약제 복용"}:::decision
    Q978 --> Q979
    Q980{"Q8<br/>보조기구(지팡이 등) 사용"}:::decision
    Q979 --> Q980
    Q3533[/"Q_ENR_FALL_SITUATION<br/>★ 최근 1년 이내에 넘어졌다면, 주로 어떤 상황에서<br/>발생했습니까?"/]:::inputReq
    Q980 --> Q3533
    Q3534{"Q_ENR_URGENCY_INCONTINENCE<br/>★ 소변이 마려울 때 참기 어려워 화장실로 서둘러 가다가 넘어질<br/>뻔하거나 넘어진 적이 있습니까?"}:::decisionReq
    Q3533 --> Q3534
    Q3535{"Q_ENR_COGNITIVE_DECLINE<br/>★ 최근 6개월 이내에 기억력이 눈에 띄게 떨어지거나, 길을 찾기<br/>어려웠던 적이 있습니까?"}:::decisionReq
    Q3534 --> Q3535
  end
  START --> Q973

  subgraph S188 ["섹션 2: 골절·골 위험"]
    direction LR
    Q981{"Q9<br/>과거 골절(가벼운 충격에도)"}:::decision
    Q982{"Q10<br/>골다공증 진단"}:::decision
    Q981 --> Q982
    Q983{"Q11<br/>65세 이상"}:::decision
    Q982 --> Q983
    Q984{"Q12<br/>저체중"}:::decision
    Q983 --> Q984
    Q985{"Q13<br/>부모 고관절 골절력"}:::decision
    Q984 --> Q985
    Q3536{"Q_ENR_HEIGHT_LOSS<br/>★ 젊었을 때(20대)와 비교하여 현재 키가 4cm 이상<br/>줄어들었습니까?"}:::decisionReq
    Q985 --> Q3536
    Q3537{"Q_ENR_RHEUMATOID_ARTHRITIS<br/>★ 류마티스 관절염을 진단받고 치료 중이거나 과거에 치료받은 적이<br/>있습니까?"}:::decisionReq
    Q3536 --> Q3537
  end
  Q3535 --> Q981

  subgraph S189 ["섹션 3: 환경·생활"]
    direction LR
    Q986{"Q14<br/>집안 미끄럼·문턱·어두운 조명 등 위험"}:::decision
    Q987{"Q15<br/>규칙적 운동(근력·균형)"}:::decision
    Q986 --> Q987
    Q3538["Q_ENR_FOOTWEAR_RISK<br/>★ 평소 외출 시 주로 어떤 종류의 신발을 착용하십니까?"]:::processReq
    Q987 --> Q3538
    Q3539[/"Q_ENR_EXERCISE_TYPE<br/>★ 현재 실천하고 있는 규칙적인 운동의 주된 종류는 무엇입니까?<br/>(복수 선택 가능)"/]:::inputReq
    Q3538 --> Q3539
  end
  Q3537 --> Q986

  subgraph S323 ["섹션 4: 신체 신호"]
    direction LR
    Q1624["xN1<br/>일어설 때 핑 도는 어지럼"]:::process
    Q1625{"xN2<br/>다리에 힘이 풀린 경험"}:::decision
    Q1624 --> Q1625
    Q1626{"xN3<br/>발 감각 저하"}:::decision
    Q1625 --> Q1626
    Q1627["xN4<br/>보조 없이 걷기 불안"]:::process
    Q1626 --> Q1627
    Q1628{"xN5<br/>야간에 화장실 자주 감"}:::decision
    Q1627 --> Q1628
    Q3540{"Q_ENR_NEUROLOGIC_HX<br/>★ 뇌졸중(중풍), 파킨슨병 등 보행이나 균형에 영향을 줄 수<br/>있는 신경계 질환을 진단받은 적이 있습니까?"}:::decisionReq
    Q1628 --> Q3540
    Q3541{"Q_ENR_FRAILTY_WEIGHT_LOSS<br/>★ 최근 6개월 동안 다이어트 등 의도적인 노력 없이 체중이<br/>3kg 이상 감소했습니까?"}:::decisionReq
    Q3540 --> Q3541
  end
  Q3539 --> Q1624

  subgraph S324 ["섹션 5: 약물·생활"]
    direction LR
    Q1629{"xN6<br/>수면제·신경안정제 복용"}:::decision
    Q1630{"xN7<br/>혈압약(기립저혈압 가능)"}:::decision
    Q1629 --> Q1630
    Q1631{"xN8<br/>5가지 이상 약 복용(다약제)"}:::decision
    Q1630 --> Q1631
    Q1632{"xN9<br/>음주"}:::decision
    Q1631 --> Q1632
    Q3542{"Q_ENR_FALL_RISK_MEDS<br/>★ 현재 복용 중인 약물 중에 항우울제, 항경련제, 또는 마약성<br/>진통제가 포함되어 있습니까?"}:::decisionReq
    Q1632 --> Q3542
  end
  Q3541 --> Q1629

  subgraph S325 ["섹션 6: 골 위험 상세"]
    direction LR
    Q1633{"xN10<br/>폐경 여성"}:::decision
    Q1634{"xN11<br/>스테로이드 장기 복용"}:::decision
    Q1633 --> Q1634
    Q1635{"xN12<br/>골밀도 검사 결과 낮음"}:::decision
    Q1634 --> Q1635
    Q1636{"xN13<br/>칼슘·비타민D 섭취 부족"}:::decision
    Q1635 --> Q1636
    Q3543{"Q_ENR_ENDOCRINE_HX<br/>★ 갑상선 기능 항진증, 부갑상선 질환, 또는 만성 신부전을<br/>진단받은 적이 있습니까?"}:::decisionReq
    Q1636 --> Q3543
    Q3544{"Q_ENR_SMOKING_STATUS<br/>★ 현재 흡연을 하고 계십니까?"}:::decisionReq
    Q3543 --> Q3544
  end
  Q3542 --> Q1633

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