attachment
attachment

Ointment of choice for this

analyse_media
Reading File
Finding Sources
Finding Sources
Finding Sources
Finding Sources
Reading File
Reading File

Clinical Assessment

The image shows an elderly male with:
  • Small, pruritic, erythematous papules/papulovesicles on the upper chest and sun-exposed neck area
  • Background mottled hyperpigmentation and telangiectasias consistent with chronic photodamage
  • Some lesions appear excoriated/crusted
Most likely diagnosis: Grover's Disease (Transient Acantholytic Dermatosis)
This fits the classic profile - older male, photodamaged skin, small crusted pruritic papules on the trunk/chest, aggravated by sun exposure, heat, and sweating.

Ointment of Choice

Topical corticosteroids are the first-line topical treatment for Grover's disease.
A mid-to-high potency topical corticosteroid (e.g., betamethasone valerate or mometasone furoate ointment) applied to affected areas is the mainstay of topical therapy.

Full Topical Treatment Ladder:

AgentTypeRole
Topical corticosteroids (e.g., clobetasol 0.05% or betamethasone 0.1% ointment)Anti-inflammatoryFirst-line - reduces inflammation and itch
PramoxineTopical anestheticSymptomatic itch relief
Calcineurin inhibitors (tacrolimus/pimecrolimus)ImmunomodulatorSteroid-sparing alternative
Vitamin D analogues (calcipotriol/Dovonex)AntiproliferativeAlternative topical agent

Additional Management:

  • Oral antihistamines for pruritus
  • Avoid triggers: heat, sweating, tight clothing friction, sun exposure
  • Sunscreen and photoprotection (condition is photoaggravated)
  • Severe/refractory cases: oral retinoids, PUVA, UVA1, or dupilumab
Note: If the diagnosis leans more toward Poikiloderma of Civatte (background sun-damaged telangiectatic changes without active pruritic papules), topical management is less central - the focus shifts to photoprotection and laser therapy (e.g., ablative fractional laser). In that case, the active papules seen here still warrant topical corticosteroid treatment.
Source: Dermatology 2-Volume Set 5e, p. 1879 (Grover Disease section)
Disclaimer: This is for educational reference only. Clinical diagnosis requires physical examination. Please consult a dermatologist before prescribing.

Will this work?

Running Command

cd /tmp/workspace/attachments/7ff32265-f472-4e6d-9f7e-a6e5da0da7ae/ && ls -la

Running Command

cd /tmp/workspace/attachments/7ff32265-f472-4e6d-9f7e-a6e5da0da7ae/ && python3 -c " from PIL import Image img = Image.open('IMG_0321.heic') img.save('/tmp/workspace/IMG_0321_converted.jpg', 'JPEG') print('Converted successfully') "

Running Command

pip install --user pillow-heif 2>/dev/null | tail -1 && python3 -c " from pillow_heif import register_heif_opener from PIL import Image register_heif_opener() img = Image.open('/tmp/workspace/attachments/7ff32265-f472-4e6d-9f7e-a6e5da0da7ae/IMG_0321.heic') img.save('/tmp/workspace/IMG_0321_converted.jpg', 'JPEG') print('Done', img.size) "

Running Command

pip install --user pillow-heif 2>&1 | grep -E "Successfully|already|error" ; python3 -c "import pillow_heif; print('ok')" 2>&1

Running Command

which convert && convert /tmp/workspace/attachments/7ff32265-f472-4e6d-9f7e-a6e5da0da7ae/IMG_0321.heic /tmp/workspace/IMG_0321_converted.jpg 2>&1 && echo "Done"

analyse_media
Reading File
The image shows CLOMIX-NM Cream - a combination of:
  • Clobetasol Propionate (potent topical corticosteroid)
  • Neomycin Sulphate (topical antibiotic)
  • Miconazole Nitrate (antifungal)

Will This Work for Grover's Disease?

Partially - but it's not ideal and has some concerns.

What Works:

  • Clobetasol Propionate - This is actually a good component. Clobetasol 0.05% is a super-potent topical corticosteroid and is one of the most effective topical agents for Grover's disease. It will address the inflammation and itch.

What's Unnecessary (and potentially harmful):

  • Neomycin Sulphate - There is no bacterial infection in this presentation. Neomycin is a potent contact allergen - using it unnecessarily on already inflamed skin risks causing superimposed allergic contact dermatitis, which would worsen the condition.
  • Miconazole Nitrate - This is an antifungal. Grover's disease is not fungal in origin. Adding an antifungal here serves no purpose.

Additional Concerns:

  • Location matters: The upper chest is a large area. Clobetasol (super-potent, Class 1) should not be used indiscriminately over wide areas for prolonged periods - risk of skin atrophy, telangiectasia worsening, and systemic absorption.
  • The telangiectasias already present in this photodamaged skin can worsen with prolonged high-potency steroid use.

Better Alternatives:

Preferred OptionWhy
Clobetasol 0.05% cream alone (or betamethasone dipropionate)Steroid benefit without unnecessary antibiotic/antifungal risk
Mometasone furoate 0.1%Medium-high potency, safer for larger areas
Tacrolimus 0.1% ointmentSteroid-sparing, no skin atrophy risk
Calcipotriol (Dovonex)Effective alternative for Grover's
Bottom line: CLOMIX-NM will give partial relief through its clobetasol component, but the neomycin is an unnecessary contact sensitizer and miconazole adds nothing. A plain topical corticosteroid cream would be a better, cleaner choice for this condition.
This is a shared conversation. Sign in to Orris to start your own chat.