harmSeverity column resolves severity from the linked harm item via the cross-item binding harm.severity.
Severity level descriptions align with ISO 14971:2019 Annex E guidance on estimating severity of harm. The scale uses patient-outcome language consistent with medical device regulatory expectations.
Severity Scale
| Level | ID | Name | Description | Default | Color |
|---|---|---|---|---|---|
| 1 | 1 | Negligible | Temporary discomfort; no injury or medical intervention required | — | |
| 2 | 2 | Minor | Temporary injury not requiring medical intervention | Gray #95A5A6 | |
| 3 | 3 | Serious | Injury requiring medical intervention | Green #2ECC71 | |
| 4 | 4 | Critical | Permanent impairment or life-threatening condition | Yes | Black #000000 |
| 5 | 5 | Catastrophic | Patient death | Red #E74C3C |
Default Value Rationale
The default severity is Critical (level 4), not Catastrophic. This implements a conservative-but-practical risk management strategy:- Conservative: unassessed harms are treated as life-threatening until explicitly evaluated, preventing underestimation of risk
- Not maximally alarming: defaulting to Catastrophic (level 5) would be dismissed as overly pessimistic, discouraging meaningful analysis
How Severity Feeds Into the Risk Matrix
Severity occupies the vertical axis (rows) of the 5x5 risk acceptability matrix. It is combined with the calculated composite probability P (derived from P1 x P2) on the horizontal axis.Configuration Details
| Property | Value |
|---|---|
| Source file | .polarion/tracker/fields/harm-severity-enum.xml |
| Enum type | harm-severity |
| Applied to | Harm work item type |
| Referenced in risksheet as | harm.severity (cross-item binding) |
| Used by reports | Risk Matrix Report, ISO 14971 HARA Report (Section 2 methodology, Section 5/6 matrices) |
Related Pages
- Risk Classification — the three risk outcomes derived from severity and probability
- P1 Hazard Probability Levels — first factor in probability calculation
- P2 Harm Probability Levels — second factor in probability calculation
- Risk Matrix and P1xP2 Probability Model — conceptual explanation of the dual-probability approach
- Harm (harm) — work item type that carries the severity field
Sources
Sources
Code:
harm-severity-enum.xml, risksheetTopPanel.vm, Hara Risk Matrix Report page.xml, iso-14971-hara-report page.xml