Prerequisites
- A project created from the Medical Device Safety Solution template
- Process steps defined in a Process Steps document (or ready to create them)
- System elements already created in the System Element Tree
Step 1: Create a PFMEA Document
- Navigate to Risks space in Polarion
- Click Create New Document
- Select PFMEATemplate as the template
- Enter a document title (e.g., “PFMEA - Smart Infusion Pump”)
- Click Create
- FMEA header metadata table (Item, Model, Version, Owner, Core Team)
- Risksheet edit panel with a direct link to open in risksheet
- Scope checklist covering Manufacturability, Handling, Maintenance, and Custom areas
Step 2: Define Process Steps
Process steps are the foundation of PFMEA analysis. Each process step represents a manufacturing or operational activity.- Navigate to your Process Steps document (or create one in the Requirements space)
- Create processStep work items with the following fields:
| Field | Purpose | Example |
|---|---|---|
| Title | Process step name | ”Solder PCB Components” |
| processInputs | Materials entering the step | ”PCB board, solder paste, components” |
| processOutputs | Results produced by the step | ”Assembled PCB with soldered components” |
| processEquipment | Tools and machinery used | ”Reflow oven, pick-and-place machine” |
| processVerification | Quality control method | ”Automated optical inspection (AOI)“ |
| linkedSystemElement | The system element this step affects | Link to a systemElement work item |
The
linkedSystemElement field creates a typed reference that only accepts systemElement work items, enforcing data integrity between process steps and the product decomposition.Step 3: Open in Risksheet
- Open your PFMEA document in Polarion
- Click the Edit Risks with Nextedy RISKSHEET link in the edit panel
- The risksheet opens with the three-level PFMEA hierarchy:
Step 4: Identify Failure Modes
For each process step, identify how the step can fail:- Select a process step row in Level 1
- Add a new failure mode at Level 2
- Fill in the Failure Mode column (bound to the work item description field)
- Describe the Effect of Failure — the downstream consequence of this failure
- Link one or more Cause work items at Level 3
| Column | Level | Description |
|---|---|---|
| Component | — | Parent heading (process area grouping) |
| Process Step | L1 | Linked processStep work item |
| Failure Mode | L2 | How the process step can fail |
| Effect of Failure | L2 | Downstream consequence |
| Causes | L3 | Linked cause work items (multiItemLink) |
Unlike DFMEA, which uses a free-text
causeOfFailure field, PFMEA links to dedicated cause work items. This makes causes independently traceable and reusable across multiple failure modes.Step 5: Score Pre-Mitigation RPN
For each failure mode, assign three ratings:| Rating | Field | Scale | Description |
|---|---|---|---|
| Severity (S) | fmSeverity | 1-5 | How severe is the effect? (uses failureModeSeverity enum) |
| Occurrence (O) | premitigationFMOccurrence | 0-5 | How often might this failure occur? |
| Detection (D) | premitigationDetection | 0-5 | How likely is this failure to be detected? |
Step 6: Assign Mitigation Tasks
For failure modes with unacceptable RPN scores:- Click the Task column to link a risk control (mitigation task)
- The risksheet displays the linked task’s Title and Status
- Risk controls are linked via the
mitigateslink role
- Requirements — server-rendered column showing linked system and design requirements
- Verification Evidence — two-hop traversal showing test cases linked to requirements
Step 7: Score Post-Mitigation RPN
After assigning mitigation tasks, re-evaluate with updated scores:| Rating | Field | Description |
|---|---|---|
| Occurrence (O) Post | postmitigationFMOccurrence | New occurrence rating after controls |
| Detection (D) Post | postmitigationDetection | New detection rating after controls |
Step 8: Review and Approve
Once all failure modes are analyzed:- Review the RPN distribution — ensure no High (red) RPN values remain
- The document follows the standard risk document workflow: Draft -> In Review -> Approved -> Published
- Send the PFMEA for review using the document workflow
Next Steps
- Evaluate Post-Mitigation RPN in DFMEA — compare with design-level analysis
- Configure the Risk Control Plan — manage all risk controls centrally
- Read the DFMEA Summary Report — review RPN statistics across all FMEA documents
Source References
Source References
Configuration:
modules/RiskTemplates/PFMEATemplate/attachments/risksheet.json | Template: modules/RiskTemplates/PFMEATemplate/module.xml | Process fields: .polarion/tracker/fields/processStep-custom-fields.xml