Iodine131MIBGQualityChecker

Iodine-131 MIBG

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

Utility description: Iodine-131 MIBG

Iodine-131 MIBG Quality Checker — Iodine-131 MIBG for neuroendocrine tumor therapy
ℹ️ Utility checks critical parameters of Iodine-131 MIBG:
• Radionuclidic purity (≥99.9%)
• Iodine-125 impurity (≤0.1%)
• Radiochemical purity (≥95%) — binding to MIBG
• Free iodide (≤5%)
• Precursor MIBG (≤10%)
• pH, endotoxins, sterility, heavy metals
⚠️ CRITICAL: Free iodide >5% → accumulation in thyroid!
Radiochemical purity <95% → reduced therapeutic effect and healthy tissue irradiation!
Usage:
Iodine131MIBGQualityChecker.exe → demo mode (console output)
Iodine131MIBGQualityChecker.exe input.csv output.json → evaluate your data
Input format:
BatchNumber,TotalActivityMBq,RadionuclidicPurityPercent,Iodine125ImpurityPercent,RadiochemicalPurityPercent,FreeIodidePercent,PrecursorMIBGPercent,pH,EndotoxinsEU,SterilityTest,HeavyMetalsPPM,ProductType
Example (sterility: 0=sterile, 1=contaminated):
I131-MIBG-2026-001,7400.0,99.98,0.01,98.0,1.5,5.0,5.5,40.0,0,3,Therapeutic
Supported product types:
• Therapeutic — neuroblastoma, pheochromocytoma, paraganglioma therapy
• Diagnostic — diagnostic scintigraphy
— WHY IS THIS NEEDED?
Iodine-131 MIBG (meta-iodobenzylguanidine) is a radiopharmaceutical for targeted therapy:
• I-131 half-life: 8.02 days
• Mechanism: Norepinephrine analog, taken up by adrenergic tissues (neuroendocrine tumors)
• Beta radiation destroys tumor cells from within
• "Gold standard" for recurrent neuroblastoma therapy in children
⚠️ CRITICAL:
• Radiochemical purity ≥95% — MIBG must be firmly bound to I-131. Free iodine washes out quickly and accumulates in the thyroid (risk of hypothyroidism/thyroid cancer).
• Iodine-125 impurity ≤0.1% — I-125 (T½=59.4 days) creates unnecessary long-term radiation burden without therapeutic beta effect.
• Free iodide ≤5% — high levels of free iodide lead to systemic toxicity.
• Precursor MIBG ≤10% — chemical impurity (unlabeled MIBG) can compete for transporters, reducing therapy efficacy.
Key features:
• Control of radiochemical purity (I-131 binding to MIBG)
• Check for long-lived I-125 impurity
• Assessment of free iodide level (risk of thyroid toxicity)
• Control of chemical purity (precursor MIBG)
Critical parameters:
• Radionuclidic purity: ≥99.9%
• Iodine-125 impurity: ≤0.1%
• Radiochemical purity: ≥95.0%
• Free iodide: ≤5.0%
• Precursor MIBG: ≤10.0%
• pH: 4.0–8.0
• Endotoxins: ≤175 EU/vial
• Sterility: no microbial growth
• Heavy metals: ≤10 ppm
💡 Usage tips:
Radiochemical purity is determined by TLC or HPLC
Patients must undergo thyroid blockade with potassium iodide 24-48 hours before administration
High levels of free iodide can distort scintigraphy results and reduce tumor dose
The drug is administered slowly intravenously
⚠️ Note: MIBG is a norepinephrine analog. The presence of unlabeled precursor (carrier) can saturate NET1 transporters, reducing the uptake of the radioactive drug by the tumor ("dilution effect"). Therefore, control of chemical purity is critical for therapeutic doses.

input.csv

BatchNumber,TotalActivityMBq,RadionuclidicPurityPercent,Iodine125ImpurityPercent,RadiochemicalPurityPercent,FreeIodidePercent,PrecursorMIBGPercent,pH,EndotoxinsEU,SterilityTest,HeavyMetalsPPM,ProductType
I131-MIBG-2026-001,7400.0,99.98,0.01,98.0,1.5,5.0,5.5,40.0,0,3,Therapeutic
I131-MIBG-2026-002,7200.0,99.85,0.12,94.5,6.0,12.0,5.0,180.0,0,8,Therapeutic
I131-MIBG-2026-003,370.0,99.99,0.005,99.0,0.5,2.0,6.0,20.0,0,1,Diagnostic

URS & FS — User Requirements and Functional Specification

This document describes the controlled interface and behaviour of Iodine131MIBGQualityChecker for Iodine-131 MIBG.

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 Iodine-131 MIBG:
  • • Radionuclidic purity (≥99.9%)
  • • Iodine-125 impurity (≤0.1%)
  • • Radiochemical purity (≥95%) — binding to MIBG
  • • Free iodide (≤5%)
  • • Precursor MIBG (≤10%)
  • • pH, endotoxins, sterility, heavy metals
  • ⚠️ CRITICAL: Free iodide >5% → accumulation in thyroid!
  • Radiochemical purity <95% → reduced therapeutic effect and healthy tissue irradiation!
  • BatchNumber,TotalActivityMBq,RadionuclidicPurityPercent,Iodine125ImpurityPercent,RadiochemicalPurityPercent,FreeIodidePercent,PrecursorMIBGPercent,pH,EndotoxinsEU,SterilityTest,HeavyMetalsPPM,ProductType
  • Example (sterility: 0=sterile, 1=contaminated):
  • ⚠️ CRITICAL:
  • • Radiochemical purity ≥95% — MIBG must be firmly bound to I-131. Free iodine washes out quickly and accumulates in the thyroid (risk of hypothyroidism/thyroid cancer).
  • • Iodine-125 impurity ≤0.1% — I-125 (T½=59.4 days) creates unnecessary long-term radiation burden without therapeutic beta effect.

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 Iodine-131 MIBG 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
1BatchNumberstringI131-MIBG-2026-001Batch or lot identifier used for traceability.
2TotalActivityMBqdecimal7400.0Radioactivity value used for release, decay or dose-related assessment.
3RadionuclidicPurityPercentstring99.98Radionuclidic purity; a critical radiation-safety and impurity parameter.
4Iodine125ImpurityPercentstring0.01Controlled impurity or residual material.
5RadiochemicalPurityPercentstring98.0Radiochemical purity; confirms the labelled chemical form and binding quality.
6FreeIodidePercentstring1.5Free radionuclide / unbound species; important for non-target uptake and toxicity.
7PrecursorMIBGPercentdecimal5.0Controlled input parameter used by the deterministic QC rules.
8pHdecimal5.5Solution pH; relevant for stability, compatibility and administration.
9EndotoxinsEUdecimal40.0Bacterial endotoxins; critical for parenteral administration.
10SterilityTestflag / boolean0Sterility result; critical release parameter.
11HeavyMetalsPPMdecimal3Elemental impurity / metal residue parameter.
12ProductTypestringTherapeuticControlled input parameter used by the deterministic QC rules.
BatchNumber,TotalActivityMBq,RadionuclidicPurityPercent,Iodine125ImpurityPercent,RadiochemicalPurityPercent,FreeIodidePercent,PrecursorMIBGPercent,pH,EndotoxinsEU,SterilityTest,HeavyMetalsPPM,ProductType
I131-MIBG-2026-001,7400.0,99.98,0.01,98.0,1.5,5.0,5.5,40.0,0,3,Therapeutic
I131-MIBG-2026-002,7200.0,99.85,0.12,94.5,6.0,12.0,5.0,180.0,0,8,Therapeutic
I131-MIBG-2026-003,370.0,99.99,0.005,99.0,0.5,2.0,6.0,20.0,0,1,Diagnostic

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 Iodine-131 MIBG, 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": "iodine131-mibg-quality-checker",
  "api": "Iodine-131 MIBG",
  "overallStatus": "PASS|WARNING|FAIL",
  "sourceFile": "input.csv",
  "checks": [
    {
      "parameter": "BatchNumber",
      "value": "I131-MIBG-2026-001",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "TotalActivityMBq",
      "value": "7400.0",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "RadionuclidicPurityPercent",
      "value": "99.98",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "Iodine125ImpurityPercent",
      "value": "0.01",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "RadiochemicalPurityPercent",
      "value": "98.0",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "FreeIodidePercent",
      "value": "1.5",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "PrecursorMIBGPercent",
      "value": "5.0",
      "status": "PASS|WARNING|FAIL",
      "message": "Rule-based check result"
    },
    {
      "parameter": "pH",
      "value": "5.5",
      "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

Endocrinology QC Suite

QC package for endocrinology: thyroid, pituitary/peptide hormones, corticosteroids, sex hormones and selected metabolic medicines.

Open

Neurology QC Suite

QC package for neurology and neuropsychiatry: antiepileptics, antiparkinsonian medicines, antidepressants, antipsychotics, analgesics and neurological diagnostic radiopharmaceuticals.

Open

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

RPH isotope family: radioiodine

I-123, I-124, I-125 and I-131 for diagnostics, therapy, labelling and purity control.

Open

RPH organ/system: brain and CNS

Brain perfusion, dopamine transporter, amyloid/tau, receptor imaging and neurological SPECT/PET.

Open

RPH organ/system: endocrine, thyroid and NET

Radioiodine, thyroid/parathyroid, somatostatin receptor, MIBG and neuroendocrine workflows.

Open

RPH organ/system: oncology and theranostics

Tumour imaging, PSMA/FAPI/receptor tracers, immuno-PET, targeted radionuclide therapy and radioembolization.

Open

RPH use case: radionuclide therapy and theranostics

Lu-177, Ac-225, Ra-223, Y-90, Ho-166, Sm-153, Sr-89, Re-188, Tb-161, I-131 and other therapeutic radiopharmaceuticals: activity, purity, free metal, daughters and toxicological constraints.

Open

RPH workflow: generators and isotope purity

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

Open

RPH workflow: imaging QC and quantitative interpretation

Acquisition, uptake, clearance, perfusion, transit, ejection fraction, segmentation and quantitative imaging.

Open

RPH workflow: product release QC

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

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