Skip to main content
All fields on Failure Mode work items are read-only in the standard Polarion work item form. Editing is only possible through Nextedy risksheet. This ensures RPN formula integrity and structured data entry.

Custom Fields

Failure Description Fields

Field IDDisplay NameTypeDefaultDescription
failureModeFailure ModeRich TextHow the function or component fails to perform as intended
effectOfFailureEffect of FailureRich Text”Undetermined”Downstream consequence on the system, user, or patient
causeOfFailureCause of FailureRich Text”Undetermined”Root cause or mechanism producing the failure

Human Factors Fields (IEC 62366)

Field IDDisplay NameTypeDefaultDescription
cognitionErrorCognition ErrorRich Text”Undetermined”Cognitive errors (misunderstanding, misinterpretation) contributing to failure
perceptionErrorPerception ErrorRich Text”Undetermined”Perceptual errors (failure to notice, misreading) contributing to failure

Pre-Mitigation Scoring

Field IDDisplay NameTypeEnumerationDescription
fmSeverityFailure Mode SeverityEnumfailureModeSeverity (1-5)Severity of the failure effect, color-coded
premitigationFMOccurrencePre-Mitigation OccurrenceEnumfmOccurrence (0-5)How often the failure is expected to occur
premitigationDetectionPre-Mitigation DetectionEnumdetection (0-5)Likelihood of detecting the failure before it reaches the user
premitigationRPNPre-Mitigation RPNIntegerComputed: S x O x D (set by risksheet formula)

Post-Mitigation Scoring

Field IDDisplay NameTypeEnumerationDescription
postmitigationFMOccurrencePost-Mitigation OccurrenceEnumfmOccurrence (0-5)Occurrence after mitigation controls
postmitigationDetectionPost-Mitigation DetectionEnumdetection (0-5)Detection after mitigation controls
postmitigationRPNPost-Mitigation RPNIntegerComputed: S x O_new x D_new (set by risksheet formula)
Severity (fmSeverity) is shared between pre-mitigation and post-mitigation RPN. Only Occurrence and Detection change after mitigation — Severity remains constant per failure mode.

RPN Calculation

RPN = Severity (S) x Occurrence (O) x Detection (D)
The RPN ranges from 0 to 125 (each factor is 0-5). The risksheet uses three-tier color coding:
RPN RangeTierColorCell CSS
1 - 10LowGreen (#4CAF50)rpn1
11 - 30MediumAmber (#FF9800)rpn2
> 30HighRed (#F44336)rpn3
The row header is also color-coded using the post-mitigation RPN value, providing at-a-glance mitigation effectiveness.

Severity Scale

ValueLabelColorDescription
1Negligible (Acceptable)#58FF59No mitigation beyond standard design controls
2Low (Tolerable)#ADFF59Tolerable under standard monitoring
3Moderate (Undesirable)#FFFF59Requires verification or mitigation plan
4High (Unacceptable)#FFB359Unacceptable without corrective actions
5Critical (Intolerable)#FF5959Intolerable until fully mitigated

Occurrence Scale

ValueLabelRange
0UnanalyzedDefault
1Never< 5%
2Seldom5 - 25%
3Sometimes25 - 75%
4Often75 - 95%
5Always> 95%

Detection Scale

ValueLabel
0Unanalyzed (default)
1Never
2Seldom
3Sometimes
4Often
5Always
Higher detection values mean the failure is more likely to be detected before reaching the user. A detection rating of 5 (“Always”) indicates near-certain detection, while 1 (“Never”) means the failure will almost certainly escape detection.

RoleDirectionTarget TypeDescription
assessesOutgoingfunction, systemElement, processStepWhat this failure mode analyzes
hasCauseOutgoingcauseRoot cause of the failure
analyzedInOutgoingriskRecordHARA risk records linked to this failure mode (DFMEA-to-HARA bridge)
mitigatesIncomingtask, riskControlTasks or controls that mitigate this failure mode
allocatedToOutgoingsystemElementSystem element this failure mode is allocated to
tracksIncomingchangeRequestChange requests tracking this failure mode

DFMEA Risksheet Hierarchy

In the DFMEA risksheet, failure modes are organized in a 3-level tree:
LevelEntityColumn
L1FunctionItem/Function link (via assesses role)
L2Failure ModefailureMode text field
L3CausecauseOfFailure text field

HARA Cross-Reference

The DFMEA risksheet includes a HARA Reference column that shows backlinks to risk records via the analyzedIn role. This provides bidirectional traceability between DFMEA failure modes and HARA risk records, linking design-level failure analysis to the ISO 14971 hazard analysis.

Form Behavior

  • All fields are read-only in the default hat (@all fields locked for _default status)
  • Failure modes can only be edited through the DFMEA risksheet view
  • RPN fields (premitigationRPN, postmitigationRPN) are computed by risksheet formulas — not manually entered
  • All text fields default to “Undetermined” rather than empty, providing explicit tracking of unanalyzed items