Im working up 58 yrs old female with thrombocytopenia. She's hypertensive, gone hospital with petichae found have 4000 plt. Now she's come to me after 5 days with hematuria. Gum bleeding. Exmn vitals stable, palloor+, petechial rash+.labs anemia, thrombocytopenia plt 14000, hb 9. Tc normal. Lft, rft normal. Dengue malaria, hiv, hcv negative. Vitb 12, ana, tsh sent. P smear attached . How should I further work up n treat
python3 -c " import pdfplumber with pdfplumber.open('/tmp/workspace/attachments/e9df74e4-d6b4-4168-b649-e6d0583bd49f/Mrs. LATHA11.pdf') as pdf: print(f'Pages: {len(pdf.pages)}') for i, page in enumerate(pdf.pages): text = page.extract_text() print(f'--- Page {i+1} ---') print(text) imgs = page.images print(f'Images on page: {len(imgs)}') "
immune thrombocytopenia ITP diagnosis management adults
ITP workup diagnosis 2024 2025 guidelines bone marrow biopsy when indicated adults
python3 -c " from pypdf import PdfReader import base64, os reader = PdfReader('/tmp/workspace/attachments/e9df74e4-d6b4-4168-b649-e6d0583bd49f/Mrs. LATHA11.pdf') os.makedirs('/tmp/workspace/latha_smear', exist_ok=True) count = 0 for page in reader.pages: for img in page.images: fname = f'/tmp/workspace/latha_smear/img_{count}.{img.name.split(\".\")[-1]}' with open(fname, 'wb') as f: f.write(img.data) print(f'Saved: {fname}, size: {len(img.data)} bytes') count += 1 "
| Test | Rationale |
|---|---|
| H. pylori (UBT or stool antigen) | H. pylori-associated ITP is common and eradication can resolve it |
| ANA + anti-dsDNA + complement (C3/C4) | SLE is a major secondary cause; ANA already sent, add dsDNA and complement |
| APLA panel (anticardiolipin Ab, lupus anticoagulant, anti-beta2GP1) | Antiphospholipid syndrome can present with thrombocytopenia |
| Serum protein electrophoresis (SPEP) | Rule out multiple myeloma/lymphoproliferative disease at this age |
| Reticulocyte count | Assess if anemia is from bleeding vs. hemolysis vs. underproduction |
| Direct Coombs test (DAT) | If positive → Evans syndrome (ITP + AIHA) - explains anemia better |
| LDH, indirect bilirubin, haptoglobin | If DAT positive or schistocytes appear - rule out MAHA |
| PT/INR, aPTT | Should be normal in ITP; if prolonged, consider DIC or APLA |
| Urine microscopy | Hematuria - determine if glomerular (red cell casts → lupus nephritis) vs. lower tract bleeding |
| ANA reflex panel (anti-Sm, anti-Ro, anti-La) | If ANA returns positive |
| Serum immunoglobulins (IgG, IgA, IgM) | Baseline before IVIG; also rules out CVID |
| Sign | Action |
|---|---|
| Sudden headache, altered sensorium | Urgent CT head (intracranial hemorrhage) |
| Platelet drop despite treatment | Reassess - consider Evans syndrome, APLA, TTP |
| ANA+ / anti-dsDNA + → lupus | Rheumatology consult, consider hydroxychloroquine |
| Smear shows schistocytes on repeat | Suspect TTP - emergency plasmapheresis |
| No response to steroids + IVIG in 5-7 days | Consider TPO receptor agonist (eltrombopag 25-50 mg/day) or hematology referral |
Does giving steroids alter bone marrow and apla, dat testing
steroids corticosteroids antiphospholipid antibody lupus anticoagulant false negative
corticosteroids effect antiphospholipid antibodies immunosuppression
| Effect | What Happens |
|---|---|
| Megakaryocyte stimulation | Dexamethasone and prednisolone upregulate thrombopoiesis - BMB may show increased megakaryocytes, making it harder to judge whether baseline production was actually reduced |
| Lymphocyte depletion | Steroids cause rapid lymphocytopenia in marrow - this can mask a lymphoid infiltrate (e.g., early lymphoma, CLL) that was driving secondary ITP |
| Suppression of eosinophils/plasma cells | May blunt findings suggestive of plasma cell dyscrasias or hypersensitivity |
| Fat cell changes | High-dose short-course steroids can cause subtle marrow fat redistribution |
| Test | Urgency | Steroid Effect |
|---|---|---|
| DAT (Direct Coombs) | Send TODAY, before first dose | Highly susceptible - turns negative quickly |
| APLA panel | Send TODAY, before first dose | Moderate effect on titres; LA unaffected |
| Bone marrow biopsy | Not immediately needed; if required, do before steroids or wait 4 weeks after | Megakaryocyte changes confound result |
| ANA, anti-dsDNA, C3/C4 | Already sent; if not yet processed, delay steroids by a few hours | Long-term steroids suppress ANA titres; short course usually okay |