Artificial Intelligence Doctor

Question

Hand arthritis severity: ultrasound-pathology vs functional capacity. In older adults (≥70y) with symptomatic hand arthritis (OA and/or RA), how strongly do ultrasound (US) measures of synovitis and osteophyte burden relate to functional capacity, and which US features explain unique variance in function beyond pain, demographics, and comorbidities?

Answer (protocol-grade plan + expected benchmarks)

1) What to measure (domains & instruments)

DomainInstrument / ProtocolMetricNotes
US synovitis (inflammation)Semi‑quantitative grayscale (GS 0–3) and power Doppler (PD 0–3) at MCP2–5, PIP2–5, DIP2–5, 1st CMC (bilateral)GS_sum, PD_sum (joint‑level scores summed)Readers blinded; consensus atlas; per‑joint PD≥1 indicates active synovitis
US osteophytes & erosions (structure)Osteophyte grade 0–3 at PIP/DIP/1st CMC; erosions 0/1 at MCP/PIP (RA‑salient)Osteophyte_sum; Erosion_countStatic images archived for reliability
Function (PRO)AUSCAN Function (hand OA) and/or QuickDASH (upper limb disability)0–100 (higher = worse)Choose primary based on case‑mix; both collected if feasible
Dexterity / performanceNine‑Hole Peg Test (9HPT) or Purdue PegboardTime (s) or pins placedBest of two trials, dominant and non‑dominant hands
StrengthGrip dynamometry; key pinch & tip pinchkg (best of 3); kgStandard elbow 90°, wrist neutral position
Pain severityPain NRS (0–10); AUSCAN Pain0–10; 0–100Anchor for mediation analyses
ConfoundersAge, sex, BMI, hand dominance, RA vs OA, CRP/ESR, neuropathy screen (monofilament), CTS screen (Phalen/Tinel), sarcopenia (SARC‑F + grip)Pre‑specified covariates

2) Study design

3) Composite ultrasound severity scores (to evaluate)

4) Statistical analysis plan (SAP)

5) Power & sample size (sketch)

6) Benchmarks to claim success (pre‑specified)

PropertyThreshold
Construct validity (US‑II vs inflammation)US‑II correlates with CRP/ESR (r ≥ 0.30)
Criterion validity (function)Adjusted model R² ≥ 0.40 with US terms adding ≥ 0.07 partial R²
Relative importanceUS‑II explains more variance in function than US‑SI (∆partial R² ≥ 0.03)
ReliabilityICC ≥ 0.85 for PD_sum; ICC ≥ 0.80 for GS_sum and osteophytes
MDCMDC95 for PD_sum small enough to detect 6‑month change in ≥30% of participants

7) Expected findings & interpretation

8) Practical cut‑points (provisional; to validate)

9) Pseudocode (analysis skeleton)

# y: AUSCAN_Function (0–100, higher = worse)
# x1: US_II (PD_sum + 0.5 * GS_sum), x2: US_SI (Osteophyte_sum + 2 * Erosion_count)
# covariates: age, sex, BMI, RA, pain_NRS, grip, neuropathy, CTS, dominance

model <- lm(y ~ x1 + x2 + age + sex + BMI + RA + pain_NRS + grip + neuropathy + CTS + dominance, data=hand)
summary(model)            # standardized betas & adjusted R²
anova(base_model, model)  # partial R² of US terms
mediation <- mediate(model_USII_to_pain, model_pain_to_function, boot=5000)

Abbreviations — AUSCAN: Australian/Canadian Hand Osteoarthritis Index; QuickDASH: Disabilities of the Arm, Shoulder and Hand (short form); MCP/PIP/DIP: metacarpophalangeal/proximal/distal interphalangeal joints; 1st CMC: first carpometacarpal joint; GS: grayscale; PD: power Doppler; ICC: intraclass correlation coefficient; MDC: minimal detectable change; ROM: range of motion; CTS: carpal tunnel syndrome.