risk management process
IRI: https://spec.industrialontologies.org/ontology/construct/RiskManagementProcess
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 management process
Direct subclasses:
Definition
planned process that systematically performs risk assessment, risk control, risk communication, and risk review
Semi-Formal Definition:
every instance of βrisk management processβ is defined as exactly an instance of βplanned processβ that βhas occurrent partβ some βrisk assessment processβ, βhas occurrent partβ some βrisk communication processβ, βhas occurrent partβ some βrisk review processβ, βhas occurrent partβ some βrisk control processβ that is βpreceded byβ some βrisk assessment processβ, and is βprescribed byβ some βrisk management plan specificationβ
Examples
- a process for managing contamination risk during media preparation that includes risk assessment, risk control, communication of the results, and periodic review; a process for managing patient safety risk associated with administration of a biologic product that includes hazard identification, risk analysis, risk evaluation, risk control, and review of new safety information; a process for managing oxygen-deficiency risk associated with helium discharge that includes assessment of injury scenarios, implementation of risk reduction measures, communication of residual risk, and periodic review; a process for managing equipment-related risk in manufacturing that includes identification of failure scenarios, analysis and evaluation of associated risks, implementation of risk controls, and review of their continued suitability
Adapted From
- https://www.iso.org/obp/ui/en/#iso:std:iso:31073:ed-1:v1:en
Formal Axioms
First-Order Logic Definition
RiskManagementProcess(x) β PlannedProcess(x) β§ βa βr βc βv βp (RiskAssessmentProcess(a) β§ RiskControlProcess(r) β§ RiskCommunicationProcess(c) β§ RiskReviewProcess(v) β§ RiskManagementPlanSpecification(p) β§ hasOccurrentPart(x, a) β§ hasOccurrentPart(x, r) β§ hasOccurrentPart(x, c) β§ hasOccurrentPart(x, v) β§ precededBy(r, a) β§ prescribedBy(x, p))
Description Logic
constr:RiskManagementProcess β‘ constr:PlannedProcess β β bfo:has_occurrent_part .constr:RiskAssessmentProcess β β bfo:has_occurrent_part .constr:RiskCommunicationProcess β β bfo:has_occurrent_part .constr:RiskReviewProcess β β bfo:has_occurrent_part .(constr:RiskControlProcess β β bfo:preceded_by .constr:RiskAssessmentProcess) β β constr:prescribedBy .constr:RiskManagementPlanSpecification
EquivalentTo: constr:PlannedProcess and bfo:has_occurrent_part some constr:RiskAssessmentProcess and bfo:has_occurrent_part some constr:RiskCommunicationProcess and bfo:has_occurrent_part some constr:RiskReviewProcess and bfo:has_occurrent_part some (constr:RiskControlProcess and bfo:preceded_by some constr:RiskAssessmentProcess) and constr:prescribedBy some constr:RiskManagementPlanSpecification
SubClassOf: constr:PlannedProcess