SlideShare a Scribd company logo
Submitted to - Dr. Mymoona Akhtar
Submitted by – Shameer
Subject - PHARMACEUTICAL
VALIDATION (MPA 103T)
Course/year/sem – M.Pharm/1 yr./1
sem.
Session – 2020 - 2021
ļ‚§Introduction to
validation
ļ‚§Computer system
validation
ļ‚§FDA definition of CSV
ļ‚§Who needs CSV
ļ‚§How to do it
ļ‚§Benefits
ļ‚§References
Validation
Computer system validation
Computer system validation
ļ‚§ What is computer system validation?
ļ‚§ Computer system validation (CVS) is often refers
to as software validation.
ļ‚§ By Rodrigo Perez dated 11/Apr./2018
ļ‚§ (regulated companies perform validation projects to
prove and ensure that their software or system is
performing the way it is supposed to work, and not
performing in ways that it isn’t intended to work.
ļ‚§ *FDA definition doesn’t sound like that*
As FDA do not take it so-lightly
it states
ā€œConfirmation by examination and provision of objective evidence that
software specifications conform to user needs and intended uses, and
that the particular requirements implemented through software can be
consistently fulfilledā€
General Principle Of Software Validation : Final Guidance For Industry
and FDA Staff
Computer system validation
ļ‚§ Must have defined user
needs and intended uses.
ļ‚§ Examine the software to
confirm that it functions as
defined in the
requirements and that it
will be suitable for its
intended use.
ļ‚§ (The user can be a patient,
someone in the hospital, a
lab tech, a QA engineer, a
manufacturing person)
there must be defined
software requirements.
Document all validation
activities and test
results.
Examine the software to
ensure that it meets the user
needs and defined
requirements
This could include:-
ļ‚§ Design reviews
ļ‚§ Code reviews
ļ‚§ Testing, etc.
Define what the user needs
to do with the software and
how they will use the
software.
Confirm that the
requirements can be
consistently fulfilled (keep
in mind that not just in a
single situation).
This could include:-
ļ‚§ Stress testing multiple
data sets,
ļ‚§ Performance testing with
many users in many
locations,
ļ‚§ Testing with multiple
browsers or web apps,
ļ‚§ Testing from multiple
devices (and even mobile
apps), etc.
this Define how the
software needs to work to
enable the intended use.
ļ‚§ Need to have objective
evidence of this
confirmation ( this is done
for inspections).
ļ‚§ Document all validation
activities and test results
ļ‚§ The examination needs to
confirm that the software
will work in all anticipated
situations.
ļ‚§ Pharmaceutical companies. In the
US and most developed companies,
pharmaceutical businesses have to
undergo CSV. In particular, you need
to validate your system if your
business produces or distributes drugs
used for diagnosing or treating
diseases.
ļ‚§ Storage and distribution providers.
Businesses that store
pharmaceuticals, biological, or cell-
and-tissue products are obliged to
complete CSV. Otherwise, the
penalties might be as high as
debarment or a criminal prosecution.
ļ‚§ Products that sell biological. A
product can be defined
as biological if it’s made from a
therapeutic serum or a virus and used
for injury or disease prevention and
treatment. Vaccines are biological too.
ļ‚§ Medical devices distributors. By
definition, medical devices comprise of
ļ‚§ The classical V diagram is one of type methodology that is used for the
purpose of computer system validation
ļ‚§ The classic ā€œV Diagramā€ was popularized by industry organizations
such as ISPE via GAMP Guides.
ļ‚§ A validation plane define the
approach and what to be
validated
ļ‚§ It define the role and
responsibilities along with the
acceptance criteria
The User Requirements
Specification describes what the
user needs from the software and
how they will use it. It also
contains any critical constraints
such as regulations, safety
requirements, operational
requirements, etc.
ļ‚§ System must track training of
lab analysts on lab
methods/techniques
ļ‚§ System must track samples
coming into the lab
ļ‚§ System must comply with 21
CFR 11
ļ‚§ The Functional Specification
document describes how the
software needs to work and look
to meet the user needs.
ļ‚§ The document might include
descriptions of how specific
screens and reports should
look, or describe data that
needs to be captured.
ļ‚§ For example, the Part 11
compliance requirements might
detail how passwords or the
audit trail should work.
The Design Specification document is
one that contains all of the technical
elements of the software or systems.
This includes:
ļ‚§ Database Design – file structures, field
definitions, data flow diagrams, entity
relationship diagrams
ļ‚§ Logic/Process Design – pseudo code
for logic and calculations
ļ‚§ Security Design – virus protection,
hacker protection
ļ‚§ Interface Design – what data will move
from one system to another; how and
how often, and failure handling
ļ‚§ Architecture Design – required
hardware, operating systems,
application versions, middleware, etc.
ļ‚§ Network Requirements
ļ‚§ Specific peripheral devices – scanners,
printers, etc.
ļ‚§ In the System Build step, you
develop or purchase your
software and then configure it to
the previous specification
documents.
ļ‚§ This step includes unit testing
and integration testing
ļ‚§ The Installation Qualification
tests provide confirmation that
the software or system is
installed and setup according to
the Design Specification.
ļ‚§ Usually the software is first
installed in a test or validation
environment, but there can be
exceptions in situations such as
manufacturing.
ļ‚§ Operational Qualification testing
is often referred to as Functional
Testing or System Testing.
ļ‚§ OQ tests confirm that all
functionality defined in the
Functional Specification is
present and working correctly,
and that there are no bugs.
ļ‚§ OQ tests can also include
confirmation of any design
elements not tested during IQ,
such as configuration, are
working as specified.
ļ‚§ Performance Qualification
testing is often called User
Acceptance testing. PQ testing
confirms that the software will
meet the users’ needs and is
suitable for their intended use,
as defined in the User
Requirements Specification.
ļ‚§ Testing can follow Use Cases,
SOPs, user-defined scenarios,
etc. For simple software like
reports or spreadsheets, OQ
and PQ testing are often
combined.
ļ‚§ The last step in this validation
method is to write the Validation
Report, often called the
Validation Summary or System
Certification.
ļ‚§ This report provides
confirmation that all activities
specified in the validation plan
have been completed.
ļ‚§ The Validation Report
summarizes the testing results
and provides confirmation that
all acceptance criteria have
been met and the software is
ready for deployment.
ļ‚§ Computer system validation helps
to ensure that both new and
existing computer systems
consistently fulfill their intended
purpose and produce accurate and
reliable results that enable
regulatory compliance, fulfillment
of user requirements, and the
ability to discern invalid and/or
altered records.
ļ‚§ CSV utilizes both static and
dynamic testing activities that are
conducted throughout the
software development lifecycle
(SDLC)
ļ‚§ www.astrixinc.com
ļ‚§ www.validationcenter.com
ļ‚§ www.pharmaguideline.com
ļ‚§ www.performancelabus.com
ļ‚§ www.wikipedia
ļ‚§ www.synopsys.com
Computer system validation

More Related Content

PPTX
QUALIFICATION OF HPTLC,HPTLC
PDF
Computer system validations
PPTX
Qualification of Dissolution Test Apparatus and Validation of Utility System
PPTX
cGMP regulations & QA function.pptx
PPTX
Quality by Design and Process Analytical Technology
PPTX
Qualification of analytical instrument of FTIR
QUALIFICATION OF HPTLC,HPTLC
Computer system validations
Qualification of Dissolution Test Apparatus and Validation of Utility System
cGMP regulations & QA function.pptx
Quality by Design and Process Analytical Technology
Qualification of analytical instrument of FTIR

What's hot (20)

PPTX
Computer system validations
PPTX
Process validation of tablets
PPTX
Computerized system validation
PPTX
Auditing of vendors and production department
PPTX
Validation utility system
PPTX
Qualification of laboratory equipments by Mayuri Soni
PPTX
USFDA guidelines on process validation a life cycle approach
PPTX
Qualification of manufacturing equipment.
PPTX
Pharmaceutical validation of water system
PPT
Validation master plan
PPTX
Vendor Audites
PPTX
Vallidation
PPTX
Qualification of Dry Heat Sterilizer or Tunnel.pptx
PPTX
Qualification of instrumets
PPTX
Advanced sterile product manufacturing technology
PPTX
Qualification of laboratory equipments
PPTX
Manufacturing operations and Control
PPTX
ICH Q10 guideline.pptx
Computer system validations
Process validation of tablets
Computerized system validation
Auditing of vendors and production department
Validation utility system
Qualification of laboratory equipments by Mayuri Soni
USFDA guidelines on process validation a life cycle approach
Qualification of manufacturing equipment.
Pharmaceutical validation of water system
Validation master plan
Vendor Audites
Vallidation
Qualification of Dry Heat Sterilizer or Tunnel.pptx
Qualification of instrumets
Advanced sterile product manufacturing technology
Qualification of laboratory equipments
Manufacturing operations and Control
ICH Q10 guideline.pptx
Ad

Similar to Computer system validation (20)

PPTX
Computerized System Validation.vinay (1).pptx
PPT
Computer System Validation
PDF
Computer system validation and qualification in gmp.pdf
PDF
Computerized systems-validation-csv-in-biopharmaceutical-industries
PDF
CSV - Computer System Validation
PPTX
Computerized system validation (CSV) as a requirement for good manufacturing ...
PPT
Overview on ā€œComputer System Validationā€ CSV
PPTX
Overview of computer system validation
PDF
Computer system validation review article by-mahesh b wazade
PPTX
Validation of systems
PDF
IT Validation Training
PPTX
Computer System Validation
PPTX
computer system validation
PDF
FDA/EC/WHO Expectations for Computer System Validation
PPTX
computersystemvalidation-130313134621-phpapp01
PDF
Computer System Validation A Review
Ā 
PDF
Computerized system validation_final
PPTX
Bootcamp Student-CSV-Presentation.pptx
PPTX
Risk assessment for computer system validation
PPTX
Gu_a_para_Validaci_n_de_Sistemas_Computarizados_1736946486.pptx
Computerized System Validation.vinay (1).pptx
Computer System Validation
Computer system validation and qualification in gmp.pdf
Computerized systems-validation-csv-in-biopharmaceutical-industries
CSV - Computer System Validation
Computerized system validation (CSV) as a requirement for good manufacturing ...
Overview on ā€œComputer System Validationā€ CSV
Overview of computer system validation
Computer system validation review article by-mahesh b wazade
Validation of systems
IT Validation Training
Computer System Validation
computer system validation
FDA/EC/WHO Expectations for Computer System Validation
computersystemvalidation-130313134621-phpapp01
Computer System Validation A Review
Ā 
Computerized system validation_final
Bootcamp Student-CSV-Presentation.pptx
Risk assessment for computer system validation
Gu_a_para_Validaci_n_de_Sistemas_Computarizados_1736946486.pptx
Ad

More from ShameerAbid (8)

PPTX
Impurity profiling and degradent characterization {presented by shameer m.pha...
PPTX
Biological test and assay tetanus toxoid adsorbed
PPTX
Validation of utility system (water system)
PPTX
Elisa (and its type)
PPTX
General analytical method of cheese (shameer m.pharm analysis 2020)
PPTX
Determination of pesticides residue in grains,fruits, vegetables,milk and mil...
PPTX
chromatography general principles and comparison - specially about gas chrom...
PPTX
Cell culture
Impurity profiling and degradent characterization {presented by shameer m.pha...
Biological test and assay tetanus toxoid adsorbed
Validation of utility system (water system)
Elisa (and its type)
General analytical method of cheese (shameer m.pharm analysis 2020)
Determination of pesticides residue in grains,fruits, vegetables,milk and mil...
chromatography general principles and comparison - specially about gas chrom...
Cell culture

Recently uploaded (20)

PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
PPTX
Unit 4 Computer Architecture Multicore Processor.pptx
PPTX
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
PDF
Environmental Education MCQ BD2EE - Share Source.pdf
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
PPTX
Introduction to pro and eukaryotes and differences.pptx
PDF
IGGE1 Understanding the Self1234567891011
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PDF
AI-driven educational solutions for real-life interventions in the Philippine...
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
DOCX
Cambridge-Practice-Tests-for-IELTS-12.docx
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PPTX
20th Century Theater, Methods, History.pptx
PDF
FORM 1 BIOLOGY MIND MAPS and their schemes
PPTX
Virtual and Augmented Reality in Current Scenario
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 2).pdf
Unit 4 Computer Architecture Multicore Processor.pptx
Onco Emergencies - Spinal cord compression Superior vena cava syndrome Febr...
Environmental Education MCQ BD2EE - Share Source.pdf
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
FOISHS ANNUAL IMPLEMENTATION PLAN 2025.pdf
Introduction to pro and eukaryotes and differences.pptx
IGGE1 Understanding the Self1234567891011
Paper A Mock Exam 9_ Attempt review.pdf.
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
AI-driven educational solutions for real-life interventions in the Philippine...
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Cambridge-Practice-Tests-for-IELTS-12.docx
LDMMIA Reiki Yoga Finals Review Spring Summer
A powerpoint presentation on the Revised K-10 Science Shaping Paper
20th Century Theater, Methods, History.pptx
FORM 1 BIOLOGY MIND MAPS and their schemes
Virtual and Augmented Reality in Current Scenario

Computer system validation

  • 1. Submitted to - Dr. Mymoona Akhtar Submitted by – Shameer Subject - PHARMACEUTICAL VALIDATION (MPA 103T) Course/year/sem – M.Pharm/1 yr./1 sem. Session – 2020 - 2021
  • 2. ļ‚§Introduction to validation ļ‚§Computer system validation ļ‚§FDA definition of CSV ļ‚§Who needs CSV ļ‚§How to do it ļ‚§Benefits ļ‚§References
  • 5. Computer system validation ļ‚§ What is computer system validation? ļ‚§ Computer system validation (CVS) is often refers to as software validation. ļ‚§ By Rodrigo Perez dated 11/Apr./2018 ļ‚§ (regulated companies perform validation projects to prove and ensure that their software or system is performing the way it is supposed to work, and not performing in ways that it isn’t intended to work. ļ‚§ *FDA definition doesn’t sound like that*
  • 6. As FDA do not take it so-lightly it states ā€œConfirmation by examination and provision of objective evidence that software specifications conform to user needs and intended uses, and that the particular requirements implemented through software can be consistently fulfilledā€ General Principle Of Software Validation : Final Guidance For Industry and FDA Staff
  • 8. ļ‚§ Must have defined user needs and intended uses. ļ‚§ Examine the software to confirm that it functions as defined in the requirements and that it will be suitable for its intended use. ļ‚§ (The user can be a patient, someone in the hospital, a lab tech, a QA engineer, a manufacturing person)
  • 9. there must be defined software requirements. Document all validation activities and test results.
  • 10. Examine the software to ensure that it meets the user needs and defined requirements This could include:- ļ‚§ Design reviews ļ‚§ Code reviews ļ‚§ Testing, etc. Define what the user needs to do with the software and how they will use the software.
  • 11. Confirm that the requirements can be consistently fulfilled (keep in mind that not just in a single situation). This could include:- ļ‚§ Stress testing multiple data sets, ļ‚§ Performance testing with many users in many locations, ļ‚§ Testing with multiple browsers or web apps, ļ‚§ Testing from multiple devices (and even mobile apps), etc. this Define how the software needs to work to enable the intended use.
  • 12. ļ‚§ Need to have objective evidence of this confirmation ( this is done for inspections). ļ‚§ Document all validation activities and test results ļ‚§ The examination needs to confirm that the software will work in all anticipated situations.
  • 13. ļ‚§ Pharmaceutical companies. In the US and most developed companies, pharmaceutical businesses have to undergo CSV. In particular, you need to validate your system if your business produces or distributes drugs used for diagnosing or treating diseases. ļ‚§ Storage and distribution providers. Businesses that store pharmaceuticals, biological, or cell- and-tissue products are obliged to complete CSV. Otherwise, the penalties might be as high as debarment or a criminal prosecution. ļ‚§ Products that sell biological. A product can be defined as biological if it’s made from a therapeutic serum or a virus and used for injury or disease prevention and treatment. Vaccines are biological too. ļ‚§ Medical devices distributors. By definition, medical devices comprise of
  • 14. ļ‚§ The classical V diagram is one of type methodology that is used for the purpose of computer system validation ļ‚§ The classic ā€œV Diagramā€ was popularized by industry organizations such as ISPE via GAMP Guides.
  • 15. ļ‚§ A validation plane define the approach and what to be validated ļ‚§ It define the role and responsibilities along with the acceptance criteria
  • 16. The User Requirements Specification describes what the user needs from the software and how they will use it. It also contains any critical constraints such as regulations, safety requirements, operational requirements, etc. ļ‚§ System must track training of lab analysts on lab methods/techniques ļ‚§ System must track samples coming into the lab ļ‚§ System must comply with 21 CFR 11
  • 17. ļ‚§ The Functional Specification document describes how the software needs to work and look to meet the user needs. ļ‚§ The document might include descriptions of how specific screens and reports should look, or describe data that needs to be captured. ļ‚§ For example, the Part 11 compliance requirements might detail how passwords or the audit trail should work.
  • 18. The Design Specification document is one that contains all of the technical elements of the software or systems. This includes: ļ‚§ Database Design – file structures, field definitions, data flow diagrams, entity relationship diagrams ļ‚§ Logic/Process Design – pseudo code for logic and calculations ļ‚§ Security Design – virus protection, hacker protection ļ‚§ Interface Design – what data will move from one system to another; how and how often, and failure handling ļ‚§ Architecture Design – required hardware, operating systems, application versions, middleware, etc. ļ‚§ Network Requirements ļ‚§ Specific peripheral devices – scanners, printers, etc.
  • 19. ļ‚§ In the System Build step, you develop or purchase your software and then configure it to the previous specification documents. ļ‚§ This step includes unit testing and integration testing
  • 20. ļ‚§ The Installation Qualification tests provide confirmation that the software or system is installed and setup according to the Design Specification. ļ‚§ Usually the software is first installed in a test or validation environment, but there can be exceptions in situations such as manufacturing.
  • 21. ļ‚§ Operational Qualification testing is often referred to as Functional Testing or System Testing. ļ‚§ OQ tests confirm that all functionality defined in the Functional Specification is present and working correctly, and that there are no bugs. ļ‚§ OQ tests can also include confirmation of any design elements not tested during IQ, such as configuration, are working as specified.
  • 22. ļ‚§ Performance Qualification testing is often called User Acceptance testing. PQ testing confirms that the software will meet the users’ needs and is suitable for their intended use, as defined in the User Requirements Specification. ļ‚§ Testing can follow Use Cases, SOPs, user-defined scenarios, etc. For simple software like reports or spreadsheets, OQ and PQ testing are often combined.
  • 23. ļ‚§ The last step in this validation method is to write the Validation Report, often called the Validation Summary or System Certification. ļ‚§ This report provides confirmation that all activities specified in the validation plan have been completed. ļ‚§ The Validation Report summarizes the testing results and provides confirmation that all acceptance criteria have been met and the software is ready for deployment.
  • 24. ļ‚§ Computer system validation helps to ensure that both new and existing computer systems consistently fulfill their intended purpose and produce accurate and reliable results that enable regulatory compliance, fulfillment of user requirements, and the ability to discern invalid and/or altered records. ļ‚§ CSV utilizes both static and dynamic testing activities that are conducted throughout the software development lifecycle (SDLC)
  • 25. ļ‚§ www.astrixinc.com ļ‚§ www.validationcenter.com ļ‚§ www.pharmaguideline.com ļ‚§ www.performancelabus.com ļ‚§ www.wikipedia ļ‚§ www.synopsys.com