Colon Polyp Surveillance Recommendations

Colon Polyp Surveillance Recommendations

[php]
if ($_POST) {
$a = $_POST[‘spolyposis’];
$b = $_POST[‘advssp’];
$c = $_POST[‘ssp’];
$d = $_POST[‘ahgd’];
$e = $_POST[‘vill’];
$f = $_POST[‘alarge’];
$g = $_POST[‘numadenomas’];

if ($c == “1”) {
$result = “Repeat colonoscopy in 10 years.”;
}
if ($g == “2”) {
$result = “Repeat colonoscopy in 5-10 years.”;
}
if ($c == “5”) {
$result = “Repeat colonoscopy in 5 years.”;
}
if ($b == “4” OR $e == “4” OR $f == “4” or $g == “4”) {
$result = “Repeat colonoscopy in 3 years.”;
}
if ($g == “5”) {
$result = “Repeat colonoscopy in less than 3 years.”;
}
if ($a == “6”) {
$result = “Repeat colonoscopy in 1 year.”;
}

echo $result;
echo “*”;
}
[/php]

Serrated Polyposis : Yes? :
SSP/A >= 10 mm or with Dysplasia or TSA : Yes? :
SSP/A < 10 mm in Proximal Colon and without Dysplasia : Yes? :
Adenoma(s) with High Grade Dysplasia : Yes? :
Villous Adenoma(s) : Yes? :
Tubular Adenoma(s) >= 10 mm in Size : Yes? :
Number of Adenomas :

[pullquote]Assumes a complete exam to the cecum, adequate bowel prep, and complete removal of polyps at the baseline exam.[/pullquote]

Formula :

Based on the MSTF-CRC Guidelines.

Explanation of Result :

As per the MSTF-CRC these intervals assume a complete exam to the cecum, adequate bowel prep, and complete removal of polyps at the baseline exam.

* Please verify all calculations prior to clinical use.