Skip to main content
P2 answers the question: “Given that the hazardous situation has occurred, how likely is the patient to actually be harmed?” This separation from P1 enables more precise risk estimation, as many hazardous situations do not always result in harm.

P2 Probability Scale

LevelIDNameProbability RangeDescription
00UnanalyzedDefault. Item has not yet been assessed.
11Rare≤ 5%Harm almost never results from this hazardous situation
22Occasional6% — 25%Harm results in a minority of exposures
33Probable26% — 75%Harm results in a significant portion of exposures
44Frequent76% — 95%Harm results in most exposures
55Almost certain≥ 96%Harm results in nearly every exposure
The percentage boundaries cover the full range without gaps: ≤5%, 6-25%, 26-75%, 76-95%, ≥96%.

P1 vs. P2: Measurement Approach

While both P1 and P2 use 0-5 scales, they measure probability differently:
FactorMeasuresScale TypeRange
P1 (Hazard Probability)How likely the hazardous situation occursFrequency-based≤1/100,000 to ≤1/1
P2 (Harm Probability)How likely harm results given the hazardous situationPercentage-based≤5% to ≥96%
This deliberate difference reflects the ISO 14971 distinction between situation occurrence (best expressed as frequency over device lifetime) and harm occurrence (best expressed as conditional percentage per exposure).

Fields Using This Enumeration

The p2Occurrence enum is used on two Risk Record fields:
FieldIDStage
Pre-mitigation P2preHarmProbabilityInitial assessment — likelihood of harm before controls
Post-mitigation P2postHarmProbabilityResidual assessment — likelihood of harm after controls

Role in the Two-Factor Probability Model

P2 is multiplied with P1 to produce the composite probability that feeds into the 5x5 risk matrix:
 P1 (Hazard occurs)  x  P2 (Harm results)  =  P1xP2 product  ──→  Bucket  ──→  P (1-5)
     (1-5 scale)          (1-5 scale)           (1-25 range)        mapping       (matrix input)
Example: A use step where the hazardous situation is Likely (P1=4) but harm is Rare (P2=1) yields a product of 4. Using the HARA bucketing thresholds, a product of 4 maps to composite probability P=2 (Low). This means the risk matrix evaluates at a lower probability level than the hazard occurrence alone would suggest, reflecting that the hazardous situation rarely causes actual harm.

P2 x P1 Quick Reference Matrix (HARA Bucketing)

P1=1P1=2P1=3P1=4P1=5
P2=111122
P2=212223
P2=312333
P2=422344
P2=523345

Risk Controls and P2

Risk controls can target P2 reduction specifically. For example:
  • Protective barriers may reduce P2 by preventing the hazardous situation from reaching the patient
  • Detection mechanisms may reduce P2 by enabling intervention before harm occurs
  • Design changes may reduce P2 by making the hazardous situation less likely to cause harm even when it occurs
When evaluating residual risk, assess the postHarmProbability field independently from postHazardProbability to capture controls that affect harm occurrence specifically.

Configuration Details

PropertyValue
Source file.polarion/tracker/fields/p2Occurrence-enum.xml
Enum typep2Occurrence
Applied toRisk Record (preHarmProbability, postHarmProbability)
Risksheet columnspHarmBefore, pHarmAfter
Combined viariskProbabilityPre / riskProbabilityPost formulas (with P1)
Used in reportsRisk Matrix Report, ISO 14971 HARA Report (Section 2 scales)

Code: p2Occurrence-enum.xml, riskRecord-custom-fields.xml, risksheetTopPanel.vm (HARA/DFMEA), iso-14971-hara-report page.xml