risk acceptance process
IRI: https://spec.industrialontologies.org/ontology/construct/RiskAcceptanceProcess
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 acceptance process
Definition
planned process in which an agent makes an informed decision to accept an estimated risk
Explanatory Notes
Risk acceptance is the decision to accept risk. It may be a formal decision to accept residual risk or a passive decision in which residual risks are not specified.
Examples
- After implementation of a backup pH probe and enhanced calibration checks, the quality unit accepts the residual risk of pH measurement drift for 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
Primitive Class
This class is declared primitive and it does not have necessary and sufficient condiftions defined.
Primitive Rationale
There are insufficient constructs present to create a set of necessary and sufficient conditions
Formal Axioms
First-Order Logic Axioms
RiskAcceptanceProcess(x) β PlannedProcess(x) β§ βrβaβo(RiskEstimate(r) β§ Agent(a) β§ InformationContentEntity(o) β§ hasInput(x,r) β§ hasParticipantAtSomeTime(x,a) β§ hasSpecifiedOutput(x,o) β§ isAbout(o,r))
Semi-Formal Natural Language Axioms
if x is a βrisk acceptance processβ then x is a βplanned processβ that βhas inputβ some βrisk estimateβ, βhas participant at some timeβ some βagentβ, and βhas specified outputβ some βinformation content entityβ that βis aboutβ that same βrisk estimateβ
Description Logic
constr:RiskAcceptanceProcess β constr:PlannedProcess
constr:RiskAcceptanceProcess β β bfo:has_participant_at_some_time .constr:Agent
constr:RiskAcceptanceProcess β β constr:hasInput .constr:RiskEstimate
constr:RiskAcceptanceProcess β β constr:hasSpecifiedOutput .(constr:InformationContentEntity β β constr:isAbout .constr:RiskEstimate)
SubClassOf: constr:PlannedProcess
SubClassOf: bfo:has_participant_at_some_time some constr:Agent
SubClassOf: constr:hasInput some constr:RiskEstimate
SubClassOf: constr:hasSpecifiedOutput some (constr:InformationContentEntity and constr:isAbout some constr:RiskEstimate)