material release disposition specification
IRI: https://spec.industrialontologies.org/ontology/construct/MaterialReleaseDispositionSpecification
Defined In: https://spec.industrialontologies.org/ontology/biopharma/BiopharmaMaterialTesting/
SubClass Of: material state specification
Class Hierarchy
owl:Thing βΊ bfo:entity βΊ bfo:continuant βΊ bfo:generically dependent continuant βΊ information content entity βΊ material state specification βΊ material release disposition specification
Definition
material state specification that is a specified output of a material release process and specifies the post material state of the evaluated material entity with respect to a particular use
Semi-Formal Definition:
every instance of βmaterial release disposition specificationβ is defined as exactly an instance of βmaterial state specificationβ that βis specified output ofβ some βmaterial release processβ p that βhas inputβ some entity m that is a βmaterial productβ, βprocess intermediate materialβ, βproduction consumableβ, or βraw materialβ, and βprescribesβ some βmaterial stateβ s that is the βpost material stateβ of p and βis material state ofβ m
Explanatory Notes
The post material state specified by a material release disposition specification represents the status assigned to the evaluated material with respect to the relevant use, such as release from hold, conditional release, continuation of hold, or rejection.
Examples
- QA disposition specifying that raw-material lot RM-041 may be used in media preparation; material disposition specifying that process-intermediate lot INT-204 must remain on hold pending completion of an OOS investigation; material disposition specifying that drug-substance batch DS-117 may be used in formulation;
Adapted From
- https://database.ich.org/sites/default/files/Q7%20Guideline.pdf and https://pharmagmpguide.com/raw-material-receipt-sop-in-pharma/ and https://sgsystemsglobal.com/glossary/batch-release/ and https://sgsystemsglobal.com/glossary/lot-release-qa-disposition/
Formal Axioms
First-Order Logic Definition
MaterialReleaseDispositionSpecification(x) β MaterialStateSpecification(x) β§ βpβmβs(MaterialReleaseProcess(p) β§ isSpecifiedOutputOf(x,p) β§ hasInput(p,m) β§ (MaterialProduct(m) β¨ ProcessIntermediateMaterial(m) β¨ ProductionConsumable(m) β¨ RawMaterial(m)) β§ MaterialState(s) β§ hasPostMaterialState(p,s) β§ isMaterialStateOf(s,m) β§ prescribes(x,s))
Description Logic
constr:MaterialReleaseDispositionSpecification β‘ constr:MaterialStateSpecification β β constr:isSpecifiedOutputOf .constr:MaterialReleaseProcess β β constr:prescribes .(constr:MaterialState β β constr:isMaterialStateOf .(constr:MaterialProduct β constr:ProcessIntermediateMaterial β constr:ProductionConsumable β constr:RawMaterial) β β constr:hasPostMaterialStateβ» .constr:MaterialReleaseProcess)
constr:MaterialReleaseDispositionSpecification β constr:MaterialStateSpecification
EquivalentTo: constr:MaterialStateSpecification and constr:isSpecifiedOutputOf some constr:MaterialReleaseProcess and constr:prescribes some (constr:MaterialState and constr:isMaterialStateOf some (constr:MaterialProduct or constr:ProcessIntermediateMaterial or constr:ProductionConsumable or constr:RawMaterial) and inverse constr:hasPostMaterialState some constr:MaterialReleaseProcess)
SubClassOf: constr:MaterialStateSpecification