Ra223DichlorideInjectionQC
Ra-223 Dichloride Injection QC
Ra-223 Dichloride Injection QC — Quality control of Ra-223 Dichloride injection
ℹ️ Utility checks critical parameters of Ra-223 Dichloride:
- Radionuclidic purity (≥99.9%)
- Ac-227 impurity (<0.001%) — CRITICAL!
- Ra-224 impurity (<0.01%)
- pH, osmolality, endotoxins, sterility
⚠️ CRITICAL: Ac-227 (T½=21.8 years) creates lifelong radiation burden!
Ra-223 is used for targeted alpha therapy of bone metastases.
Drug mimics calcium and incorporates into bone tissue.
Usage
Ra223DichlorideInjectionQC.exe → demo mode (console output)
Ra223DichlorideInjectionQC.exe input.csv output.json → evaluate your data
Input format
BatchNumber,RadionuclidicPurityPercent,Ac227ImpurityPercent,Ra224ImpurityPercent,RadiochemicalPurityPercent,pH,Osmolality_mOsm_per_kg,EndotoxinsEU_per_mL,SterilityTest,ActivitykBq_per_mL,ParticulateMatterCount,AlphaRecoilDaughtersPercent
Example
RA223-INJ-2026-001,99.95,0.0001,0.005,99.0,6.5,300.0,5.0,0,1000.0,10.0,0.1
— WHY IS THIS NEEDED?
Ra-223 Dichloride (Xofigo) is first approved alpha-emitter for systemic therapy.
- Mimics calcium and selectively accumulates in areas of increased bone turnover (metastases).
- Emits 4 alpha particles in decay chain, providing high local dose.
- Half-life 11.4 days.
- Produced from Ac-227/Ra-223 generator.
⚠️ CRITICAL:
- Radionuclidic purity ≥99.9% — guarantee of absence of other radium isotopes.
- Ac-227 impurity <0.001% — Ac-227 is parent nuclide with 21.8-year half-life. Its entry into body is unacceptable due to long-term toxicity.
- Ra-224 impurity <0.01% — Ra-224 has different decay profile and may distort dosimetry.
- Radiochemical purity ≥95% — Ra must be in free Ra2+ ion form for bone incorporation.
- pH 6.0-8.0 — physiological range.
- Osmolality 250-350 mOsm/kg — blood isotonicity.
- Endotoxins <175 EU/mL — standard for parenteral drugs.
- Sterility — MANDATORY.
- Particle control — important for IV injections.
Key features
- Strictest control of Ac-227 impurity characteristic of generator production.
- Assessment of radiochemical form (free ion).
- Osmolality and pH check for administration safety.
- Compliance with GMP and Pharmacopoeia requirements for Ra-223.
- Comprehensive safety check (endotoxins, sterility, particles).
Critical parameters
- Radionuclidic purity: ≥99.9%
- Ac-227 impurity: <0.001%
- Ra-224 impurity: <0.01%
- Radiochemical purity: ≥95.0%
- pH: 6.0–8.0
- Osmolality: 250–350 mOsm/kg
- Endotoxins: <175 EU/mL
- Sterility: no growth
- Particles (>10 μm): <6000
💡 Usage tips:
1. Radionuclidic purity determined by gamma spectrometry.
2. Ac-227 impurity controlled through long-term decay observation or mass spectrometry.
3. Drug is ready-to-use and does not require dilution.
4. Due to alpha decay, gaseous radon (Rn-219) accumulation is possible, requiring ventilation during work.
5. Ra-223 is rapidly cleared from blood, so drug quality is critical for delivering dose specifically to bones.
⚠️ Note: Ra-223 represents unique class of therapeutic agents. Quality control here focuses not so much on chemical stability of complex (as with chelates), but on purity of radionuclide itself, as any long-lived impurity nuclide becomes part of patient's skeleton forever.
input.csv
BatchNumber,RadionuclidicPurityPercent,Ac227ImpurityPercent,Ra224ImpurityPercent,RadiochemicalPurityPercent,pH,Osmolality_mOsm_per_kg,EndotoxinsEU_per_mL,SterilityTest,ActivitykBq_per_mL,ParticulateMatterCount,AlphaRecoilDaughtersPercent RA223-INJ-2026-001,99.95,0.0001,0.005,99.0,6.5,300.0,5.0,0,1000.0,10.0,0.1 RA223-INJ-2026-002,99.90,0.0005,0.008,98.0,6.8,310.0,10.0,0,950.0,20.0,0.2 RA223-INJ-2026-003,99.50,0.0020,0.020,95.0,7.0,320.0,20.0,1,900.0,50.0,0.5
URS & FS — user requirements and functional specification
URS — User Requirements Specification
- The utility shall accept
input.csvwith these mandatory columns:BatchNumber,RadionuclidicPurityPercent,Ac227ImpurityPercent,Ra224ImpurityPercent,RadiochemicalPurityPercent,pH,Osmolality_mOsm_per_kg,EndotoxinsEU_per_mL,SterilityTest,ActivitykBq_per_mL,ParticulateMatterCount,AlphaRecoilDaughtersPercent. - Each row shall be processed as a separate batch or record identified by
BatchNumber. - Before evaluation, the utility shall validate the CSV structure, mandatory values, numeric fields and allowed text values.
- Rules and limits shall be applied to every parameter in the input row.
- Critical violations identified in the supplied description shall set the record result to FAIL.
- Each row shall receive an overall PASS, WARNING or FAIL status with the triggered rules.
- An invalid row shall not receive PASS.
output.jsonshall contain source values, applied limits, individual check results and errors.- The same input and the same rule profile shall produce the same result.
FS — Functional Specification
- Run
Ra223DichlorideInjectionQC.exein demonstration mode or withinput.csv output.jsonarguments. - Read UTF-8 CSV and verify the exact set of mandatory columns.
- Convert row values to numeric and text types.
- Apply the rules defined in the approved version or configuration profile.
- Generate individual check results and derive the overall status from the most severe violation.
- Write machine-readable
output.json. - Structural and type errors shall be reported explicitly and shall not be masked by a successful status.
Complete input.csv example
BatchNumber,RadionuclidicPurityPercent,Ac227ImpurityPercent,Ra224ImpurityPercent,RadiochemicalPurityPercent,pH,Osmolality_mOsm_per_kg,EndotoxinsEU_per_mL,SterilityTest,ActivitykBq_per_mL,ParticulateMatterCount,AlphaRecoilDaughtersPercent RA223-INJ-2026-001,99.95,0.0001,0.005,99.0,6.5,300.0,5.0,0,1000.0,10.0,0.1 RA223-INJ-2026-002,99.90,0.0005,0.008,98.0,6.8,310.0,10.0,0,950.0,20.0,0.2 RA223-INJ-2026-003,99.50,0.0020,0.020,95.0,7.0,320.0,20.0,1,900.0,50.0,0.5
Purpose of the supplied test rows
- The first row contains values consistent with the criteria stated in the supplied description.
- The second row contains values closer to the limits or moderate deviations.
- The third row contains clear deviations for negative-result testing.
Minimum output.json structure
{
"utility": "Ra223DichlorideInjectionQC",
"source": "input.csv",
"results": [
{
"batchNumber": "BATCH-001",
"status": "PASS",
"checks": [
{
"parameter": "ParameterName",
"value": 0,
"limit": "configured rule",
"status": "PASS"
}
],
"errors": []
}
]
}
Minimum OQ scenarios
- Process the complete supplied
input.csv. - Remove a mandatory column and confirm a contract error.
- Provide text instead of a numeric value and confirm a type error.
- Test values directly on the configured limits.
- Repeat the run with the same input and confirm an identical result.
Before operational use
- Reconcile rules and limits with the approved specification, methods and SOP.
- Fix the executable version and rule-profile version.
- Retain the source CSV together with the generated JSON.
Included in packages
PetRad QC Suite
A specialised utility package for radiopharmaceutical quality control: PET, SPECT, therapeutic radionuclides, generators and decay calculations.
OpenPetRad3: 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.
OpenRadioligand & Theranostics Expansion QC Suite
Radioligand & Theranostics Expansion QC Suite: FUZKK utility package for CSV→JSON QC checks with EU-first limit priority.
OpenRadiopharmaceutical Diagnostics and Therapy QC Suite
36 utilities for clinically oriented radiopharmaceutical and workflow quality control: PET/SPECT tracers, the Tc-99m renal workflow, PRRT, PSMA therapy, targeted alpha therapy, radioembolization, bone-pain palliation, immuno-PET and generator-based radionuclide control.
OpenRPH isotope family: alpha-emitting therapy
Ac-225, Ra-223, At-211, Bi-213 and Th-227: targeted alpha therapy and daughter/recoil control.
OpenRPH organ/system: bone and musculoskeletal
Bone scintigraphy, MDP/PYP, marrow, bone-pain palliation, skeletal metastases and radiosynovectomy.
OpenRPH organ/system: hepatobiliary and GI
HIDA, mebrofenin, gallbladder, gastric emptying, GI transit, bleeding and liver/spleen imaging.
OpenRPH organ/system: oncology and theranostics
Tumour imaging, PSMA/FAPI/receptor tracers, immuno-PET, targeted radionuclide therapy and radioembolization.
OpenRPH organ/system: pulmonary and ventilation
Lung perfusion, MAA, V/Q, aerosol, xenon ventilation, shunt and pulmonary dosimetry.
OpenRPH 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.
OpenRPH workflow: dosimetry and therapy planning
Activity planning, absorbed dose, organ dose, lung shunt, preplanning and therapy verification.
OpenRPH workflow: generators and isotope purity
Generator eluate, breakthrough, radionuclidic purity, isotope mix and starting radionuclides.
OpenRPH workflow: product release QC
Assay, purity, sterility, endotoxins, pH, impurities, appearance and batch-release checks.
OpenRPH workflow: stability, storage, decay and waste
Kinetic stability, shelf life, decay correction, expiry, storage, trend and radioactive waste.
OpenRPH workflow: synthesis, labelling and kit reconstitution
Radiolabelling, synthesis, chelation, reducing agent, pH/stoichiometry and kit preparation.
OpenRPH: 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