Skip to main content

Prerequisites

  • Polarion ALM server with Nextedy Risksheet and Nextedy Powersheet extensions installed
  • Administrator or project-creator role on the Polarion instance
  • Network access to the Polarion server (VPN if required)
Both Nextedy Risksheet and Nextedy Powersheet are commercially licensed products. Contact Nextedy Systems for licensing details before proceeding.

Step 1: Create the Project from Template

  1. Log in to Polarion as an administrator
  2. Navigate to Administration > Projects > Create Project
  3. In the template selector, choose Nextedy Risk Management (ISO 14971)
  4. Set the project fields:
    FieldExample Value
    Project NameSmart Infusion Pump V Series
    Project IDinfusion-pump-v1
    Tracker PrefixRTM
    Project Lead(your username)
  5. Click Create
The template provisions the full project structure automatically:
  • 8 spaces: Requirements, Design, Risks, Testing, Catalogs, RiskTemplates, Documentation, _default
  • 4 risk templates: HARATemplate, DFMEATemplate, PFMEATemplate, RiskControlPlanTemplate
  • 2 catalogs: HazardsCatalog (68 entries), Standard Harms (25 entries)
  • 7 PowerSheet configurations: Whole RTM, Component RTM, Use Steps, Process Steps, and 3 verification sheets

Step 2: Verify the Risksheet Configuration

The project template configures four risksheet templates via the context.properties file:
nextedy.risksheet.risksheetTemplatePath=RiskTemplates/DFMEATemplate,RiskTemplates/HARATemplate,RiskTemplates/PFMEATemplate,RiskTemplates/RiskControlPlanTemplate
To verify the configuration is active:
  1. Navigate to the Risks space using the sidebar
  2. Click the Risksheets favorite in the sidebar navigation
  3. Confirm that you see the document browser with risk analysis documents listed
  4. Open the HARA-ANALYSIS document
  5. Verify the risksheet editing panel loads with the HARA column structure
The template path entries are comma-separated with no spaces. Each entry is a relative path within the project’s modules/ directory. Adding spaces between entries will break template discovery.

Step 3: Verify the PowerSheet Configuration

  1. Click RTM Sheet in the sidebar favorites
  2. The Whole RTM PowerSheet should load, showing:
    • User Needs column group (green headers)
    • System Requirements column group (purple headers)
    • Design Requirements column group (blue headers)
  3. Confirm that rows are populated with traceability data linking user needs through system requirements to design requirements

Step 4: Verify the Hazard and Harm Catalogs

The solution ships with pre-populated catalogs aligned with IEC 60601:
  1. Navigate to Catalogs space
  2. Open HazardsCatalog — confirm 68 hazard entries organized by the 4-level taxonomy (Energy > Electrical/Mechanical/Thermal > specific types)
  3. Open Standard Harms — confirm 25 harm entries with severity levels from Negligible (1) to Catastrophic (5)

Step 5: Verify Reports

Three Velocity-powered reports are configured as wiki pages:
  1. From the sidebar favorites, click HARA report — confirm the ISO 14971 report renders with risk record tables
  2. Click Risk Matrix Report — confirm the 5x5 pre-mitigation and post-mitigation matrices display with color-coded cells
  3. Click DFMEA Summary Report — confirm the executive DFMEA summary renders with subsystem statistics

Verification Checklist

CheckExpected Result
Project createdProject visible in Polarion project list with RTM prefix
Risksheet templates4 templates listed in risksheet document browser
HARA documentRisksheet editing panel loads with Use Step / Hazard / Harm columns
PowerSheet RTMWhole RTM Sheet shows 3 column groups with live data
Hazard catalog68 entries with 4-level taxonomy
Harm catalog25 entries with severity scale 1-5
HARA reportISO 14971 report renders from live data
Risk MatrixTwo 5x5 matrices (pre/post-mitigation) with color coding
DFMEA summaryExecutive summary with per-subsystem breakdown
If risksheet templates do not appear, check .polarion/context.properties in the SVN repository to confirm the nextedy.risksheet.risksheetTemplatePath property is set correctly.

Next Steps

With the installation verified, proceed to Create Your First HARA Analysis to walk through a complete risk assessment workflow.