Available Report Guides
Generate the ISO 14971 HARA Report : Run the comprehensive 12-section HARA report covering risk statistics, pre/post/final risk matrices, benefit-risk analysis, and ISO 14971 compliance statements. Read the Risk Matrix Report : Interpret the 5x5 risk distribution matrices showing pre-mitigation and post-mitigation risk placement across probability and severity dimensions. Read the DFMEA Summary Report : Review the RPN-based DFMEA summary with per-module breakdown, system-level statistics, and action items for unacceptable risk levels.Report Inventory
| Report | Wiki Page | Data Source | Key Metrics |
|---|---|---|---|
| ISO 14971 HARA Report | iso-14971-hara-report | riskRecord work items | Pre/Post/Final risk counts, benefit-risk decisions, compliance statement |
| Risk Matrix Report | Hara Risk Matrix Report | riskRecord work items | 5x5 probability x severity distribution |
| DFMEA Summary Report | System DFMEA Report | failureMode work items | RPN distribution (Low/Medium/High) per DFMEA module |
| Home Dashboard | Home | — | Quick links to HARA, DFMEA, reports |
| Data Model | Data Model | — | Work item type and relationship diagram |
How Reports Are Generated
All risk reports are Velocity wiki pages that query live Polarion data at render time:- The report page executes Velocity scripts using
$transaction.workItems().search().query() - Work items are filtered by type (e.g.,
type:riskRecordortype:failureMode) - Risk statistics are computed by iterating over all matching work items
- Results are rendered as styled HTML tables, matrices, and summary cards
- CSS is scoped to the report container (e.g.,
.hara-report-container) to avoid style conflicts
Reports always reflect the current state of your risk data. There is no separate “generate” step — simply navigate to the wiki page to see the latest results.
Related Resources
- Project Home Dashboard — home page configuration
- ISO 14971 HARA Report Reference — full report specification
- Risk Matrix Report Dashboard — matrix configuration details
- DFMEA Summary Report Dashboard — RPN report details
Source References
Source References
Reports:
.polarion/pages/spaces/_default/iso-14971-hara-report/page.xml, Hara Risk Matrix Report/page.xml, System DFMEA Report/page.xml | Dashboard: .polarion/pages/spaces/_default/Home/page.xml