How to manage this case

Reading File
Running Command

python3 -c " import pdfplumber files = [ '/tmp/workspace/attachments/7e98c105-4ed2-4073-b822-46e66d73506d/20 July latest mri report.pdf', '/tmp/workspace/attachments/7e98c105-4ed2-4073-b822-46e66d73506d/csf.pdf' ] for f in files: print(f'=== FILE: {f} ===') with pdfplumber.open(f) as pdf: for i, page in enumerate(pdf.pages): text = page.extract_text() print(f'--- Page {i+1} ---') print(text) print() "

analyse_media
analyse_media
Running Command

python3 -c " from pypdf import PdfReader import base64 # Try to extract images from PDFs for fname, label in [ ('/tmp/workspace/attachments/7e98c105-4ed2-4073-b822-46e66d73506d/20 July latest mri report.pdf', 'mri'), ('/tmp/workspace/attachments/7e98c105-4ed2-4073-b822-46e66d73506d/csf.pdf', 'csf') ]: reader = PdfReader(fname) print(f'=== {label}: {len(reader.pages)} pages ===') for i, page in enumerate(reader.pages): images = page.images print(f' Page {i+1}: {len(images)} images') for j, img in enumerate(images): out = f'/tmp/workspace/{label}_p{i+1}_img{j+1}.{img.name.split(\".\")[-1] if \".\" in img.name else \"png\"}' with open(out, 'wb') as f: f.write(img.data) print(f' Saved: {out} ({len(img.data)} bytes)') "

Loading Image
Loading Image
Loading Image
Reading File
Reading File
Reading File
Reading File
Reading File
Reading File
Reading File
Reading File
Finding Sources
Finding Sources
Searching PubMed

cerebellar hemorrhage craniectomy VP shunt management

Finding Sources
Searching PubMed

"cerebellar hemorrhage"[MeSH Terms] AND "surgical treatment"[MeSH Terms]

I now have comprehensive data to provide a thorough clinical management plan. Let me compile the full answer based on all the reports reviewed.

Case Summary

Patient: Mr. Rajendra Anjankar, 59 years, Male Referring physician: Dr. N. Jaiswal, Suretech Hospital, Nagpur

Documents Reviewed

MRI Brain (20 July 2026 - Follow-up study)

Impression - Post-op case of right cerebellar bleed:
FindingDetail
Post-operative statusSuboccipital craniectomy
Acute infarctSmall to medium, right peritrigonal region (DWI restriction, low ADC)
Lacunar infarctsFew acute to subacute, bilateral fronto-parietal white matter
Cerebellar hemorrhageSignificant evacuation seen; residual hemorrhage 28×32 mm in operative bed
Intraventricular extensionMild resolution (improving)
Ventricular systemMild dilatation; VP shunt in situ
Ischemic fociMultiple lacunar, bilateral ganglio-capsular + fronto-parietal white matter
White matter changesMild to moderate periventricular ischemic changes
Comparison to 16-Jul-2026No significant interval change

CSF Reports (Dhruv Pathology Lab) - Three separate samples

Sample 1 - Collected 11/07/2026:
  • Blood culture (aerobic + anaerobic): No growth after 5 days - Final report negative
Sample 2 - Collected 16/07/2026 (CSF - Reddish, Turbid):
  • Gram stain: Few RBCs, few lymphocytes, few polymorphs; no organism seen
  • AFB stain: Acid fast bacilli not seen
  • Culture & Sensitivity (preliminary, 17/07/2026): No growth after overnight incubation - awaiting final
Sample 3 - Collected 21/07/2026 (CSF - Colourless, Clear):
  • Gram stain: Pus cells not seen, organism not seen
  • AFB stain: Acid fast bacilli not seen
  • Culture & Sensitivity (preliminary, 22/07/2026): No growth after overnight incubation - awaiting final

Clinical Interpretation

This is a complex post-operative neurosurgical case with several concurrent issues:

1. Residual Cerebellar Hemorrhage (28×32 mm)

  • The hematoma has been significantly evacuated surgically, but a sizeable residual remains in the operative bed
  • No interval change from 16-Jul to 20-Jul suggests stabilization - this residual clot is likely organizing/resolving naturally
  • Management: Conservative - serial MRI monitoring every 2-4 weeks. Re-evacuation is not indicated unless neurological deterioration occurs. Avoid anticoagulants and antiplatelet agents for now.

2. New Acute Infarct - Right Peritrigonal Region

  • DWI restriction with low ADC confirms true acute ischemic infarct (not T2 shine-through)
  • Mechanism likely: post-operative hypoperfusion, vasospasm near operative site, or micro-emboli
  • The timing (post suboccipital craniectomy) puts this in the posterior circulation territory
  • Management:
    • Aspirin 75-100 mg/day (once hemorrhage stabilizes - after discussion with neurosurgeon, typically safe 2-4 weeks post-op when residual hematoma is stable)
    • Strict blood pressure control - aim for systolic 130-140 mmHg (avoid hypotension which worsens ischemia, avoid hypertension which risks re-bleed)
    • Statin therapy: Atorvastatin 40 mg nightly (pleiotropic + lipid-lowering benefit post-stroke)
    • Rule out atrial fibrillation with ECG/Holter monitoring
    • Evaluate for underlying vasculopathy (lipid profile, HbA1c, fasting glucose)

3. Multiple Lacunar Infarcts (bilateral ganglio-capsular, fronto-parietal)

  • Pattern suggests small vessel disease (lacunar vasculopathy)
  • Contributing factors at 59 years: hypertension, diabetes, smoking - all need aggressive secondary prevention
  • Management:
    • Control vascular risk factors aggressively (target BP <130/80 mmHg, HbA1c <7%, LDL <70 mg/dL)
    • Aspirin + statin (as above)
    • Long-term rehabilitation (physiotherapy, speech therapy if affected)

4. VP Shunt In Situ - Mild Ventricular Dilatation

  • Shunt is functioning (mild dilatation only, down from the presumed worse state earlier given the intraventricular hemorrhage)
  • Mild resolution of intraventricular extension is reassuring
  • Management:
    • Monitor for shunt malfunction: symptoms include worsening headache, drowsiness, vomiting, deteriorating GCS
    • Serial CT head at intervals to monitor ventricular size
    • Shunt revision if ventricular size increases or symptomatic hydrocephalus develops
    • Keep CSF culture surveillance (as already being done)

5. CSF - Trend Toward Sterility

The CSF has notably cleared between the two lumbar puncture samples:
  • 16-Jul: Reddish, turbid - RBCs + lymphocytes + polymorphs (inflammatory/hemorrhagic)
  • 21-Jul: Colourless, clear - no pus cells, no organisms
This is a very encouraging trend. The turbid/hemorrhagic 16-Jul CSF was likely a combination of:
  • Blood from the intraventricular extension of the cerebellar hemorrhage (traumatic/hemorrhagic vs. infective)
  • Reactive pleocytosis post-surgery
The 21-Jul sample being clear and sterile, with AFB negative on both occasions and no bacterial growth, substantially reduces the probability of ventriculitis or meningitis.
  • Management:
    • Culture finals for 21-Jul CSF are still pending (preliminary at 22/07/2026) - await these before discontinuing any empirical antibiotics if currently on them
    • If currently on empirical antibiotics (e.g., for post-neurosurgical meningitis prophylaxis), consider de-escalation/discontinuation pending culture finals
    • Continue CSF monitoring if VP shunt is accessed again
    • TB meningitis: Low probability given AFB negative ×2, CSF cleared, clinical picture - no empirical ATT indicated unless CSF biochemistry (protein, glucose, cell count) was abnormal (not reported here - if available, review)
    • Fungal meningitis: Consider India ink stain/cryptococcal antigen if immune status is compromised

Immediate Priority Action List

PriorityAction
UrgentAwait CSF culture final report (21-Jul sample, due ~5 days from collection)
UrgentECG + Holter to exclude AF as embolic source for new infarct
UrgentFasting lipid profile, HbA1c, fasting glucose, renal function
Neurosurgery reviewAssessment of residual 28×32 mm hematoma - surgical vs. conservative
Within 48hStrict BP monitoring and control (target 130-140 systolic in acute phase)
MedicationAspirin timing decision (discuss with neurosurgeon re: residual bleed)
MedicationStart/continue statin therapy
RehabilitationPhysiotherapy, occupational therapy - early mobilization
Follow-up MRIRepeat in 2-4 weeks to assess residual hematoma resolution and infarct evolution

Key Concerns to Watch For

  1. Shunt malfunction - any worsening of consciousness level, headache, vomiting
  2. Re-bleeding - sudden neurological deterioration, new focal deficits
  3. Infarct expansion - worsening of the right peritrigonal infarct into middle cerebral territory
  4. Post-neurosurgical meningitis - fever, meningismus, CSF pleocytosis on culture (less likely now given clear 21-Jul CSF, but finals still pending)
  5. Vasospasm - particularly if subarachnoid blood was present (check for this clinically)

Note: The CSF culture finals from 21-Jul 2026 are still preliminary as of today (22-Jul). Do not finalize antibiotic decisions until these results are available. The overall trajectory - clearing CSF, no organisms on any stain, stable MRI - is reassuring, but this remains a high-risk post-neurosurgical patient requiring close multi-disciplinary monitoring (neurosurgery, neurology, infectious disease if needed).

This are investigation reports

Running Command

python3 -c " from pypdf import PdfReader fname = '/tmp/workspace/attachments/7e98c105-4ed2-4073-b822-46e66d73506d/investigation.pdf' reader = PdfReader(fname) print(f'Total pages: {len(reader.pages)}') for i, page in enumerate(reader.pages): images = page.images print(f' Page {i+1}: {len(images)} images') for j, img in enumerate(images): ext = img.name.split('.')[-1] if '.' in img.name else 'jpg' out = f'/tmp/workspace/inv_p{i+1}_img{j+1}.{ext}' with open(out, 'wb') as f: f.write(img.data) print(f' Saved: {out} ({len(img.data)} bytes)') "

Reading File
Reading File
Running Command

python3 -c " from PIL import Image import os for i in [1, 2]: src = f'/tmp/workspace/inv_p{i}_img1.jpg' dst = f'/tmp/workspace/inv_p{i}_small.jpg' img = Image.open(src) print(f'Page {i} original size: {img.size}') img.thumbnail((1400, 1900), Image.LANCZOS) img.save(dst, 'JPEG', quality=85) print(f'Page {i} resized to: {img.size}, file size: {os.path.getsize(dst)} bytes') "

Running Command

python3 -c " from PIL import Image import os for i in [1, 2]: src = f'/tmp/workspace/inv_p{i}_img1.jpg' dst = f'/tmp/workspace/inv_p{i}_small.jpg' img = Image.open(src) img.thumbnail((1000, 1400), Image.LANCZOS) img.save(dst, 'JPEG', quality=80) print(f'Page {i}: {img.size}, {os.path.getsize(dst)} bytes') "

Reading File
Reading File
Excellent - I can read both pages clearly. Now I have the complete serial investigation data. Let me compile and analyze everything.

Serial Investigation Data - Mr. Rajendra Yashwant Anjankar, 59M (ICU 4th Floor/BED-02)

Consultant: Dr. Nirmal Jaiswal | UHID: SURE00169074 Blood Group: A+ve | HIV: Non-reactive | HBsAg: Non-reactive

Complete Serial Lab Trends

Parameter12/0713/0714/0715/0716/0717/0718/0719/0720/0721/0722/07Normal Range
Hb (g/dL)13.012.713.713.112.712.013.212.413.614.013.713–17
PCV (%)39.838.342.240.538.536.940.141.842.042.841.440–52
ESR
WBC (/cumm)23,20014,90014,20013,10011,30010,20012,20013,70013,40017,10017,5004,000–11,000
Platelets3,43,0003,48,0004,30,0004 lac 8244,58,0005,35,000613K610K5 lac 84K6 lac 21K6 lac 46K1.5–4.0 lac
Blood Urea (mg/dL)4535364052414155605715–45
Sr. Creatinine (mg/dL)0.90.80.800.80.750.90.851.01.21.050.6–1.2
Sr. Sodium (mEq/L)143138134187(?)134138135139131145146135–145
Sr. Potassium (mEq/L)3.43.43.74.03.83.23.74.33.63.53.93.5–5.0
LDH210216.8218.69140–280
PT/INR21.3/1.6516.0/1.2315.9/1.215.4/1.119.1/1.520.4?26/1.8311–14 / 0.9–1.1
PTTKAbnormalQlmo 31.1Qlmo 42.041.041.025–35 sec
SGOT (AST)300.38285.15287.4292.60Clemo310.17<40
SGPT (ALT)300.38285.15292.60~278310.17<40
Alk. PhosphataseBuHBuH44–147
Bilirubin (I)285.3<0.8
PCT (Procalcitonin)4.74 (13/2/26?)0.47<0.5 ng/mL
T30.84
T4<13 (13/2/26)
Page 2 additional findings (handwritten CSF/urine data, 18/07):
  • Urine: pH 6.0, Sp.Gr 1.025 (Squamo epithelial cells 1+)
  • CSF: PC 3-4 cells, EP 1-2 cells, Blood 1+, Budding yeast 2+

Critical Findings & Clinical Interpretation

🔴 ALERT: Budding Yeast in CSF (18/07/2026)

This is the most critical new finding. The 18-Jul CSF microscopy showed:
  • Budding yeast 2+ in CSF
  • Blood 1+ (hemorrhagic tap vs. true blood)
  • PC 3-4 cells, EP 1-2 cells
This strongly suggests Cryptococcal Meningitis or other fungal ventriculitis in a post-neurosurgical patient with VP shunt. This must be acted on urgently.
Immediate actions required:
  1. CSF India Ink stain - if not already done
  2. Serum and CSF Cryptococcal Antigen (CrAg) - highly sensitive (>95%) for cryptococcal meningitis
  3. CSF fungal culture - on Sabouraud dextrose agar
  4. Start empirical antifungal therapy - do not wait for culture confirmation:
    • Induction: Liposomal Amphotericin B (L-AmB) 3-4 mg/kg/day IV + Flucytosine 25 mg/kg 4 times daily (if available) for ≥2 weeks
    • If Flucytosine unavailable: L-AmB alone or L-AmB + Fluconazole 400-800 mg/day
    • Consolidation (after 2 weeks, if CSF sterile): Fluconazole 400 mg/day × 8 weeks
    • Maintenance: Fluconazole 200 mg/day × 1 year
  5. Assess immune status - check CD4 count, HIV ELISA (though HIV was listed as non-reactive, reconfirm), immunosuppressant history
  6. Neurosurgery consultation - VP shunt in the context of fungal CNS infection requires specialized management (shunt may need to be externalized or revised)
  7. Serial CSF monitoring via LP or shunt tap every 2 weeks to assess treatment response
Note: The 21-Jul CSF (colourless, clear, no pus cells, no organisms on Gram/AFB) may represent temporal variation, clearance effect of empirical treatment, or sampling from a different compartment. Do not be falsely reassured - the fungal culture on 21-Jul is still pending.

🟡 Rising WBC Trend (Leukocytosis)

DateWBC
14/0714,200
16/0711,300 (improving)
17/0710,200
20/0713,400
21/0717,100 ↑
22/0717,500 ↑↑
  • After a reassuring dip (11-12K range), WBC is rising again to 17,500 on 22/07
  • This rising leukocytosis paralleling the fungal CSF finding is very concerning for ongoing CNS fungal infection / sepsis
  • Differential: also consider bacterial super-infection, aspiration pneumonia, UTI, wound infection
Action: Blood cultures (if not already done), chest X-ray, urine culture, wound inspection. Review antibiotic coverage.

🟡 Thrombocytosis (Rising Platelets)

DatePlatelets
12/073,43,000
17/075,35,000
19/076,10,000
22/076,46,000
  • Platelet count has nearly doubled over 10 days
  • At 59-year-old male post-neurosurgical: reactive thrombocytosis due to surgery/inflammation is the most likely cause
  • However, extreme thrombocytosis (>6 lac) with neurological disease carries thrombotic risk (in-situ venous/arterial thrombosis worsening lacunar infarcts)
  • Action: Do not treat with platelet-lowering agents. Ensure adequate hydration. Monitor trend - if exceeds 10 lac, reassess. This will partially contraindicate aspirin until the residual cerebellar hematoma is more resolved.

🟡 Coagulopathy (PT/INR Trend)

DatePTINR
14/0721.31.65
15/0716.01.23
16/0715.91.2
18/0715.41.1
19/0719.11.5
22/07261.83 ↑↑
  • INR was improving but has worsened again to 1.83 on 22/07 - significant coagulopathy
  • PTTK also prolonged (41-42 sec) on 15-16/07
  • Causes: liver dysfunction (elevated transaminases), consumption coagulopathy, nutritional deficiency (Vit K), or antifungal drug effect
  • Action:
    • Vitamin K 10 mg IV/IM daily × 3 days (if not on anticoagulants)
    • Check fibrinogen, D-dimer to rule out DIC
    • Fresh Frozen Plasma (FFP) if active bleeding or pre-procedure
    • Monitor liver function - transaminases are markedly elevated

🔴 Markedly Elevated Liver Enzymes

Parameter12/0714/0715/0719/0720/0722/07
SGOT300285287293~278310
SGPT300285293~278310
  • SGOT/SGPT persistently 300+ units throughout admission - this is 6-8× upper limit of normal
  • Causes: hepatic congestion (from raised ICP/CCF), drug-induced (antibiotics, antifungals, anticonvulsants), ischemic hepatitis, direct viral/fungal invasion
  • If starting Amphotericin B: monitor LFTs closely as it is nephrotoxic and can worsen hepatic parameters
  • Action:
    • Review all current hepatotoxic drugs
    • Check total bilirubin, GGT, Alk. Phos (some marked "BuH" = busy/high - confirm values)
    • Hepatology consultation if worsening
    • Check prothrombin time trend in context of liver synthetic function (INR already elevated)

🟡 Renal Function - Mild Deterioration

DateUreaCreatinine
12/07450.9
16/07520.75
20/07551.0
21/07601.2
22/07571.05
  • Creatinine touching 1.2 on 21/07 - borderline but trending upward from baseline ~0.75-0.9
  • Important context: if initiating Amphotericin B, nephrotoxicity is a major concern. Use Liposomal formulation (less nephrotoxic than conventional AmB). Pre-hydrate with normal saline.
  • Monitor urea/creatinine daily once antifungal started

🟡 Procalcitonin (PCT)

  • 13/07 (or 13/02): PCT 4.74 ng/mL - HIGH (>2 = high probability of bacterial sepsis)
  • 21/07: PCT 0.47 ng/mL - Normal/low (< 0.5)
  • Dramatic fall in PCT suggests bacterial component has been controlled with antibiotics
  • However, PCT does NOT rise with fungal infections - so a normal PCT does not exclude fungal CNS infection

Sodium Trend

  • 12/07: 143 (normal), 14/07: 134 (hyponatremia), oscillates between 131-146
  • 22/07: 146 (high-normal/hypernatremia)
  • Post-neurosurgical hyponatremia: consider SIADH vs. cerebral salt wasting
  • Current hypernatremia (146): may reflect over-correction, tube feed, or dehydration
  • Action: Restrict free water if SIADH pattern; ensure adequate fluid balance; recheck in 12 hours

Updated Management Summary

Highest Priority (Do Today)

#Action
1CSF CrAg (Cryptococcal Antigen) - serum + CSF - urgent
2India Ink stain on stored/fresh CSF
3CSF Fungal culture (if not already sent)
4Start Liposomal Amphotericin B 3-4 mg/kg/day IV pending CrAg result (budding yeast in CSF is sufficient to start empirical therapy)
5INR 1.83 + PT 26 → Vitamin K 10 mg IV/IM today; check fibrinogen, D-dimer
6Rising WBC 17,500 → Blood cultures × 2 sets, CXR, urine culture
7Neurosurgery consult re: VP shunt management in context of fungal CNS infection

Ongoing Monitoring (Daily)

ParameterTargetFrequency
WBC, CRPDownward trendDaily
Urea, Creatinine<1.2, <45Daily (critical once AmB started)
Electrolytes (Na, K)Na 135-145, K 3.5-5.0Daily
PT/INRTrend toward normalEvery 48 hours
SGOT/SGPTDownward trendEvery 2-3 days
PlateletsMonitor, not treatEvery 2-3 days

Medications to Review

DrugReason
Empirical antibioticsPCT normalized - consider de-escalation after cultures
AnticonvulsantsCheck hepatotoxicity profile - phenytoin/valproate worsen LFTs
Proton pump inhibitorContinue for stress ulcer prophylaxis (ICU patient)
AspirinHold for now - residual cerebellar hematoma + INR 1.83 + thrombocytosis
StatinContinue - hepatoprotective post-stroke benefit; monitor LFTs
DVT prophylaxisReassess - coagulopathy present but also thrombotic risk from infarcts/thrombocytosis

Bottom line: The budding yeast in CSF from 18-Jul is the most actionable finding in this entire dataset. Combined with ongoing leukocytosis, post-neurosurgical VP shunt, worsening coagulopathy, and persistently elevated transaminases, this patient needs urgent antifungal therapy and a multidisciplinary neurosurgery + infectious disease review today. The encouraging fall in PCT and clearing 21-Jul CSF reflect bacterial infection control, but do not address the fungal component.
This is a shared conversation. Sign in to Orris to start your own chat.