Skip to main content
The harm work item type implements the fourth level of the ISO 14971 risk identification hierarchy:
diagram Each hazardous situation can lead to one or more harms. Harm identification drives severity assessment and risk evaluation.

Core Properties

NameTypeDefaultDescription
IDStringAuto-generatedUnique work item identifier in Polarion (e.g., TA-HARM-001)
TitleString(required)Name or concise description of the harm (e.g., “Loss of consciousness”, “Permanent vision impairment”)
DescriptionText(empty)Detailed description of the injury or health damage, including affected body systems or organs
StatusEnumDRAFTWorkflow state: DRAFT → REVIEW → APPROVED → ARCHIVED. Controls visibility in reports and compliance dashboards
AssigneeUser(unassigned)Responsible person for defining and validating harm details
CreatedTimestamp(system)Automatic timestamp when work item is created
ModifiedTimestamp(system)Automatic timestamp of last edit
PriorityEnumMEDIUMRisk assessment priority: LOW, MEDIUM, HIGH, CRITICAL

Severity and Classification

NameTypeDefaultDescription
SeverityEnum(empty)Harm Severity reference classification: S0 (no injury) through S3 (fatal injury). Directly influences risk probability assessment
ClassificationEnum(empty)Harm category for ISO 14971 compliance: Injury, Illness, Disability, Death. Used for traceability filtering and compliance metrics
Affected SystemString(empty)Name of body system affected (e.g., “Central Nervous System”, “Musculoskeletal System”, “Cardiovascular System”)
Affected OrganString(empty)Specific organ or tissue affected (e.g., “Brain”, “Heart”, “Lungs”)
Recovery TimeString(empty)Estimated time to recover from harm if it occurs (e.g., “Permanent”, “6-12 months”, “2-4 weeks”)

Relationship Properties

NameTypeLink RoleCardinalityDescription
Hazardous SituationItemLinkcausesHarmMany → OneBack-linked relationship to Hazardous Situation work items that can lead to this harm. A single harm can result from multiple hazardous situations
Risk RecordItemLinkidentifiesOne → ManyForward link to Risk Record work items that track this harm through the ISO 14971 risk management process
Mitigation TasksTaskLinkmitigatedByOne → ManyBack-linked Risk Control or Risk Mitigation tasks that reduce probability or severity of this harm
Test CasesItemLinkvalidatedByOne → ManyBack-linked Validation Test Case work items that verify controls prevent this harm
Related HarmItemLinkrelatedToOne → ManyLinks to similar or related harm work items for grouping and traceability (informational, no control flow)

Harm Severity Scale

The Severity enumeration maps to ISO 14971 definitions and automotive industry practice:
S0: No injury or health damage
S1: Minor injury (temporary, fully recoverable, e.g., minor bruise)
S2: Serious injury (significant medical intervention, permanent minor disability, e.g., loss of finger)
S3: Life-threatening or fatal injury (e.g., quadriplegia, death)
  • S0 should rarely appear in harm records; if harm is impossible, remove the hazardous situation instead
  • S1 applies to temporary, reversible injuries with no lasting effect
  • S2 is the most common classification for automotive safety; includes permanent but non-life-threatening disability
  • S3 is reserved for fatality or permanent incapacity (loss of consciousness, paralysis, etc.)

Traceability Flow Example

For the AEB (Automatic Emergency Braking) system:
Use Step: "Driver approaching obstacle at highway speed"

Hazard: "Obstacle detection failure"

Hazardous Situation: "Camera or radar sensor becomes occluded by rain/snow"

Harm: "Delayed braking response prevents collision avoidance"
    (Severity: S3 — potential fatality)

Risk Record: Assigns probability P2 (harm occurs if situation exists)

Risk Controls: Software filter calibration, sensor redundancy, system self-test
The Harm work item anchors the ISO 14971 analysis: all risk controls must demonstrate how they reduce either the probability that the hazardous situation occurs (P1) or the probability that the situation leads to harm (P2).

Usage in Risksheet

The Harm work item type is typically managed within a HAZID Risksheet configuration as Level 4 in the hierarchical grid:
  • Level 1 (row group): Use Step
  • Level 2 (row group): Hazard
  • Level 3 (row group): Hazardous Situation
  • Level 4 (data rows): Harm
Columns displayed at Level 4 include:
ColumnTypePurpose
Harm IDWork Item IDDisplays unique identifier and link to Harm work item form
Harm DescriptionTextDisplays Title + Description from work item
SeverityEnumSeverity rating for this harm; used in Risk Probability calculation
P2 (Probability Harm Occurs)FormulaCalculated probability that hazardous situation results in this harm (input to Risk × Probability matrix)
Risk LevelFormulaFinal risk classification: Acceptable (green), ALARP (yellow), Unacceptable (orange)
Risk ControlsItemLinkMulti-item column displaying mitigation tasks linked via mitigatedBy role
Use the zoom column on Level 3 (Hazardous Situation) to expand/collapse all Level 4 (Harm) rows. This enables safety engineers to:
  1. First identify all hazards and hazardous situations (collapse Level 4)
  2. Then drill down to severity/probability assessment for each harm (expand Level 4)
  3. Track mitigation effectiveness by comparing pre-control and post-control risk levels

Workflow States

Harm work items follow the Risk Specification Workflow with these states:
StateMeaningAllowed Transitions
DRAFTInitial creation; severity and classification not yet confirmed→ REVIEW
REVIEWUnder risk assessment review; severity/P2 probability being evaluated→ DRAFT, → APPROVED, → REJECTED
APPROVEDHarm severity and probability confirmed; included in risk analysis reports→ ARCHIVED
ARCHIVEDObsolete or superseded harm; excluded from active risk analysis→ DRAFT (rare, for re-analysis)

Linking Harm to Requirements and Test Cases

To satisfy ISO 14971 risk control verification requirements:
  1. Link Risk Controls to Requirements: Each Risk Control mitigation task should link to one or more Design or System Requirements via mitigates relationship
  2. Link Requirements to Test Cases: The Requirements should have back-linked Test Cases via verifies relationship
  3. Validate Complete Chain: From Harm → Risk Record → Risk Control → Requirement → Test Case
Example query to find unverified harms:
type:harm AND NOT backlinkedWorkItems:identifies=TA-RR*
This returns all Harm work items not linked to at least one Risk Record, indicating incomplete risk management.

Custom Fields

The following custom fields extend Harm properties for advanced ISO 14971 and SOTIF (ISO 21448) analysis:
FieldTypeEnum ValuesPurpose
harmCategoryEnumInjury, Illness, Disability, Death, PsychologicalISO 14971 harm type classification for statistical reporting
populationAtRiskMulti-SelectPublic, Operators, Maintenance, BystandersWho can experience harm; affects exposure probability
sensitivePopulationBooleanYes / NoFlag if vulnerable populations (children, elderly) at risk; may increase severity assessment
permanenceEnumTemporary, Reversible, Permanent, FatalRecovery expectation; influences harm severity rating
societalImpactText(free text)For high-severity harms (S3): societal or regulatory impact (e.g., “Potential recall requirement”, “Regulatory notification required”)

Cross-References