risk assessment process
IRI: https://spec.industrialontologies.org/ontology/construct/RiskAssessmentProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaRiskManagement/
SubClass Of: planned process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ risk assessment process
Definition
planned process that consists of the identification of hazards and the analysis and evaluation of the risks associated with those hazards
Semi-Formal Definition:
every instance of βrisk assessment processβ is defined as exactly an instance of βplanned processβ that βhas occurrent partβ some βhazard identification processβ producing a βhazard specificationβ, βhas occurrent partβ some subsequent βrisk analysis processβ that uses that hazard specification and produces a βrisk estimateβ, βhas occurrent partβ some subsequent βrisk evaluation processβ that uses that same risk estimate, and βhas specified outputβ some βrisk assessment resultβ containing that same βrisk estimateβ
Explanatory Notes
A risk-assessment process systematically determines the likelihood and impact of undesirable events or conditions to support informed decision-making. It establishes a basis for prioritising control measures, mitigation strategies, or further study. In pharmaceutical development, it underpins Quality by Design (QbD) activities by identifying process parameters, material attributes, or operational factors that may affect critical quality attributes (CQAs) or key performance indicators (KPIs).
Examples
- During process development, a team conducts a risk assessment process for the objective of meeting a target impurity profile. The team identifies candidate hazards and risk relevant factors such as temperature excursions, pH control drift, and raw material variability, analyzes each risk using an agreed method and scoring rubric, and evaluates the results against predefined criteria to produce a ranked list of factors to investigate in the next DoE study; Before tech transfer, a team conducts a risk assessment process focused on maintaining sterility assurance and product potency. The team identifies failure scenarios across unit operations, analyzes likelihood and impact using platform knowledge and available data, and evaluates which scenarios require additional controls, monitoring, or procedural changes before routine manufacturing.
Adapted From
- https://www.ema.europa.eu/en/documents/scientific-guideline/international-conference-harmonisation-technical-requirements-registration-pharmaceuticals-human-use-ich-guideline-q9-r1-quality-risk-management-step-5-revision-2_en.pdf and ISO 31000:2018
Formal Axioms
First-Order Logic Definition
RiskAssessmentProcess(x) β PlannedProcess(x) β§ βhβaβeβsβrβo(HazardIdentificationProcess(h) β§ RiskAnalysisProcess(a) β§ RiskEvaluationProcess(e) β§ HazardSpecification(s) β§ RiskEstimate(r) β§ RiskAssessmentResult(o) β§ hasOccurrentPart(x,h) β§ hasOccurrentPart(x,a) β§ hasOccurrentPart(x,e) β§ hasSpecifiedOutput(h,s) β§ hasInput(a,s) β§ hasSpecifiedOutput(a,r) β§ hasInput(e,r) β§ precededBy(a,h) β§ precededBy(e,a) β§ hasSpecifiedOutput(x,o) β§ hasContinuantPartAtAllTimes(o,r))
Description Logic
constr:RiskAssessmentProcess β‘ constr:PlannedProcess β β bfo:has_occurrent_part .constr:HazardIdentificationProcess β β bfo:has_occurrent_part .constr:RiskAnalysisProcess β β bfo:has_occurrent_part .constr:RiskEvaluationProcess β β constr:hasSpecifiedOutput .constr:RiskAssessmentResult
EquivalentTo: constr:PlannedProcess and bfo:has_occurrent_part some constr:HazardIdentificationProcess and bfo:has_occurrent_part some constr:RiskAnalysisProcess and bfo:has_occurrent_part some constr:RiskEvaluationProcess and constr:hasSpecifiedOutput some constr:RiskAssessmentResult
SubClassOf: constr:PlannedProcess