Severity Scale
| Rating | ID | Name | Risk Qualifier | Icon | Color |
|---|---|---|---|---|---|
| 1 | 1 | Negligible | Acceptable | RPN_green | #58FF59 |
| 2 | 2 | Low | Tolerable | RPN_lightgreen | #9AFF59 |
| 3 | 3 | Moderate | Undesirable | RPN_yellow | #FFFF59 |
| 4 | 4 | High | Unacceptable | RPN_orange | #FFA959 |
| 5 | 5 | Critical | Intolerable | RPN_red | #FF5959 |
Dual Labeling System
Each severity level carries two labels:- Numeric severity name (Negligible through Critical) — standard FMEA rating language
- Risk acceptability qualifier (Acceptable through Intolerable) — ISO 14971 risk evaluation language
A failure mode rated as 4 - High (Unacceptable) tells the FMEA team that the effect is high-severity, and tells the regulatory reviewer that this severity level is considered unacceptable by the organization’s risk criteria.
Where This Enumeration Is Used
| Field | ID | Work Item Type | Purpose |
|---|---|---|---|
| Failure mode severity | fmSeverity | Failure Mode | Severity rating for the failure mode effect |
RPN Calculation
Severity is multiplied with occurrence and detection to produce the Risk Priority Number:| Field | ID | Stage |
|---|---|---|
| Pre-mitigation RPN | premitigationRPN | S x pre-O x pre-D |
| Post-mitigation RPN | postmitigationRPN | S x post-O x post-D |
Comparison: FM Severity vs. Harm Severity
| Property | Failure Mode Severity | Harm Severity |
|---|---|---|
| Used in | DFMEA / PFMEA | HARA |
| Scale | 1-5 with risk qualifiers | 1-5 with patient outcomes |
| Default | None | Critical (4) |
| Color coding | Traffic-light gradient icons | Semantic colors |
| Role in risk evaluation | S factor in RPN = S x O x D | Row axis in 5x5 risk matrix |
| Applied to | Failure Mode work item | Harm work item |
Configuration Details
| Property | Value |
|---|---|
| Source file | .polarion/tracker/fields/failureMode-failureModeSeverity-enum.xml |
| Enum type | failureModeSeverity |
| Applied to | Failure Mode (fmSeverity) |
| Icons | Project path /polarion/icons/project/IDC_2512/RPN_* |
| Used in reports | DFMEA Summary Report |
The color-coded RPN icons are stored in the
IDC_2512 project icon library. This is a hardcoded dependency — if the icon project is unavailable, severity cells will display without color indicators.Related Pages
- Failure Mode Occurrence — the O factor in RPN calculation
- Failure Mode Detection — the D factor in RPN calculation
- Score Severity, Occurrence, and Detection (RPN) — how-to guide for FMEA scoring
- Failure Mode (failureMode) — work item type carrying the severity field
- Harm Severity Levels — the HARA equivalent for patient harm assessment
Sources
Sources
Code:
failureMode-failureModeSeverity-enum.xml, failureMode-custom-fields.xml, DFMEATemplate risksheet.json