attachment
attachment
attachment
attachment

This patient had pain in neck

Reading File
I have the two ultrasound reports. Let me search the medical library for cervical lymphadenopathy and also look up current evidence in parallel.
Finding Sources
Searching PubMed

cervical lymphadenopathy young adult evaluation

Reading File
Searching PubMed

cervical lymphadenopathy diagnosis workup

Reading File
Reading File
Finding Sources
Finding Sources
Now I have enough to give a thorough, structured answer. Here is the full clinical interpretation:

Clinical Interpretation: Two Neck Ultrasound Reports

Patient: Mr. Bhuwan Goswami, 23-year-old male, presenting with neck pain. Institution: Fortis Hospital, Greater Noida

Summary of the Two Reports

ParameterReport 1 (03-Mar-2026)Report 2 (06-Jul-2026)
Thyroid - Right lobe2.4 x 1.2 x 0.8 cm1.17 x 1.16 cm
Thyroid - Left lobe2.2 x 1.4 x 0.6 cm1.38 x 0.99 cm
Isthmus1.8 mm1.2 mm
Submandibular glandsNormalNormal
Lymph nodesMultiple bilateral: levels II, III, right IB, IVA, V, left IA - largest 7.2 mm short axisEnlarged nodes at multiple cervical levels - largest 17.8 x 8.8 mm at level II
ImpressionCervical lymphadenopathyCervical lymphadenopathy

Key Concern: Progression Over 4 Months

This is the most important finding. Between March and July 2026 (about 4 months), the largest lymph node has grown from 7.2 mm short axis to 17.8 x 8.8 mm. This is significant progression and changes the clinical urgency considerably.
  • In March, the nodes were reactive-sized (< 1 cm short axis), distributed bilaterally across many levels - pattern consistent with reactive/infectious lymphadenopathy.
  • In July, the largest node is now 17.8 x 8.8 mm at level II, crossing the commonly used 1 cm (10 mm) short-axis threshold that raises concern for pathological enlargement. Level II is the jugulodigastric node group - one of the first-echelon nodes for many head and neck malignancies.

Differential Diagnosis for a 23-Year-Old Male with Progressive Cervical Lymphadenopathy

Must rule out first (serious causes):
  1. Lymphoma (Hodgkin's or Non-Hodgkin's) - Hodgkin's lymphoma classically affects young adults in the 15-35 age group, often presents with cervical/mediastinal nodes, and is the most important diagnosis to exclude here. Nodes are often painless, rubbery, and progressive. B-symptoms (fever, night sweats, weight loss) should be actively sought.
  2. Tuberculosis / Mycobacterial lymphadenitis - The most common infectious cause of chronic cervical lymphadenopathy in young adults in South Asia. TB lymphadenitis (scrofula) typically causes matted nodes and may eventually show central necrosis/caseation on ultrasound. This is high on the differential given the Indian context.
  3. Infectious mononucleosis (EBV) - Can cause bilateral, multi-level cervical lymphadenopathy with significant node enlargement. Usually accompanied by fever, pharyngitis, fatigue, and splenomegaly.
  4. Reactive lymphadenopathy - Still possible, but the 4-month progression argues against simple reactive nodes, which should have resolved.
  5. Other infections: CMV, Toxoplasma, cat scratch disease (Bartonella), syphilis (given bilateral nodes and young age).
  6. Kikuchi-Fujimoto disease - Rare but important in young adults (especially Asian populations); causes necrotizing lymphadenitis. Can be associated with neck pain and tender nodes.
  7. Head and neck malignancy - Nasopharyngeal carcinoma can present in young adults with cervical lymphadenopathy; less common but should be considered.

Red Flags to Assess Clinically

  • Fever, night sweats, unintentional weight loss (>10% body weight) - B-symptoms of lymphoma
  • Hard, non-tender, fixed nodes - favor malignancy
  • Pharyngitis, tonsillar enlargement, splenomegaly - favor EBV/infectious mono
  • Cough, low-grade fever, evening fever pattern, contact history - favor TB
  • Duration of symptoms and rate of growth
  • Tenderness of nodes (tender usually favors infection; painless favors lymphoma, though TB can also be painless)

Recommended Workup (Next Steps)

Blood tests:
  • Complete blood count with differential and ESR
  • Peripheral smear (for atypical lymphocytes suggesting EBV)
  • LDH and uric acid (raised in lymphoma)
  • Monospot test / EBV IgM antibody (Paul-Bunnell test)
  • Mantoux test (TST) + Quantiferon Gold / IGRA
  • Sputum AFB if TB suspected
  • HIV test (mandatory in any unexplained lymphadenopathy)
  • Toxoplasma IgM, CMV IgM if clinically indicated
  • VDRL/RPR to exclude syphilis
Imaging:
  • Chest X-ray - to look for mediastinal widening (lymphoma), hilar adenopathy, or pulmonary TB
  • CT neck + chest with contrast - if chest X-ray abnormal or lymphoma suspected - gives better anatomical detail than ultrasound - Ultrasound is the correct first-line imaging modality (Fischer's Mastery of Surgery, p. 7972), but CT/PET provides far more staging information once malignancy is on the table
Biopsy:
  • Given 4-month progression with the largest node now at 17.8 mm, excisional lymph node biopsy (or at minimum core needle biopsy) of the largest Level II node is strongly indicated if initial blood work does not yield a clear diagnosis
  • FNA alone is not adequate to rule out lymphoma because it does not preserve lymph node architecture needed for classification (Fischer's Mastery of Surgery, p. 7972)
  • Tissue should be sent for: histopathology, AFB culture, flow cytometry (if lymphoma suspected), and immunohistochemistry

Thyroid Note

The thyroid measurements differ slightly between the two reports (March values are larger), which may reflect differences in technique or positioning rather than true change. Both reports call the thyroid normal in size, shape, and echotexture, so thyroid pathology is not a concern here.

Bottom Line

A 23-year-old man with progressive bilateral cervical lymphadenopathy over 4 months (nodes growing from 7.2 mm to 17.8 mm) requires urgent evaluation to exclude Hodgkin's lymphoma and tuberculosis - the two most likely serious diagnoses in his age group and geographic setting. Reactive/infectious causes are still possible but cannot be assumed with this progression. Prompt clinical examination, blood work, chest imaging, and likely lymph node biopsy are warranted. This should not be managed expectantly.
Note: This interpretation is for clinical guidance only. The treating physician should correlate with the full clinical history, physical examination findings, and laboratory results.

Password 1802 analyse

Reading File
Running Command

python3 -c " from pypdf import PdfReader reader = PdfReader('/home/daytona/workspace/attachments/3bf12dba-ccae-486a-8801-6cc903699eca/New.pdf', password='1802') print(f'Pages: {len(reader.pages)}') print(f'Encrypted: {reader.is_encrypted}') print('--- Page 1 ---') print(reader.pages[0].extract_text()[:3000]) "

Running Command

python3 -c " from pypdf import PdfReader reader = PdfReader('/home/daytona/workspace/attachments/3bf12dba-ccae-486a-8801-6cc903699eca/New.pdf', password='1802') all_text = '' for i, page in enumerate(reader.pages): text = page.extract_text() all_text += f'\n\n=== PAGE {i+1} ===\n' + (text or '') print(all_text[:15000]) "

Running Command

python3 -c " from pypdf import PdfReader reader = PdfReader('/home/daytona/workspace/attachments/3bf12dba-ccae-486a-8801-6cc903699eca/New.pdf', password='1802') all_text = '' for i, page in enumerate(reader.pages): text = page.extract_text() all_text += f'\n\n=== PAGE {i+1} ===\n' + (text or '') print(all_text[15000:]) "

I have all the data. Here is the complete analysis:

Diagnostic Report Analysis

Patient: Mr. Bhuwan Goswami | 23 years | Male Lab: Agilus Diagnostics, Fortis Greater Noida Date: 13 July 2026 | Ref. Dr. Pramila Ramnis Baitha

Complete Blood Count (CBC)

TestResultReferenceStatus
Hemoglobin15.1 g/dL13.0-17.0Normal
RBC Count5.29 mil/µL4.5-5.5Normal
WBC Count4.72 thou/µL4.0-10.0Normal
Platelet Count260 thou/µL150-410Normal
PCV/Hematocrit44.2%40-50Normal
MCV83.6 fL83-101Normal
MCH28.6 pg27-32Normal
MCHC34.2 g/dL31.5-34.5Normal
RDW13.8%11.6-14.0Normal
WBC Differential:
TestResultReferenceStatus
Neutrophils50%40-80Normal
Lymphocytes38%20-40Normal
Monocytes9%2-10Normal
Eosinophils3%1-6Normal
Basophils0%0-1Normal
Abs. Neutrophil Count2.36 thou/µL2.0-7.0Normal
Abs. Lymphocyte Count1.79 thou/µL1.0-3.0Normal
Peripheral Smear: RBCs - normocytic normochromic. WBCs - normal in number and morphology. Platelets - adequate. No atypical lymphocytes.
ESR: 5 mm/hr (Reference: 0-10) - Normal

Coagulation Profile

TestResultReferenceStatus
APTT27.5 sec24.1-33.9Normal
APTT Control29.0 sec29.0Normal
Prothrombin Time (PT)12.6 sec9.34-13.26Normal
INR1.09<1.5Normal
Coagulation is fully normal - no bleeding or clotting disorder.

Liver Function Tests (LFT)

TestResultReferenceStatus
Total Bilirubin0.57 mg/dL0-1.20Normal
Direct Bilirubin0.15 mg/dL≤0.3Normal
Indirect Bilirubin0.42 mg/dL0-0.90Normal
Total Protein7.9 g/dL6.4-8.3Normal
Albumin5.0 g/dL3.97-4.94High
Globulin2.9 g/dL2.0-4.0Normal
A/G Ratio1.71.0-2.0Normal
AST (SGOT)35 U/L0-40Normal
ALT (SGPT)59 U/L0-41High ⬆
ALP86 U/L40-129Normal
GGT29 U/L8-61Normal
LDH146 U/L135-225Normal
Key finding: ALT is elevated at 59 U/L (upper limit 41). This is a mild elevation (~1.4x ULN). AST is normal. This is a hepatocellular pattern of mild liver enzyme elevation. LDH is normal, which is relevant - LDH is often elevated in lymphoma.
Albumin mildly high - likely a lab variation or mild dehydration; not clinically significant.

Kidney Panel

TestResultReferenceStatus
BUN11 mg/dL6-20Normal
Creatinine0.83 mg/dL0.90-1.30Low
eGFR126.12 mL/min/1.73m²-Normal
Uric Acid6.1 mg/dL3.4-7.0Normal
Calcium10.7 mg/dL8.4-10.2High ⬆
Phosphorus4.1 mg/dL2.7-4.5Normal
Sodium138 mmol/L135-148Normal
Potassium4.62 mmol/L3.5-4.8Normal
Chloride97 mmol/L98-107Low ⬇
Key finding: Calcium is elevated at 10.7 mg/dL (ULN 10.2). Since albumin is also high at 5.0 g/dL, a corrected calcium should be calculated:
Corrected Ca = 10.7 + 0.8 × (4 - 5.0) = 10.7 - 0.8 = 9.9 mg/dL (within normal range)
So the hypercalcemia is likely a pseudo-elevation due to high albumin. Creatinine slightly low is common in young lean males and not clinically significant.

Inflammatory Markers

TestResultReferenceStatus
CRP0.9 mg/L<5.0Normal
CRP is normal - no significant acute inflammation or active infection.

Serology

TestResultStatus
HBsAg (Hepatitis B surface antigen)Non-ReactiveNormal
HCV AntibodiesNon-ReactiveNormal
Both hepatitis B and C are negative.

Thyroid Function

TestResultReferenceStatus
FT41.23 ng/dL0.93-1.70Normal
FT33.13 pg/mL2.0-4.4Normal
TSH (Ultrasensitive)2.090 µIU/mL0.270-4.200Normal
Thyroid function is completely normal - this supports the earlier ultrasound finding of a structurally normal thyroid.

Clinical Interpretation in Context of Cervical Lymphadenopathy

Correlating these results with the two neck ultrasound reports (March and July 2026 showing progressive lymph node enlargement from 7.2 mm to 17.8 mm at Level II):

Reassuring Findings

  • Normal CBC and peripheral smear - no blast cells, no atypical lymphocytes, no pancytopenia. This makes acute leukemia unlikely. WBC is normal at 4.72, not elevated.
  • Normal ESR (5 mm/hr) - this is actually very low. Classic lymphoma and TB are typically associated with elevated ESR. A normal or low ESR in progressive lymphadenopathy is somewhat unusual but does not rule out these diagnoses.
  • CRP normal - argues against active bacterial infection or significant systemic inflammation.
  • LDH normal (146) - LDH is a key marker for lymphoma (especially aggressive types). A normal LDH is somewhat reassuring, but early/low-grade lymphoma can have normal LDH.
  • Thyroid normal - thyroid disease excluded.
  • Hepatitis B and C negative - excludes viral hepatitis as a cause of lymphadenopathy.
  • Uric acid normal - not elevated, arguing somewhat against high tumor burden lymphoma.
  • Coagulation normal - no coagulopathy.

Abnormal Findings Requiring Attention

  • ALT mildly elevated (59, ULN 41) - mild hepatocellular liver injury. This could reflect: fatty liver, early viral hepatitis (window period for HBsAg), EBV-related hepatitis (very common in young adults with lymphadenopathy), or even lymphomatous infiltration of the liver. This needs follow-up with Anti-HBc (IgM), HBV DNA, EBV IgM/VCA antibodies, and Anti-HCV CLIA/ELISA (rapid tests can miss early infections).

What These Labs Do NOT Rule Out

  • Lymphoma - CBC can be entirely normal in early Hodgkin's lymphoma. ESR and LDH can be normal in early disease. The definitive diagnosis requires lymph node biopsy.
  • Tuberculosis - CBC, ESR, and CRP can be normal in early TB lymphadenitis. Mantoux/IGRA testing has not been done yet.
  • EBV infectious mononucleosis - the monospot test / EBV-specific antibodies were not ordered and are still needed. Peripheral smear showed no atypical lymphocytes, but this can be missed on routine reporting.

Summary of Outstanding Tests Still Needed

Given the progressive cervical lymphadenopathy (17.8 mm node at Level II over 4 months) with this lab profile, the following are still needed:
  1. CECT Neck + Chest - to assess node characteristics and mediastinum (lymphoma staging)
  2. Mantoux test + Quantiferon Gold - for TB
  3. EBV IgM (VCA), EBV IgG, EBV EBNA - for infectious mononucleosis
  4. Anti-HBc IgM + HBV DNA - to complete hepatitis B workup (explain elevated ALT)
  5. HIV 1 & 2 antibody - mandatory in unexplained lymphadenopathy
  6. Serum LDH repeat - if any change in clinical status
  7. Lymph node biopsy (excisional or core) of the Level II node - this remains the most important next step. Current labs cannot exclude lymphoma.
This analysis is for clinical guidance only and should be interpreted by the treating physician in full clinical context.

Analyse the whole scenario again both ultrasound everything and the blood work ans tell what could be the reason and what to do next

Searching sources...
Finding Sources
Finding Sources
Searching PubMed

cervical lymphadenopathy progressive young adult lymphoma tuberculosis differential

Finding Sources
Finding Sources
Searching PubMed

Hodgkin lymphoma cervical lymphadenopathy diagnosis

Reading File
Finding Sources
Reading Article

PMID: 36689975

Finding Sources
Finding Sources
Reading Article

PMID: 37383134

Reading File
Finding Sources
I now have everything needed for a complete integrated analysis. Here it is:

Integrated Clinical Analysis

Mr. Bhuwan Goswami | 23 years | Male | Neck Pain


THE FULL PICTURE AT A GLANCE

InvestigationDateKey Finding
Neck USG #103-Mar-2026Multiple bilateral cervical nodes, largest 7.2 mm (levels II, III, IB, IVA, V, IA)
Neck USG #206-Jul-2026Nodes still at multiple levels, largest now 17.8 x 8.8 mm at Level II
Blood Work13-Jul-2026CBC normal, peripheral smear normal, ESR 5, CRP 0.9, LDH 146, ALT 59 (High), Calcium 10.7 (mildly high), HBsAg/HCV negative, thyroid normal

WHAT MAKES THIS CLINICALLY CONCERNING

Three facts together demand urgent evaluation:
  1. Progressive enlargement - The dominant node has grown from 7.2 mm to 17.8 mm over 4 months. This is not resolution; it is progression. Reactive nodes from a viral illness should shrink within 4-6 weeks.
  2. Multi-level bilateral distribution - Nodes are present at cervical levels IA, IB, II, III, IVA, V bilaterally. This widespread, symmetric distribution is characteristic of lymphoma and TB far more than a simple local infection.
  3. Duration - This has been present for at least 4+ months. Acute infections do not persist this long without systemic symptoms that would have prompted treatment.

RANKED DIFFERENTIAL DIAGNOSIS

#1 - HODGKIN LYMPHOMA (Top Priority to Exclude)

Why this fits:
  • Age 23, male (Hodgkin's has a classic bimodal peak at 15-35 years, with 2:1 male predominance)
  • Firm, rubbery, progressive cervical nodes at Level II - the classic first-echelon site for Hodgkin's
  • Bilateral multi-level adenopathy (levels II, III, IB, IVA, V)
  • Absence of B-symptoms (fever, night sweats, weight loss) does not rule it out - many early Hodgkin's patients are asymptomatic
  • Normal CBC, normal LDH, normal ESR can all be present in early-stage (Stage I/II) Hodgkin's
  • The mildly elevated ALT could reflect early hepatic involvement or be incidental
Why the labs don't reassure:
  • Normal CBC only tells you there is no bone marrow failure yet
  • LDH is a late marker - it is elevated in aggressive or advanced lymphoma, not early disease
  • ESR of 5 mm/hr is actually suspiciously low for an infectious process; low ESR + painless progressive nodes in a young male is a classic Hodgkin's pattern

#2 - TUBERCULOSIS LYMPHADENITIS (Scrofula)

Why this fits strongly:
  • Single most common cause of chronic cervical lymphadenopathy in young adults in South Asia/India
  • TB lymphadenitis is the most common extrapulmonary manifestation of TB
  • Bilateral multi-level cervical involvement is very common
  • Normal CRP and ESR do not rule it out - especially in an immunocompetent host with early TB, inflammatory markers can be deceptively normal
  • No AFB testing, no IGRA/Mantoux has been done yet
  • TB can also cause mild liver enzyme elevation (ALT 59) from hepatic TB involvement or drug-induced hepatitis from prior empirical treatment
What to look for clinically: Evening fever pattern, significant constitutional symptoms over weeks-months, contact with a TB patient, BCG scar.

#3 - EBV INFECTIOUS MONONUCLEOSIS (Unresolved/Chronic Active)

Why this is still possible:
  • Affects 15-24 year olds almost exclusively - he is 23
  • Causes bilateral, multi-level cervical lymphadenopathy with significant node enlargement
  • ALT elevated at 59 - hepatic involvement (transaminitis) is a hallmark of EBV mono, occurring in up to 80% of cases. The 2023 rapid evidence review on infectious mononucleosis specifically states: "The presence of elevated liver enzymes increases clinical suspicion for infectious mononucleosis in the setting of a negative heterophile antibody test result."
  • Normal peripheral smear (no atypical lymphocytes reported) is a weak argument against it - atypical lymphocytes can be missed on routine reporting, and chronic/subacute EBV can show normal morphology
  • HBsAg and HCV are negative, making viral hepatitis-related lymphadenopathy from those viruses less likely
  • No EBV testing has been done - this is a critical gap
However: 4 months is long for standard mono. Either this is a prolonged case, or EBV triggered something (EBV is directly linked to Hodgkin's lymphoma pathogenesis).

#4 - KIKUCHI-FUJIMOTO DISEASE (Histiocytic Necrotizing Lymphadenitis)

Why it is relevant:
  • Affects young adults of both sexes (classically young Asian women, but men are affected too)
  • Painful or painless cervical lymphadenopathy + fever + flu-like illness
  • Self-limiting, but the comprehensive 2023 review (PMID 37383134) notes it is "often mistaken for non-Hodgkin lymphoma" and can mimic TB
  • The diagnosis requires lymph node biopsy with histopathology + immunohistochemistry
  • His neck pain could represent the tender lymphadenopathy typical of this condition

#5 - REACTIVE LYMPHADENOPATHY (Chronic/Persistent)

Possible but the least likely explanation given 4 months of progressive enlargement without resolution. Reactive nodes from URTI or dental infection should resolve. This remains a diagnosis of exclusion.

#6 - OTHER (Less Likely)

  • Non-Hodgkin Lymphoma - less typical at this age for cervical-predominant disease; NHL in adolescents/young adults tends to present with more systemic features and rapid progression
  • Cat scratch disease (Bartonella) - usually unilateral, regional; not bilateral multi-level
  • Toxoplasmosis - can cause bilateral cervical lymphadenopathy; not tested yet
  • Sarcoidosis - can cause cervical lymphadenopathy, bilateral; often with elevated serum calcium (his calcium 10.7 is borderline - but corrects to normal after albumin correction)
  • HIV-related lymphadenopathy - not tested; mandatory to exclude

THE KEY CLUE: ALT ELEVATED + NORMAL ESR/CRP

This combination is very informative:
  • Normal CRP (0.9) + Normal ESR (5) argues against acute bacterial infection and most common viral infections that cause intense inflammation
  • Elevated ALT (59) points toward hepatotropic or lymphotropic viral infection (EBV, CMV, early HBV) or hepatic infiltration (lymphoma, sarcoidosis)
  • Together, this pattern best fits EBV mono with hepatitis or early lymphoma without systemic inflammation - both of which can show this exact pattern

WHAT MUST BE DONE NEXT

Immediate (This Week) - Blood Tests

TestWhy
Monospot test (Heterophile antibody)Quick screen for EBV mononucleosis
EBV IgM (VCA), EBV IgG, EBV EBNADefinitive EBV serology - most important test given elevated ALT + age
CMV IgM/IgGCMV causes similar syndrome with transaminitis
Mantoux (TST) / Quantiferon Gold (IGRA)Screen for TB - Quantiferon preferred (not affected by BCG vaccination)
HIV 1 & 2 (4th gen Ag/Ab combo)Mandatory in any unexplained lymphadenopathy >4 weeks
Toxoplasma IgM/IgGToxo causes bilateral cervical lymphadenopathy
LDH repeat + Serum uric acidBaseline tumor markers; LDH is an IPI component
Anti-HBc IgM + HBV DNAALT is elevated; HBsAg rapid test can be falsely negative in window period
Serum ACE levelIf sarcoidosis suspected (hypercalcemia + bilateral lymphadenopathy)
Serum ferritinMarkedly elevated in lymphoma and Kikuchi disease
Repeat LFT in 4 weeksTrack ALT trajectory

Imaging (Within 1-2 Weeks)

TestWhy
CECT Neck + Chest with contrastLook for mediastinal adenopathy (Hodgkin's), nodal morphology (necrosis = TB/Kikuchi), lung hilar adenopathy (sarcoid/TB), node size and number for staging
Chest X-ray (if CT delayed)Quick screen for mediastinal widening - a cardinal sign of Hodgkin's lymphoma

Definitive Step - Lymph Node Biopsy

This is unavoidable. After 4 months of progressive lymphadenopathy reaching 17.8 mm at Level II with no diagnosis, a lymph node biopsy is indicated regardless of blood test results. As per Fischer's Mastery of Surgery (p. 7972): "Excisional lymph node biopsy is often required for adequate diagnosis of malignancy... FNA does not provide information regarding cell structure and is inadequate for ruling out certain malignancies including lymphoma."
  • Excisional biopsy of the largest Level II node is preferred
  • Tissue must be sent for: histopathology, flow cytometry, immunohistochemistry, AFB culture + PCR, and tissue EBV in-situ hybridization
  • Core needle biopsy is an alternative if excision is not immediately feasible, but tissue yield may be inadequate for lymphoma subtyping

PRIORITY ORDER IN ONE LINE

Do EBV serology + IGRA + HIV today → CECT chest this week → lymph node excisional biopsy if no clear diagnosis within 2 weeks.
Do not wait further. The progressive nature over 4 months with a 17.8 mm node at Level II in a 23-year-old male means lymphoma must be excluded by tissue diagnosis, not by blood tests alone.

Disclaimer: This is a clinical decision-support analysis. All diagnostic and therapeutic decisions must be made by the treating physician with full clinical correlation.

Does this blood work explain that there is no recent infection because of which the node is reactive

This is a sharp and important question. Let me give you a direct, honest answer.

Does the Blood Work Rule Out a Recent Infection as the Cause?

Partially - but not completely.

What the Blood Work DOES Say Against Active/Recent Infection

TestResultWhat it Means
CRP0.9 mg/L (Normal <5)CRP rises within 4-6 hours of infection and peaks in 1-2 days. A value of 0.9 is essentially zero. This strongly argues there is no active bacterial infection or significant acute inflammation at the time of testing.
ESR5 mm/hr (Normal 0-10)Extremely low. ESR is elevated in most chronic infections (TB, chronic bacterial), systemic inflammation, and malignancy. An ESR of 5 is almost too clean - it makes chronic TB lymphadenitis and autoimmune causes less likely.
WBC4.72 (Normal 4-10)A count of 4.72 is at the lower end of normal. Active bacterial infection typically pushes WBC above 10. No leukocytosis = no significant bacterial infection.
Neutrophils50% (Normal 40-80), Absolute 2.36Not elevated. In bacterial infection, neutrophils surge first. Normal neutrophils = no bacterial process.
Peripheral SmearWBCs normal in number and morphologyNo atypical lymphocytes reported. These appear in EBV, CMV, and other viral infections. Their absence on smear reduces (but does not eliminate) the probability of active EBV/CMV.
HBsAgNon-ReactiveHepatitis B not the cause.
HCV AbNon-ReactiveHepatitis C not the cause.
Conclusion from these: No active bacterial infection. No significant acute systemic inflammation. No hepatitis B or C.

What the Blood Work Does NOT Rule Out

Here is where you must be careful:
1. EBV (Epstein-Barr Virus) - NOT ruled out
  • No monospot test was done
  • No EBV IgM/IgG was ordered
  • CRP and ESR can be normal or near-normal in EBV mono - EBV does not always drive a strong CRP response
  • The elevated ALT (59) is actually a signature finding of EBV hepatitis - it occurs in up to 80% of EBV mono cases
  • Peripheral smear can miss atypical lymphocytes, especially if the infection is subacute or resolving
  • You cannot say EBV has been excluded without EBV serology
2. CMV - NOT ruled out
  • Same logic as EBV. CMV causes lymphadenopathy with hepatitis (elevated ALT), mild or no systemic inflammation, and a normal WBC. Serology not done.
3. Toxoplasma - NOT ruled out
  • Causes bilateral cervical lymphadenopathy in young adults, often with minimal inflammatory response. Serology not done.
4. TB - NOT adequately ruled out
  • TB lymphadenitis can present with completely normal CRP, ESR, WBC, and peripheral smear, especially in early or paucibacillary disease
  • Mantoux and Quantiferon Gold have not been done
  • A normal ESR does not exclude TB in an immunocompetent person

The Most Honest Answer

The blood work rules out an active bacterial infection and acute systemic inflammation with reasonable confidence. But it does not rule out viral causes (EBV, CMV, Toxoplasma) or TB - all of which can produce reactive lymphadenopathy with a perfectly normal CBC, ESR, and CRP.
The one finding that keeps infection on the table is the elevated ALT (59). A normal person with no infection and no liver disease should not have an elevated ALT. Something is causing low-grade liver stress - and EBV or CMV hepatitis is the most likely explanation for that in a 23-year-old male with bilateral cervical lymphadenopathy.

Bottom Line for Clinical Decision-Making

The blood work makes bacterial reactive lymphadenopathy very unlikely. It does not make viral or granulomatous (TB) reactive lymphadenopathy unlikely. And critically - it does not reassure against lymphoma, which can coexist with a completely normal CRP, ESR, LDH, WBC, and peripheral smear in early disease.
The only way to fully answer whether these nodes are reactive or neoplastic is a lymph node biopsy with histopathology. Blood tests, no matter how many are ordered, cannot replace tissue diagnosis in a case of progressive lymphadenopathy over 4 months.
attachment
attachment

Report

This is a critical new report. Let me read it carefully and cross-reference with everything we know.
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Searching PubMed

FNAC cervical lymph node lymphoma false negative inadequate

Finding Sources
Searching PubMed

fine needle aspiration lymph node lymphoma diagnosis accuracy excisional biopsy

Reading Article

PMID: 34221097

Finding Sources
Now I have everything needed. Here is the full analysis of this FNAC report in the context of the entire case:

FNAC Report Analysis

Patient: Mr. Bhuwan Goswami | 23 years | Male Specimen: USG-guided FNAC - Cervical Lymph Node Drawn: 14-Jul-2026 | Reported: 17-Jul-2026 Path No: C-101/26 | Lab: Agilus Diagnostics, Fortis Greater Noida

What the FNAC Report Actually Says

Microscopic Findings (verbatim):

"Smears are cellular and show inflammatory cells comprising of predominantly monomorphic lymphocytes. Few neutrophils are also seen. The background shows RBC. Granuloma are not seen."

Pathologist's Diagnosis:

"To rule out the possibility of Lymphoma/Leukaemia, Kindly do: 1. Clinicoradiological correlation 2. CBC and detailed blood work up"

Breaking Down What This Means

"Predominantly monomorphic lymphocytes"

This is the single most important phrase in this entire report and it is being used carefully by the pathologist.
  • Monomorphic means all the lymphocytes look the same - they are of a single, uniform type
  • In a normal reactive lymph node, you expect a polymorphic (mixed) population - small lymphocytes, large lymphocytes, plasma cells, macrophages, germinal center cells, all in varying stages
  • When a lymph node shows predominantly monomorphic lymphocytes, it means the normal architectural variety is absent - all cells look the same
  • This pattern on cytology raises the flag for lymphoma, where a single clone of malignant lymphocytes proliferates and crowds out the normal mixed population
This is NOT a reassuring finding. The pathologist is directly telling you: "I cannot confidently say this is benign reactive lymphadenopathy."

"Granuloma are not seen"

This is relevant because:
  • Tuberculosis lymphadenitis characteristically shows epithelioid granulomas with or without caseation necrosis on FNAC
  • The absence of granulomas makes TB lymphadenitis less likely on this sample
  • However - FNAC has sampling limitations. A node with TB can sometimes miss granulomas if the needle hits the wrong area. TB is not fully excluded by this alone.

"Few neutrophils"

Neutrophils in a lymph node suggest a mild inflammatory reaction. This is a non-specific finding and can be seen in reactive nodes, early infection, or the periphery of a lymphoma that has triggered local inflammation.

The Pathologist's Advice

The pathologist has specifically written "to rule out Lymphoma/Leukaemia" - this means the cytology picture was insufficient to reassure and suspicious enough to mandate further workup. This is not a routine disclaimer. It is a direct clinical alert.

Why FNAC Cannot Diagnose or Exclude Lymphoma

This is the most important concept to understand right now.
FNAC only gives you individual cells in suspension - it destroys the lymph node's architecture. Lymphoma diagnosis - especially Hodgkin's lymphoma and low-grade Non-Hodgkin's lymphoma - depends on seeing:
  • How the cells are arranged within the node (follicular vs diffuse pattern)
  • The presence of Reed-Sternberg cells in their correct tissue context (Hodgkin's)
  • Immunohistochemical markers (CD15, CD30, CD20, CD3, etc.)
  • Flow cytometry for clonality
A published study of 392 lymph node FNACs compared against histopathology found that 3 out of 4 false-negative FNAC results were low-grade Non-Hodgkin lymphoma - exactly the scenario where FNAC looks "reactive" while the node actually contains lymphoma (Eryilmaz et al., CytoJournal 2021, PMID 34221097). Fischer's Mastery of Surgery (p. 7972) explicitly states: "FNA does not provide information regarding cell structure and is inadequate for ruling out certain malignancies including lymphoma and rhabdomyosarcoma."

Integrating Everything - The Full Picture Now

FindingSignificance
USG #1 (Mar 2026)Bilateral multi-level nodes, largest 7.2 mm
USG #2 (Jul 2026)Same nodes, largest now 17.8 mm - progressive over 4 months
CBC (Jul 13)Normal - no leukocytosis, no atypical lymphocytes
ESR 5, CRP 0.9Very low - rules out active bacterial infection and most inflammatory causes
ALT 59 (elevated)Suggests hepatotropic/lymphotropic viral process or hepatic involvement
HBsAg, HCVNegative
ThyroidNormal
FNAC (Jul 17)Monomorphic lymphocytes, no granulomas - pathologist flags to rule out Lymphoma/Leukaemia

What the FNAC Changes

Before FNAC: Lymphoma was the top differential but EBV, TB, and reactive causes were still plausible.
After FNAC: The cytology finding of monomorphic lymphocytes with the pathologist explicitly requesting lymphoma exclusion moves lymphoma to the front of the differential with even greater urgency. TB has become less likely (no granulomas). Simple reactive lymphadenopathy is also less likely (reactive nodes show polymorphic, not monomorphic, cells).

What Must Happen Now - Urgently

Step 1: Flow Cytometry on FNAC Sample (If Material Remains)

Ask the pathologist if residual aspirated material was collected for cell block or liquid cytology. Flow cytometry on FNAC aspirate can identify:
  • Clonal B-cell or T-cell populations (diagnostic of lymphoma)
  • CD4:CD8 ratio abnormalities
  • Aberrant antigen expression

Step 2: Excisional Lymph Node Biopsy - This Cannot Be Delayed Further

This is now mandatory. The FNAC result, combined with 4+ months of progressive lymphadenopathy, mandates tissue diagnosis. The largest Level II node (17.8 mm) must be excised under general anesthesia and sent for:
  • Histopathology with H&E staining - assess nodal architecture
  • Immunohistochemistry panel (CD20, CD3, CD15, CD30, CD10, BCL2, Ki-67, PAX5) - classify lymphoma subtype
  • Flow cytometry on fresh tissue - clonality assessment
  • AFB culture + PCR - still cover for TB
  • EBV in-situ hybridization (EBER) - EBV is linked to both Hodgkin's and some NHL subtypes

Step 3: Blood Tests Still Pending

Even while arranging biopsy, get these done in parallel:
  • EBV IgM/IgG (VCA + EBNA)
  • HIV 1&2 (4th generation)
  • Quantiferon Gold (IGRA) for TB
  • LDH + Serum ferritin (tumor markers)
  • CECT Neck + Chest to assess mediastinum and stage nodal disease

Bottom Line

The FNAC report is not reassuring. The finding of monomorphic lymphocytes without granulomas in a progressively enlarging cervical node in a 23-year-old male, combined with 4 months of bilateral multi-level lymphadenopathy and a normal inflammatory profile, makes lymphoma the most probable diagnosis until proven otherwise by tissue biopsy.
The pathologist has explicitly flagged lymphoma/leukaemia. This must be acted upon with an excisional biopsy - not more blood tests, not another ultrasound, not watchful waiting.
Time matters in lymphoma. An early-stage Hodgkin's lymphoma (Stage I/II) has a cure rate exceeding 90% with chemotherapy/radiation. Delayed diagnosis allows progression to advanced stages with worse outcomes.
This analysis is for clinical guidance only. All decisions must be made by the treating physician.
This is a shared conversation. Sign in to Orris to start your own chat.