deviation investigation process
IRI: https://spec.industrialontologies.org/ontology/construct/DeviationInvestigationProcess
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaDeviationManagement/
SubClass Of: planned process
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:occurrent βΊ bfo:process βΊ planned process βΊ deviation investigation process
Definition
planned process in which an agent gathers and analyzes information about a deviation event to assess its cause and actual or potential impact and to establish a CAPA plan specification that addresses the deviation event
Semi-Formal Definition:
every instance of βdeviation investigation processβ is defined as exactly an instance of βplanned processβ that βhas inputβ some βdeviation descriptionβ describing a βdeviation eventβ, βhas occurrent partβ some βdeviation impact assessmentβ that uses that description and produces a βdeviation impact assessment resultβ about that same event, βhas occurrent partβ some βplanned processβ that produces a βcorrective action preventive action plan specificationβ, βhas participant at some timeβ some βagentβ, βhas specified outputβ some βdeviation investigation reportβ containing that same description, impact assessment result, and CAPA plan specification, and is βoccurrent part ofβ some βdeviation management processβ
Explanatory Notes
1) The investigation typically begins with fact gathering (for example interviews, record review, inspections/testing, observation, review of similar past events, and, when appropriate, experiments/simulations) and should result in an analysis that supports cause determination rather than a restatement of the problem. 2) The extent of investigation activities can be scaled based on risk, and it can include determining the scope of affected materials/batches and whether immediate containment actions are needed. 3) This process includes establishing a corrective and preventive action plan specification that addresses the deviation event. Implementation of the specified actions may occur subsequently. 4) In the case of a minor deviation, a formal root cause investigation may not be needed because the cause may be obvious.
Examples
- Deviation investigation process for a major temperature excursion affecting a raw material lot in warehouse storage; Deviation investigation process for a sterilization-cycle failure involving equipment or materials intended for aseptic processing; Deviation investigation process for a bioburden excursion detected in an in-process purification pool; Deviation investigation process for use of an incorrect buffer during a downstream processing step; Deviation investigation process for an equipment-control failure during cell culture;
Adapted From
- https://www.gmp-inspection.com/en/glossary/deviation-management/ and https://www.bioprocessintl.com/qa-qc/biopharmaceutical-quality-managing-good-manufacturing-practice-deviations
Formal Axioms
First-Order Logic Definition
DeviationInvestigationProcess(x) β PlannedProcess(x) β§ βdβeβaβiβpβcβgβrβm(DeviationDescription(d) β§ DeviationEvent(e) β§ describes(d,e) β§ hasInput(x,d) β§ DeviationImpactAssessment(a) β§ hasOccurrentPart(x,a) β§ hasInput(a,d) β§ DeviationImpactAssessmentResult(i) β§ hasSpecifiedOutput(a,i) β§ isAbout(i,e) β§ PlannedProcess(p) β§ hasOccurrentPart(x,p) β§ CorrectiveActionPreventiveActionPlanSpecification(c) β§ hasSpecifiedOutput(p,c) β§ Agent(g) β§ hasParticipantAtSomeTime(x,g) β§ DeviationInvestigationReport(r) β§ hasSpecifiedOutput(x,r) β§ hasContinuantPartAtAllTimes(r,d) β§ hasContinuantPartAtAllTimes(r,i) β§ hasContinuantPartAtAllTimes(r,c) β§ DeviationManagementProcess(m) β§ occurrentPartOf(x,m))
Description Logic
constr:DeviationInvestigationProcess β‘ constr:PlannedProcess β β bfo:has_participant_at_some_time .constr:Agent β β bfo:has_occurrent_part .constr:DeviationImpactAssessment β β bfo:has_occurrent_part .(constr:PlannedProcess β β constr:hasSpecifiedOutput .constr:CorrectiveActionPreventiveActionPlanSpecification) β β bfo:occurrent_part_of .constr:DeviationManagementProcess β β constr:hasInput .constr:DeviationDescription β β constr:hasSpecifiedOutput .constr:DeviationInvestigationReport
constr:DeviationInvestigationProcess β constr:PlannedProcess
EquivalentTo: constr:PlannedProcess and bfo:has_participant_at_some_time some constr:Agent and bfo:has_occurrent_part some constr:DeviationImpactAssessment and bfo:has_occurrent_part some (constr:PlannedProcess and constr:hasSpecifiedOutput some constr:CorrectiveActionPreventiveActionPlanSpecification) and bfo:occurrent_part_of some constr:DeviationManagementProcess and constr:hasInput some constr:DeviationDescription and constr:hasSpecifiedOutput some constr:DeviationInvestigationReport
SubClassOf: constr:PlannedProcess