FMDVaccinePotencyAssayReviewer

FMD Vaccine Potency Assay

Vet veterinary veterinary vaccines animal health adjuvants aquaculture batch release CSV→JSON
Open selection

Utility description: FMD Vaccine Potency Assay

FMD Vaccine Potency Assay Reviewer — FMD Vaccine Potency Test Review

ℹ️  Utility performs automatic verification of acceptance criteria for Foot-and-Mouth Disease (FMD) vaccine potency tests according to Ph. Eur. 2.7.16 and WOAH standards:
     • Assay Validity: Check of standard curve coefficient of determination (R²) and control serum titer.
     • Challenge Control: Confirmation that control animals were susceptible to the virus.
     • Potency Calculation: Determination of PD50 dose (dose protecting 50% of animals) and comparison with minimum requirement (typically ≥ 3.0 PD50).
     • Serotype Specificity: Separate analysis for serotypes O, A, Asia1, etc.

⚠️  IMPORTANT: 
     • FMD potency test is a complex biological assay requiring strict vivarium conditions.
     • Invalid challenge control renders the entire test unsuitable for evaluation, regardless of vaccine results.

Usage:
  FMDVaccinePotencyAssayReviewer.exe                            → demo mode (console output)
  FMDVaccinePotencyAssayReviewer.exe input.csv output.json      → evaluate your data

Input format:
BatchNumber,Serotype,StdCurve_Slope,StdCurve_R2,ControlSerum_Titer_Log10,MinControlTiter_Limit,Vaccine_PD50_Dose,MinPD50_Requirement

Example:
  FMD-001,O,-1.1,0.98,2.1,1.7,4.5,3.0

📍 Scope of Application (Usage Where):
     • Veterinary Vaccine Production: Release of FMD vaccine batches.
     • State Quality Control: Inspection testing in reference laboratories.
     • Vaccine Development: Optimization of antigen and adjuvant composition.
     • Regulatory Dossier: Preparation of data for product registration.

— WHY IS THIS NEEDED?
Efficacy of FMD vaccine is critically important for preventing epidemics.
Automated review eliminates errors in statistical parameter calculations (Probit analysis) and guarantees that only highly immunogenic batches reach the market.
This complies with GLP principles and international animal trade requirements.

⚠️  CRITICAL:
• Standard Curve R²: Must be ≥ 0.90 to ensure interpolation accuracy.
• Control Serum: Titer must be within historically established range, confirming reagents.
• PD50 Limit: For cattle, minimum is usually 3.0 PD50; for pigs, requirements may differ.
• Challenge Control: 100% morbidity in control group is mandatory for test validity.

Key features:
• Automatic system suitability check
• Test validity status calculation (Valid/Invalid)
• Comparison of obtained potency with regulatory requirements
• Support for multiple serotypes
• Report generation for LIMS integration

Critical parameters:
• Std Curve R²: ≥ 0.90
• Control Serum Titer: Within established limits
• Vaccine PD50: ≥ 3.0 (or per specification)
• Challenge Validity: True

💡 Usage tips:
1. Statistics: Use specialized software (e.g., CombiStats) for primary PD50 calculation, and this utility for review.
2. Historical Data: Compare current control titers with laboratory historical data.
3. Biosafety: All work with live virus is performed under BSL-3/4 conditions.
4. Alternative Methods: Consider using in vitro tests (146S ELISA) as screening.
5. Documentation: Save reports as part of the test protocol.

⚠️ Note: This utility checks data correctness and specification compliance. It does not replace expert assessment by pathologist and virologist during animal trials.

input.csv

BatchNumber,Serotype,StdCurve_Slope,StdCurve_R2,ControlSerum_Titer_Log10,MinControlTiter_Limit,Vaccine_PD50_Dose,MinPD50_Requirement
FMD-2026-O-001,O,-1.1,0.98,2.1,1.7,4.5,3.0
FMD-2026-A-002,A,-0.9,0.85,1.9,1.7,2.8,3.0
FMD-2026-Asia1-003,Asia1,-1.05,0.95,2.3,1.7,5.1,3.0

URS & FS — User Requirements and Functional Specification

This document describes the controlled interface and behaviour of FMDVaccinePotencyAssayReviewer for FMD Vaccine Potency Assay Reviewer.

Domain limits and critical parameters

Key fragments from the source description are shown below. Before production use, limits must be verified against the approved specification, registration dossier and local SOPs.
  • FMD Vaccine Potency Assay Reviewer — FMD Vaccine Potency Test Review
  • ℹ️ Utility performs automatic verification of acceptance criteria for Foot-and-Mouth Disease (FMD) vaccine potency tests according to Ph. Eur. 2.7.16 and WOAH standards:
  • • Potency Calculation: Determination of PD50 dose (dose protecting 50% of animals) and comparison with minimum requirement (typically ≥ 3.0 PD50).
  • • FMD potency test is a complex biological assay requiring strict vivarium conditions.
  • FMDVaccinePotencyAssayReviewer.exe → demo mode (console output)
  • FMDVaccinePotencyAssayReviewer.exe input.csv output.json → evaluate your data
  • BatchNumber,Serotype,StdCurve_Slope,StdCurve_R2,ControlSerum_Titer_Log10,MinControlTiter_Limit,Vaccine_PD50_Dose,MinPD50_Requirement
  • Efficacy of FMD vaccine is critically important for preventing epidemics.
  • ⚠️ CRITICAL:
  • • Standard Curve R²: Must be ≥ 0.90 to ensure interpolation accuracy.
  • • Control Serum: Titer must be within historically established range, confirming reagents.
  • • PD50 Limit: For cattle, minimum is usually 3.0 PD50; for pigs, requirements may differ.
  • • Comparison of obtained potency with regulatory requirements
  • Critical parameters:
  • • Std Curve R²: ≥ 0.90
  • • Control Serum Titer: Within established limits
  • • Vaccine PD50: ≥ 3.0 (or per specification)

URS — User Requirements Specification

IDRequirementCriticalityAcceptance criterion
URS-001The utility shall accept an input.csv file for FMD Vaccine Potency Assay Reviewer with headers defined in the data contract.HighThe file is processed without manual header editing.
URS-002The utility shall perform deterministic QC evaluation without machine learning and without probabilistic conformance decisions.HighIdentical input data, rule version and configuration produce reproducible results.
URS-003The utility shall validate mandatory fields, data types, ranges, units and domain plausibility.HighSchema, conversion and range errors are explicitly reported.
URS-004The utility shall apply domain limits and rules from the description, approved specification, registration dossier and local SOPs.HighEach check has PASS/WARNING/FAIL and a clear message.
URS-005The utility shall generate output.json with machine-readable results, source values, warnings, failures and critical findings.HighJSON is suitable for LIMS/ELN/MES integration and QA/QC review.
URS-006The utility shall preserve traceability between batch/sample, input file, applied rules and final status.HighOutput contains identifiers, checked parameters and audit metadata.
URS-007The documentation shall support IQ/OQ/PQ, CSV/CSA and review by internal QA or inspectors.MediumURS, FS, input/output contract and test scenarios are supplied with the utility.
URS-008The utility shall be used as a QC decision-support tool and not as a substitute for approved specifications and QA/QP release decision.MediumDocumentation states change control and limit-verification expectations.

input.csv contract

#FieldTypeSamplePurpose
1BatchNumberstring / controlled vocabularyFMD-2026-O-001Batch or lot identifier used for traceability.
2Serotypestring / controlled vocabularyOControlled input parameter for deterministic QC rules.
3StdCurve_Slopedecimal-1.1Controlled input parameter for deterministic QC rules.
4StdCurve_R2decimal0.98Controlled input parameter for deterministic QC rules.
5ControlSerum_Titer_Log10string / controlled vocabulary2.1Control point/control sample for assay run validity.
6MinControlTiter_Limitdecimal1.7Control point/control sample for assay run validity.
7Vaccine_PD50_Dosedecimal4.5Dose/dosage unit; release and safety parameter.
8MinPD50_Requirementdecimal3.0Controlled input parameter for deterministic QC rules.
BatchNumber,Serotype,StdCurve_Slope,StdCurve_R2,ControlSerum_Titer_Log10,MinControlTiter_Limit,Vaccine_PD50_Dose,MinPD50_Requirement
FMD-2026-O-001,O,-1.1,0.98,2.1,1.7,4.5,3.0
FMD-2026-A-002,A,-0.9,0.85,1.9,1.7,2.8,3.0
FMD-2026-Asia1-003,Asia1,-1.05,0.95,2.3,1.7,5.1,3.0

Input validation rules

IDFieldRuleCriticality
VR-001BatchNumberThe field shall match an approved dictionary or accepted string representation.High
VR-002SerotypeThe field shall match an approved dictionary or accepted string representation.High
VR-003StdCurve_SlopeThe field shall match an approved dictionary or accepted string representation.High
VR-004StdCurve_R2The field shall match an approved dictionary or accepted string representation.Medium
VR-005ControlSerum_Titer_Log10The field shall match an approved dictionary or accepted string representation.Medium
VR-006MinControlTiter_LimitThe field shall match an approved dictionary or accepted string representation.Medium
VR-007Vaccine_PD50_DoseThe field shall match an approved dictionary or accepted string representation.Medium
VR-008MinPD50_RequirementThe field shall match an approved dictionary or accepted string representation.Medium

FS — Functional Specification

IDFunctionImplementation
FS-001CLI executionSupport execution modes: demo mode without arguments and production mode input.csv output.json.
FS-002CSV importRead input.csv in UTF-8/CSV-compatible format and validate header and expected columns.
FS-003Schema validationCheck mandatory fields, column count, unknown key fields and empty mandatory values.
FS-004Type conversionConvert numeric, flag and text values; invalid format is recorded as a row-level error.
FS-005Domain rule engineApply rules for FMD Vaccine Potency Assay Reviewer, including critical limits from the description and approved specification.
FS-006Status aggregationProduce final status: FAIL for critical failure, WARNING for non-critical deviation, PASS for conformance.
FS-007JSON exportWrite output.json with detailed checks, source values, warnings, failures and critical findings.
FS-008Audit supportKeep result structure suitable for review, deviation investigation and calculation reproduction.
FS-009Integration contractSupport the scenario LIMS/ELN/MES → input.csv → utility → output.json → portal/admin review.
FS-010Error handlingReturn explicit messages for missing file, empty CSV, invalid schema, output write failure and invalid format.

Example output.json

{
  "utilityId": "fmdvaccinepotencyassayreviewer",
  "utilityFolder": "FMDVaccinePotencyAssayReviewer",
  "package": "Vet",
  "overallStatus": "PASS|WARNING|FAIL",
  "sourceFile": "input.csv",
  "processedAtUtc": "2026-06-10T00:00:00Z",
  "checks": [
    {
      "parameter": "BatchNumber",
      "value": "FMD-2026-O-001",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-001"
    },
    {
      "parameter": "Serotype",
      "value": "O",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-002"
    },
    {
      "parameter": "StdCurve_Slope",
      "value": "-1.1",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-003"
    },
    {
      "parameter": "StdCurve_R2",
      "value": "0.98",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-004"
    },
    {
      "parameter": "ControlSerum_Titer_Log10",
      "value": "2.1",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-005"
    },
    {
      "parameter": "MinControlTiter_Limit",
      "value": "1.7",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-006"
    },
    {
      "parameter": "Vaccine_PD50_Dose",
      "value": "4.5",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-007"
    },
    {
      "parameter": "MinPD50_Requirement",
      "value": "3.0",
      "status": "PASS|WARNING|FAIL",
      "message": "Deterministic rule-based check result",
      "ruleReference": "FS-RULE-008"
    }
  ],
  "criticalFindings": [],
  "warnings": [],
  "audit": {
    "inputHash": "sha256:<calculated at runtime>",
    "rulesVersion": "<utility executable version>",
    "documentation": "FMDVaccinePotencyAssayReviewer.documentation.html"
  }
}

Traceability matrix

URSFSTestEvidence
URS-001FS-001, FS-002OQ-001Verify execution and import of valid input.csv.
URS-002FS-005, FS-006OQ-004Repeat the same dataset and compare output.json.
URS-003FS-003, FS-004, FS-010OQ-002, OQ-003Verify missing columns and invalid types.
URS-004FS-005, FS-006OQ-004, PQ-001Verify critical deviations on real/boundary data.
URS-005FS-007, FS-009OQ-005Verify JSON schema and downstream-system suitability.
URS-006FS-008OQ-006Verify identifiers and audit metadata.
URS-007FS-008, FS-010IQ-001, OQ-007Verify documentation completeness and control evidence.
URS-008FS-005, FS-008PQ-002Verify review workflow and no replacement of QA decision.

IQ/OQ/PQ test scenarios

IDScenarioExpected result
IQ-001Verify executable, input.csv, documentation and checksum availability.Delivery set is complete; version is recorded.
OQ-001Valid sample row from input.csv.PASS or acceptable WARNING according to rules.
OQ-002Remove a mandatory CSV column.Schema error or FAIL with missing-column reference.
OQ-003Place a non-numeric value into a numeric field.Type-conversion error with row/field reference.
OQ-004Set a critical parameter outside the limit.FAIL and critical finding.
OQ-005Verify output.json structure.All mandatory sections are present and JSON is valid.
OQ-006Verify batch/sample traceability.Input and result identifiers match.
PQ-001Verify 3–5 real user batches/samples.Result is confirmed by QC/QA review.
PQ-002Verify deviation workflow and manual QA decision.Utility supports review but does not replace approved decision.

QA/QC and change control

  • Do not rename columns without updating validator, documentation and test set.
  • Retain input.csv, output.json, executable version and checksum.
  • Before production use, perform IQ/OQ/PQ or equivalent CSV/CSA verification.
  • Critical limits shall be verified against the approved specification, registration dossier and local SOPs.
  • The utility provides structured QC decision support; final release decision remains with QA/QP and approved procedures.

Included in packages

Vet — Veterinary QC Utilities

Vet is designed for veterinary pharmaceuticals and vaccines: adjuvants, antigens, autogenous vaccines, aquaculture, feed/premixes, antimicrobial and antiparasitic products, sterility and batch release.

Open