Phosphorus32ChromicPhosphateChecker

Phosphorus-32 Chromic Phosphate

radiopharmaceuticals QC URS & FS input.csv output.json radiochemical purity radionuclidic purity sterility
Open selection

Utility description: Phosphorus-32 Chromic Phosphate

Phosphorus-32 Chromic Phosphate Quality Checker — P-32 Colloid for Radiosynovectomy

ℹ️  Utility checks critical parameters of colloidal Phosphorus-32:
    • Radionuclidic purity (≥99.9%)
    • Phosphorus-33 impurity (≤0.1%)
    • Particle size (0.5–10.0 μm) — CRITICAL!
    • Colloidal stability (≥95%)
    • Free phosphate (≤5%)
    • pH, endotoxins, sterility

⚠️  CRITICAL: Particles <0.5 μm leak from joint to lymph nodes!
    Particles >10 μm cause local tissue necrosis!
    Free phosphate accumulates in bone marrow and skeleton!

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

Input format:
BatchNumber,TotalActivityMBq,RadionuclidicPurityPercent,Phosphorus33ImpurityPercent,ParticleSizeMicrons,ColloidalStabilityPercent,pH,EndotoxinsEU,SterilityTest,FreePhosphatePercent,ProductType

Example (sterility: 0=sterile, 1=contaminated):
  P32-CR-2026-005,370.0,99.95,0.05,2.5,98.5,6.0,50.0,0,1.5,Synovectomy

Supported product types:
• Synovectomy — radiosynovectomy (knee, elbow joints)
• Intracavitary — intracavitary therapy (pleural, peritoneal effusions)

— WHY IS THIS NEEDED?
Phosphorus-32 as colloidal chromic phosphate (CrPO4) is a classic agent for local radiation therapy:
• 14.29-day half-life — optimal for prolonged effect on synovial membrane
• Pure beta-emitter (E_max = 1.71 MeV) — tissue penetration depth ~8 mm, ideal for synovitis treatment
• Does not leave the joint cavity if particle size is correct (0.5–10 μm)
• Used in rheumatoid arthritis, pigmented villonodular synovitis

⚠️  CRITICAL:
• Particle size 0.5–10.0 μm — MAIN SAFETY PARAMETER.
  - < 0.5 μm: Particles pass through synovial barrier, accumulate in regional lymph nodes and may enter systemic circulation.
  - > 10.0 μm: Risk of uneven distribution, aggregation, and local tissue necrosis ("hot spots").
• Colloidal stability ≥95% — ensures phosphorus is in insoluble form.
• Free phosphate ≤5% — SOLUBLE phosphorus-32 metabolizes like normal phosphate and accumulates in bones (osteogenic cells), causing unjustified irradiation of bone marrow!
• Phosphorus-33 impurity ≤0.1% — P-33 has softer radiation but longer half-life (25.3 days), increasing integral dose.
• pH 4.0–7.0 — to minimize pain syndrome during injection.
• Endotoxins ≤175 EU/vial — standard for injectables.
• Sterility — MANDATORY for intra-articular and intracavitary injections!

Key features:
• Strict control of particle size (Particle Size Analysis)
• Check for free phosphate (TLC method)
• Radionuclidic purity assessment with focus on P-33
• Support for synovectomy and intracavitary therapy modes

Critical parameters:
• Radionuclidic purity: ≥99.9%
• P-33 impurity: ≤0.1%
• Particle size: 0.5–10.0 μm
• Colloidal stability: ≥95.0%
• Free phosphate: ≤5.0%
• pH: 4.0–7.0
• Endotoxins: ≤175 EU/vial
• Sterility: no microbial growth

💡 Usage tips:
1. Particle size controlled by electron microscopy or dynamic light scattering (DLS).
2. Free phosphate determined by thin-layer chromatography (TLC).
3. Product must be stored in suspension; vigorous shaking is required before use.
4. During injection, avoid extravasation into subcutaneous tissue (causes necrosis).
5. If free phosphate >5%, batch is rejected due to risk of systemic skeletal irradiation.

⚠️ Note: Unlike soluble radiopharmaceuticals, colloidal P-32 acts locally. Any disruption of colloid integrity or incorrect particle size transforms it from a local therapeutic agent into a source of systemic radiation damage.

input.csv

BatchNumber,TotalActivityMBq,RadionuclidicPurityPercent,Phosphorus33ImpurityPercent,ParticleSizeMicrons,ColloidalStabilityPercent,pH,EndotoxinsEU,SterilityTest,FreePhosphatePercent,ProductType
P32-CR-2026-005,370.0,99.95,0.05,2.5,98.5,6.0,50.0,0,1.5,Synovectomy
P32-CR-2026-006,350.0,99.8,0.2,15.0,90.0,6.5,100.0,0,8.0,Synovectomy
P32-CAV-2026-001,1500.0,99.99,0.01,5.0,99.0,5.5,80.0,0,0.5,Intracavitary

URS & FS — User Requirements and Functional Specification

This document describes the controlled interface and behaviour of Phosphorus32ChromicPhosphateChecker for Phosphorus-32 Chromic Phosphate.

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.
  • ℹ️ Utility checks critical parameters of colloidal Phosphorus-32:
  • • Radionuclidic purity (≥99.9%)
  • • Phosphorus-33 impurity (≤0.1%)
  • • Particle size (0.5–10.0 μm) — CRITICAL!
  • • Colloidal stability (≥95%)
  • • Free phosphate (≤5%)
  • • pH, endotoxins, sterility
  • ⚠️ CRITICAL: Particles <0.5 μm leak from joint to lymph nodes!
  • Free phosphate accumulates in bone marrow and skeleton!
  • BatchNumber,TotalActivityMBq,RadionuclidicPurityPercent,Phosphorus33ImpurityPercent,ParticleSizeMicrons,ColloidalStabilityPercent,pH,EndotoxinsEU,SterilityTest,FreePhosphatePercent,ProductType
  • Example (sterility: 0=sterile, 1=contaminated):
  • ⚠️ CRITICAL:
  • • Colloidal stability ≥95% — ensures phosphorus is in insoluble form.
  • • Free phosphate ≤5% — SOLUBLE phosphorus-32 metabolizes like normal phosphate and accumulates in bones (osteogenic cells), causing unjustified irradiation of bone marrow!

URS — User Requirements Specification

IDRequirementCriticalityAcceptance criterion
URS-001The utility shall accept an input.csv file with the exact headers defined in the data contract.HighThe file is processed without manual header editing.
URS-002The utility shall perform deterministic QC evaluation for Phosphorus-32 Chromic Phosphate using input values, approved limits and domain rules.HighEach input row receives a PASS / WARNING / FAIL status.
URS-003The utility shall validate mandatory fields, data types, numeric ranges, units and pharmaceutical/radiochemical plausibility.HighSchema and conversion errors are explicitly reported.
URS-004The utility shall identify critical deviations related to radionuclidic purity, radiochemical purity, free radionuclide, impurities, pH, endotoxins and sterility when such fields are present.HighA critical deviation causes FAIL or a separate critical finding.
URS-005The utility shall generate output.json with machine-readable results, source values, warnings and failures.HighJSON is suitable for LIMS/ELN/MES integration and QA/QC review.
URS-006The utility shall not use machine learning to decide conformance.MediumThe result is based on explicit rules, thresholds and input values.
URS-007The utility shall preserve traceability between batch number, input values, applied rules and final status.HighThe output contains the batch identifier and the list of checked parameters.
URS-008The documentation shall support IQ/OQ preparation and inspection discussion with FDA/EMA/Roszdravnadzor or local regulators.MediumURS & FS, input.csv/output.json contract and test scenarios are supplied with the utility.

input.csv contract

#FieldTypeSamplePurpose
1BatchNumberstringP32-CR-2026-005Batch or lot identifier used for traceability.
2TotalActivityMBqdecimal370.0Radioactivity value used for release, decay or dose-related assessment.
3RadionuclidicPurityPercentstring99.95Radionuclidic purity; a critical radiation-safety and impurity parameter.
4Phosphorus33ImpurityPercentstring0.05Solution pH; relevant for stability, compatibility and administration.
5ParticleSizeMicronsdecimal2.5Particle-size parameter; relevant for biodistribution or product consistency.
6ColloidalStabilityPercentstring98.5Controlled input parameter used by the deterministic QC rules.
7pHdecimal6.0Solution pH; relevant for stability, compatibility and administration.
8EndotoxinsEUdecimal50.0Bacterial endotoxins; critical for parenteral administration.
9SterilityTestflag / boolean0Sterility result; critical release parameter.
10FreePhosphatePercentdecimal1.5Free radionuclide / unbound species; important for non-target uptake and toxicity.
11ProductTypestringSynovectomyControlled input parameter used by the deterministic QC rules.
BatchNumber,TotalActivityMBq,RadionuclidicPurityPercent,Phosphorus33ImpurityPercent,ParticleSizeMicrons,ColloidalStabilityPercent,pH,EndotoxinsEU,SterilityTest,FreePhosphatePercent,ProductType
P32-CR-2026-005,370.0,99.95,0.05,2.5,98.5,6.0,50.0,0,1.5,Synovectomy
P32-CR-2026-006,350.0,99.8,0.2,15.0,90.0,6.5,100.0,0,8.0,Synovectomy
P32-CAV-2026-001,1500.0,99.99,0.01,5.0,99.0,5.5,80.0,0,0.5,Intracavitary

FS — Functional Specification

IDFunctionImplementation
FS-001CSV importRead input.csv in UTF-8/CSV-compatible format and validate the header and expected columns.
FS-002Schema validationCheck mandatory fields and column count; report unknown or missing key fields.
FS-003Type conversionConvert numeric, flag and text values; invalid formats are recorded as row-level errors.
FS-004Domain rule engineApply domain rules for Phosphorus-32 Chromic Phosphate, including critical limits from the utility description and approved specification.
FS-005Status aggregationProduce final status: FAIL for critical failure, WARNING for non-critical deviation, PASS for conformance.
FS-006JSON exportWrite output.json with detailed checks, source values, warnings, failures and critical findings.
FS-007Audit supportKeep the result structure suitable for review, deviation investigation, calculation reproduction and IQ/OQ preparation.
FS-008Integration contractSupport the production scenario: LIMS/ELN/MES creates input.csv, the utility returns output.json, the portal displays description and documentation.

Example output.json

{
  "utilityId": "phosphorus32-chromic-phosphate-checker",
  "api": "Phosphorus-32 Chromic Phosphate",
  "overallStatus": "PASS|WARNING|FAIL",
  "sourceFile": "input.csv",
  "checks": [
    {
      "parameter": "BatchNumber",
      "value": "P32-CR-2026-005",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "TotalActivityMBq",
      "value": "370.0",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "RadionuclidicPurityPercent",
      "value": "99.95",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "Phosphorus33ImpurityPercent",
      "value": "0.05",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "ParticleSizeMicrons",
      "value": "2.5",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "ColloidalStabilityPercent",
      "value": "98.5",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "pH",
      "value": "6.0",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "EndotoxinsEU",
      "value": "50.0",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    }
  ],
  "criticalFindings": []
}

OQ/PQ test scenarios

IDScenarioExpected result
OQ-001Valid sample rowPASS or acceptable WARNING according to the rules.
OQ-002Mandatory column missingSchema error or FAIL.
OQ-003Non-numeric value in numeric fieldType-conversion error.
OQ-004Critical parameter outside limitFAIL and critical finding.
PQ-001User real batch/lotReviewed result with input.csv and output.json retained.

QA/QC and change control

  • Do not rename columns without updating the validator 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 radiopharmaceutical limits must be verified against the approved specification and local SOPs.

Included in packages

PetRad3: expanded PET/SPECT and radiopharmaceutical QC package

A curated suite for PET/SPECT radiopharmaceuticals, generator and cyclotron radionuclides, labelled compounds, radiochemical purity, breakthrough, sterility and endotoxin control.

Open

Radiology QC Suite

QC package for radiology and diagnostic imaging: radiopharmaceuticals, PET/SPECT, contrast media, iodinated and gadolinium products, plus particle, sterility and endotoxin checks.

Open

Rheumatology QC Suite

QC package for rheumatology: NSAIDs, glucocorticoids, methotrexate, biologics and supporting impurity/potency checks.

Open

RPH isotope family: beta-emitting therapy

Lu-177, Y-90, Ho-166, Re-188, Sm-153, Sr-89, P-32, Cu-67 and Tb-161.

Open

RPH organ/system: bone and musculoskeletal

Bone scintigraphy, MDP/PYP, marrow, bone-pain palliation, skeletal metastases and radiosynovectomy.

Open

RPH organ/system: lymphatic, infection and inflammation

Sentinel node, lymphoscintigraphy, nanocolloid, labelled leukocytes, granulocyte and inflammatory imaging.

Open

RPH use case: generators, isotope purity and starting radionuclides

Control of generator eluate, breakthrough, radionuclidic purity, isotope mix, carrier/free radionuclides and starting radionuclides before labeling.

Open

RPH workflow: generators and isotope purity

Generator eluate, breakthrough, radionuclidic purity, isotope mix and starting radionuclides.

Open

RPH workflow: product release QC

Assay, purity, sterility, endotoxins, pH, impurities, appearance and batch-release checks.

Open

RPH workflow: stability, storage, decay and waste

Kinetic stability, shelf life, decay correction, expiry, storage, trend and radioactive waste.

Open

RPH: combined radiopharmaceutical QC package

RPH combines PetRad, PetRad2 and PetRad3 into one umbrella package for PET/SPECT, therapeutic radionuclides, generators, labelled compounds, decay calculations, sterility, endotoxins and radiochemical/radionuclidic purity.

Open