hazard identification process
IRI: https://spec.industrialontologies.org/ontology/construct/HazardIdentificationProcess
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 βΊ hazard identification process
Definition
planned process that systematically uses available information to recognize and record potential hazards relevant to a risk question or problem description
Semi-Formal Definition:
every instance of βhazard identification processβ is defined as exactly an instance of βplanned processβ that βhas inputβ some βobjective specificationβ and βhas specified outputβ some βhazard specificationβ
Explanatory Notes
1) Hazard identification establishes the foundation for risk assessment by revealing possible events, conditions, or process factors that may influence quality, safety, or performance outcomes. It answers the question βWhat might go wrong?β by using information such as historical data, theoretical analysis, expert judgment, and stakeholder concerns to build a structured understanding of potential risks. 2) The axiom specifies an objective specification as an input because the hazard identification process must be scoped by some stated objective, question, or problem. The input axiom does not enumerate all informational inputs used during hazard identification, because historical data, theoretical analysis, expert judgment, stakeholder concerns, prior incidents, and tacit experience may all contribute to the process and may not all be explicitly represented in the ontology.
Examples
- Hazard identification process conducted to identify factors that may pose hazards to cell-culture viability, resulting in documentation of temperature, pH, and nutrient feed rate as potential hazards; Hazard identification process conducted to identify potential hazards associated with the anaerobic digestion stage of biogas production, resulting in the documentation of low substrate pH, low temperature (< 38 Β°C), and high sulfur concentration in the fed substrate as potential hazards to the formation of high levels of hydrogen sulfide; Hazard identification process conducted to identify potential hazards associated with the batch polymerization stage of PVC batch manufacturing, resulting in the documentation of temperature, pressure, and the presence of oxygen as potential hazards to the formation of a flammable/explosive mixture inside the batch reactor
Adapted From
- ISO 31000:2018 and 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
Formal Axioms
First-Order Logic Definition
HazardIdentificationProcess(x) β PlannedProcess(x) β§ βo (ObjectiveSpecification(o) β§ hasInput(x, o)) β§ βh (HazardSpecification(h) β§ hasSpecifiedOutput(x, h))
Description Logic
constr:HazardIdentificationProcess β‘ constr:PlannedProcess β β constr:hasInput .constr:ObjectiveSpecification β β constr:hasSpecifiedOutput .constr:HazardSpecification
constr:HazardIdentificationProcess β constr:PlannedProcess
EquivalentTo: constr:PlannedProcess and constr:hasInput some constr:ObjectiveSpecification and constr:hasSpecifiedOutput some constr:HazardSpecification
SubClassOf: constr:PlannedProcess