| Literature DB >> 32802398 |
Silvia Chiesa1, Barbara Tolu2, Silvia Longo3, Barbara Nardiello2, Nikola Dino Capocchiano3, Federica Rea2, Luca Capone2, Gerardina Stimato4, Roberto Gatta5, Alessandro Pacchiarotti1, Mariangela Massaccesi1, Giuseppe Minniti2, Francesco Cellini1, Andrea Damiani3, Mario Balducci1,3, Piercarlo Gentile2, Vincenzo Valentini1,3, Federico Bianciardi2.
Abstract
BACKGROUND: In recent years, novel radiation therapy techniques have moved clinical practice toward tailored medicine. An essential role is played by the decision support system, which requires a standardization of data collection. The Aim of the Prediction Models In Stereotactic External radiotherapy (PRE.M.I.S.E.) project is the implementation of systems that analyze heterogeneous datasets. This article presents the project design, focusing on brain stereotactic radiotherapy (SRT). MATERIALS &Entities:
Keywords: big data; brain; personalized medicine; predictive model; stereotactic
Year: 2020 PMID: 32802398 PMCID: PMC7421993 DOI: 10.2144/fsoa-2020-0015
Source DB: PubMed Journal: Future Sci OA ISSN: 2056-5623
Figure 1.Ontology structure in the SQLite database.
CRF: Case report form.
Figure 2.An example screenshot of a case report form.
CRF: Case report form.
Figure 3.general overview of how the Beyond Ontology Awareness service is laid out.
BOA: Beyond ontology awareness.
Extract from brain stereotactic radiotherapy ontology registry level.
| Extract from Brain SRT Ontology registry level | ||
|---|---|---|
| Variables | Definition | Measurement |
| The phase | The phase of oncologic history in which the patient is evaluated | 0: at diagnosis |
| Intent | • Curative: patient who can have a radical treatment | 0: curative |
| Comorbidities | (CharlsonComorbidity Index) (total of the achieved score -> calculate automatically) ACE-27 COMORBIDITY SCORING | 0: no |
| Previous oncological history | Site | Specify |
| Treatment | 0: no | |
| State of previous disease (according to RECIST criteria; if not applicable, refer to specific disease ontology) | 0: NED | |
NED: No evidence of disease; SRT: Stereotactic radiotherapy.
Radiotherapy treatment characteristics.
| Set-up | ||
|---|---|---|
| Variables | Definition | Measurement |
| RT treatment position | 1: supine | |
| RT immobilization | 0: none | |
| Simulation CT scan: | Thickness of CT slice | Value (mm) |
| FOV | Value | |
| Cochlea CT scan | 0: no | |
| Reference guidelines | Guidelines to define target volumes | 0: RTOG |
| Organs at risk | 0: brain | |
| Imaging to define field | 1: T1-weighted brain MR with contrast-enhancement | |
| Treatment volume | Tumour volume in cc | 1: value |
| Treatment volume | GTV or CTV | 1. tumor bed |
| GTV-CTV margin | mm | |
| CTV-PTV margin | mm | |
| Type of expansion from CTV to PTV | 0: isotropic | |
| Margin value | 0: none mm | |
| Distance between lesions | Distance between two equivalent spheres | |
| Prescription for all CTVs (a CTV can contain more lesions) | 1: dose per fraction (Gy) | |
| RT technique | 1: 3D | |
| Type of beam | 1: photons | |
| Beam energy | 1: energy | |
| Geometry isocenters | 1: number of isocenters | |
| Geometry beams | Report export | 1: number of beams |
| Distribution dose | 1: homogeneous | |
| Gradient index | Value | |
| Conformity index | Value | |
| Guidelines | 1: TG101 ( | |
| Method of normalization | 0: ICRU point | |
| Prescription isodose | Value | |
| TPS version | Specify | |
| Algorithm | Specify | |
| Grid | Specify | |
| Dosimetric parameters | DVH export (research levels) | |
| Treatment device | 1: model | |
| Set-up | 1: 6 DOF | |
| RT IGRT technique | 1: MV-MV | |
| RT IGRT frequency | Value | |
| Date of start RT | Date | |
| Date of last day | Value | |
| Elapsed days | For each treatment plane | Value |
| RT total prescribed dose to PTVs | Value | |
| RT total delivered dose to PTVs | Value | |
CBCT: Cone beam computed tomography; CT: Computed tomography; CTV: Clinical target volume; DOF: Degrees of freedom; DVH: Dose volume histogram; FF: Flattering filter; FFF: Flattering filter free; FOV: Field of view; GTV: Gross tumour volume; IGRT: Image-guided radiation therapy; IMRT: Intensity-modulated radiation therapy; KV: Kilovoltage; MLC: Multileaf collimator; MR: Magnetic resonance; MV: Megavolts; OSMS: Optical Surface Monitoring System; PTV: Planning treatment volume; RT: Radiation therapy; SIB: Simultaneous integrated boost; TPS: Treatment Planning Systems; VMAT: Volumetric modulated arc therapy.
Figure 4.Distance between lesions, equating every lesion to an equivalent sphere.
Examples of interactive DSS currently in use in clinical practice.
| Institution | Ref. |
|---|---|
| EORTC | [ |
| MSKCC | [ |
| Dana Farber Cancer Institute and Johns Hopkins Sidney Kimmel Comprehensive Cancer Center | [ |
| MGH | [ |
| Cancer Research UK | [ |
| NCI | [ |
| Maastro Clinic | [ |
| Policlinico A. Gemelli | [ |
| Policlinico A. Gemelli | [ |
DSS: Decision support systems; EORTC: European Organization for Research and Treatment of Cancer; MGH: Massachusetts General Hospital; MSKCC: Memorial Sloan Kettering Cancer Center; NCI: National Cancer Institute.
Modified with permission from [16].
Expected data quality issues and measures of mitigation.
| Problem | Example problem | Mitigation | Example mitigation |
|---|---|---|---|
| Completely missing data | Hospital A does not have a diffusion MRI, so all MRI diffusion weighted images derived features are missing. Hospital B has and uses a diffusion MRI in patients with brain metastasis | Impute based on populations from other centers and what is known for the patient | Suppose a (probabilistic) relationship between tumor size and is learned from Hospital B, then the tumor size of Hospital A can be used to infer MRI diffusion weighted parameters in Hospital A even if they don't have a MRI diffusion and are using the same scan protocols |
| Randomly missing data | Random physician in Hospital A forgets to note the TNM stage of the patient | Because data are missing randomly, the percentage of missing data is generally low and samples are large, machine learning techniques will be unaffected by these errors | Do nothing |
| Biased data: continuous | An MRI scanner is calibrated differently in Hospital A than in Hospital B, so the SUV values are different | Assuming patients are similar a conversion is possible between two distributions | Determine the distribution of MRI features in Hospital A and B and derive a conversion function from SUVs in Hospital A to hospital B |
| Biased data: scoring system | CTCAE v3 was used, but after a certain date CTCAE v4 was used to score toxicities | Impute the new score from the old score, if possible | A (probabilistic/deterministic) conversion between the two CTC systems is possible |
| Random errors | In Hospital A, a physician has noted an incorrect stage on an individual patient | Because errors are random, the percentage errors will be low and samples are large, the effect when using machine learning will be low | Do nothing |
| Biased missing data | In Hospital A, severe toxicities are noted but mild toxicities are not. | Compare occurrence of toxicities in Hospital A with Hospital B. Detect too low, unexplained mild toxicities in Hospital A. Infer a probability of mild toxicity for patients of Hospital A based on the distribution of Hospital B |
CTCAE: Common terminology criteria for adverse events; SUV: Standardized uptake value; TNM: Tumor, node, metastasis.