---
title: "Dermatitis — Glossary | School of Dermatology"
url: https://schoolofdermatology.com/glossary/dermatitis
description: "Learn what dermatitis is, its different forms including eczema and contact dermatitis, common triggers, and evidence-based treatment options."
lang: en
---

Glossary

# Dermatitis

dur-muh-TY-tis

## Definition

Dermatitis is a general term for skin inflammation, characterized by redness, swelling, itching, and sometimes blistering or flaking. There are several types, including atopic dermatitis (eczema), contact dermatitis (from irritants or allergens), seborrheic dermatitis (affecting oily areas like the scalp), and stasis dermatitis (related to poor circulation). Each type has different causes and triggers, but all involve an inflammatory response in the skin. Dermatitis is not contagious. Treatment depends on the specific type and severity, but generally includes moisturizing to support the skin barrier, topical anti-inflammatory medications (corticosteroids or calcineurin inhibitors), and identifying and avoiding triggers. Chronic dermatitis may require ongoing management with a dermatologist to prevent flare-ups and maintain skin comfort.

## Related Terms

Atopic Dermatitis: https://schoolofdermatology.com/glossary/atopic-dermatitis
Contact Dermatitis: https://schoolofdermatology.com/glossary/contact-dermatitis
Inflammation: https://schoolofdermatology.com/glossary/inflammation
Barrier Function: https://schoolofdermatology.com/glossary/barrier-function

Was this definition helpful?

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "@type": "DefinedTerm",
    "name": "Dermatitis",
    "description": "Dermatitis is a general term for skin inflammation, characterized by redness, swelling, itching, and sometimes blistering or flaking. There are several types, including atopic dermatitis (eczema), contact dermatitis (from irritants or allergens), seborrheic dermatitis (affecting oily areas like the scalp), and stasis dermatitis (related to poor circulation). Each type has different causes and triggers, but all involve an inflammatory response in the skin. Dermatitis is not contagious. Treatment depends on the specific type and severity, but generally includes moisturizing to support the skin barrier, topical anti-inflammatory medications (corticosteroids or calcineurin inhibitors), and identifying and avoiding triggers. Chronic dermatitis may require ongoing management with a dermatologist to prevent flare-ups and maintain skin comfort.",
    "url": "https://schoolofdermatology.com/glossary/dermatitis",
    "inDefinedTermSet": {
      "@type": "DefinedTermSet",
      "name": "School of Dermatology Skincare Glossary",
      "url": "https://schoolofdermatology.com/glossary"
    }
  },
  {
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://schoolofdermatology.com"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Glossary",
        "item": "https://schoolofdermatology.com/glossary"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Dermatitis",
        "item": "https://schoolofdermatology.com/glossary/dermatitis"
      }
    ]
  }
]
```