Hip tb full details for md exam answer 15 marks
cd "/home/daytona/workspace/attachments/ca8f4e8b-3081-45da-a637-14c099b4df36" && python3 -c " import pdfplumber pdf_path = 'Sharma mohan latest_compressed-compressed (1).pdf' with pdfplumber.open(pdf_path) as pdf: print(f'Total pages: {len(pdf.pages)}') # Search for hip TB content for i, page in enumerate(pdf.pages): text = page.extract_text() or '' if 'hip' in text.lower() and ('tuberc' in text.lower() or 'tb' in text.lower()): print(f'--- Page {i+1} ---') print(text[:3000]) print() " 2>/dev/null | head -200
cd "/home/daytona/workspace/attachments/ca8f4e8b-3081-45da-a637-14c099b4df36" && python3 -c " import pdfplumber pdf_path = 'Sharma mohan latest_compressed-compressed (1).pdf' with pdfplumber.open(pdf_path) as pdf: print(f'Total pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages[:20]): text = page.extract_text() or '' if text.strip(): print(f'--- Page {i+1} ---') print(text[:500]) print() " 2>/dev/null
cd "/home/daytona/workspace/attachments/ca8f4e8b-3081-45da-a637-14c099b4df36" && python3 -c " import pdfplumber pdf_path = 'Sharma mohan latest_compressed-compressed (1).pdf' with pdfplumber.open(pdf_path) as pdf: # Search for hip TB chapter for i, page in enumerate(pdf.pages): text = page.extract_text() or '' if 'hip' in text.lower() and 'tuberc' in text.lower(): print(f'--- Page {i+1} ---') print(text[:2000]) print() " 2>/dev/null | head -300
cd "/home/daytona/workspace/attachments/ca8f4e8b-3081-45da-a637-14c099b4df36" && python3 -c " import pdfplumber pdf_path = 'Sharma mohan latest_compressed-compressed (1).pdf' with pdfplumber.open(pdf_path) as pdf: # Check table of contents pages for i, page in enumerate(pdf.pages[18:60], start=19): text = page.extract_text() or '' if text.strip(): print(f'--- Page {i} ---') print(text[:1000]) print() " 2>/dev/null | head -300
cd "/home/daytona/workspace/attachments/ca8f4e8b-3081-45da-a637-14c099b4df36" && python3 -c " import pdfplumber pdf_path = 'Sharma mohan latest_compressed-compressed (1).pdf' with pdfplumber.open(pdf_path) as pdf: # Chapter 19 is Skeletal Tuberculosis - find it for i, page in enumerate(pdf.pages[300:500], start=301): text = page.extract_text() or '' if 'skeletal' in text.lower() or 'hip' in text.lower(): if 'tuberc' in text.lower(): print(f'--- Page {i} ---') print(text[:3000]) print() break " 2>/dev/null | head -200
cd "/home/daytona/workspace/attachments/ca8f4e8b-3081-45da-a637-14c099b4df36" && python3 -c " import pdfplumber pdf_path = 'Sharma mohan latest_compressed-compressed (1).pdf' with pdfplumber.open(pdf_path) as pdf: # Extract pages 267-305 (Chapter 19 skeletal TB) for i, page in enumerate(pdf.pages[278:315], start=279): text = page.extract_text() or '' if text.strip(): print(f'=== Page {i} (book p.{i-12}) ===') print(text) print() " 2>/dev/null
hip tuberculosis X-ray radiograph stages arthritis
Since the head and neck of femur are intracapsular, a bony lesion here invades the joint early and later spreads to involve the acetabulum as well. When the disease starts in the acetabulum, symptoms of joint involvement appear late. Extensive destruction may result in pathological dislocation.
| Type | Features |
|---|---|
| Normal | Mainly synovial; cysts in femoral neck/head/acetabulum; joint space normal; no gross subchondral bone destruction |
| Perthes' Type | Mainly <5 years; whole femoral head sclerotic; no metaphyseal changes (differentiates from true Perthes') |
| Dislocating Type | Subluxation/dislocation of femoral head; due to capsular laxity and synovial hypertrophy (not pus accumulation) |
| Wandering Acetabulum | Erosion of subchondral bone; results are poor; duration of symptoms 10–14 months |
| Protrusio Acetabuli | Medial acetabular wall destruction; poor surgical results |
| Mortar and Pestle Type | Erosion of subchondral bone; similar poor prognosis |
| Atrophic Type | Irregular femoral head; narrow joint space; seen in adults; almost always progresses to fibrous ankylosis; very poor results |
In Normal, Perthes', and Dislocating types — mean symptom duration: 4–7 months. In Wandering acetabulum, Protrusio, Mortar-and-Pestle types — mean duration: 10–14 months.

| Investigation | Findings |
|---|---|
| X-ray hip | As above; early: soft tissue swelling + osteopenia; late: joint destruction |
| Ultrasonography | Confirms soft tissue swelling and joint effusion in early stage |
| CT scan | Detects extent of bony destruction, cold abscess, early lesions |
| MRI | Most sensitive; identifies early soft tissue and bony lesions; 100% sensitivity, 88% specificity for osteoarticular TB |
| Synovial fluid | Thick appearance, high protein, variable (usually lymphocytic) cell count; AFB smear usually negative; culture positive in high % |
| Synovial biopsy | Shows caseating granulomas with Langhans giant cells; most definitive |
| CBNAAT (Xpert MTB/RIF) | Pooled sensitivity 94.6% and specificity 85.3% in bone/joint tissue; increasingly used |
| ESR, CRP | Elevated; non-specific |
| Mantoux/TST | Positive in most; not diagnostic |
| Condition | Distinguishing Features |
|---|---|
| Perthes' disease | Children <10 yrs; metaphyseal changes present; no constitutional symptoms |
| Septic arthritis (pyogenic) | Acute onset; high fever; rapid destruction; organisms on culture |
| Rheumatoid arthritis | Polyarticular; bilateral; RF positive; systemic features |
| Transient synovitis | Self-limiting; younger children; no systemic features |
| Congenital dislocation of hip | From birth; no constitutional symptoms; no bone destruction |
| Osteoarthritis | Elderly; no constitutional symptoms; different X-ray pattern |
| Feature | Detail |
|---|---|
| Incidence | 15–20% of osteoarticular TB |
| Common age | Children (also young adults) |
| Initial site | Acetabular roof most common |
| Stage I deformity | Flexion + Abduction + External rotation |
| Stage II deformity | Flexion + Adduction + Internal rotation |
| X-ray classification | 7 types (Normal, Perthes, Dislocating, Wandering acetabulum, Protrusio, Mortar & Pestle, Atrophic) |
| Best diagnostic tool | MRI (100% sensitivity) |
| Gold standard | Synovial biopsy + culture |
| CBNAAT | Xpert MTB/RIF: 94.6% sensitivity in bone/joint tissue |
| Treatment duration | 12–18 months (some 18–24 months) |
| Key surgical procedure | Girdlestone (excision arthroplasty) / Arthrodesis |
| THA prerequisite | Disease healed >5 years |
Give crisp and consise structured answer
Head and neck of femur are intracapsular → bony lesion here invades joint early; acetabular lesion invades joint late
| Stage I: Synovitis | Stage II: Early Arthritis | Stage III: Advanced Arthritis | |
|---|---|---|---|
| Deformity | Flexion + Abduction + External rotation | Flexion + Adduction + Internal rotation | Flexion + Adduction + IR (severe) |
| Limb length | Apparent lengthening | Apparent shortening (true ≤1 cm) | True shortening |
| Capsule | Distended by effusion | Fibrotic, contracting | Destroyed |
| Joint | Max capacity position | Damaged articular surface | Pathological dislocation |
| Type | Feature | Prognosis |
|---|---|---|
| Normal | Mainly synovial; joint space preserved | Good |
| Perthes' | Sclerotic femoral head; children <5 yrs | Good |
| Dislocating | Subluxation/dislocation; due to capsular laxity | Good (open relocation) |
| Wandering acetabulum | Subchondral bone erosion | Poor |
| Protrusio acetabuli | Medial acetabular wall destroyed | Poor |
| Mortar & Pestle | Erosion of subchondral bone | Poor |
| Atrophic | Irregular femoral head; narrow joint space; adults only | Very poor → fibrous ankylosis |
Normal/Perthes'/Dislocating → symptom duration 4–7 months Wandering/Protrusio/Mortar & Pestle → duration 10–14 months
| Test | Finding |
|---|---|
| X-ray | Osteopenia → osteolytic focus → joint destruction |
| USG | Early soft tissue swelling, effusion |
| MRI | Best early imaging; 100% sensitivity, 88% specificity |
| Synovial fluid | Thick; high protein; lymphocytic; culture positive in most |
| Synovial biopsy | Caseating granuloma + Langhans giant cells — gold standard |
| CBNAAT (Xpert MTB/RIF) | Sensitivity 94.6%, specificity 85.3% in bone/joint tissue |
| Stage | Procedure |
|---|---|
| Stage II | Partial synovectomy + curettage of osteolytic lesions ± cancellous bone graft |
| Stage III | Synovectomy + debridement → plaster spica 6–9 months → aim: fibrous ankylosis in functional position |
| Ankylosis in bad position | Corrective femoral osteotomy (above lesser trochanter) |
| After age 20, ankylosis needed | Arthrodesis — Hibb's (iliofemoral) or Britain's (ischiofemoral) |
| Painful hip, preserve ROM | Excision arthroplasty (Girdlestone) — excise head & neck; limb 2 cm short but patient can squat |
| Healed >5 years / selected active cases | Total Hip Arthroplasty (THA) |
Stage I = FAb+ER (like resting position) → apparent long Stage II = FAd+IR (like antalgic guard) → apparent short Stage III = same + true shortening + dislocation MRI = best early; biopsy = gold standard; CBNAAT = rapid molecular