California Cancer Reporting System Standards, Volume III
Eureka Admission Level
Date of Diagnosis [NAACCR #390]
Primary Site [NAACCR #400]
Histologic Type ICD-O-3 [NAACCR# 522]
Behavior Code ICD-O-3 [NAACCR #523]
TNM Clin T [NAACCR #940]
AJC7SIGP.DBF
AJC7TC.DBF
AJC7TP.DBF
IF 369: AJCC Clin T code is invalid for site/hist combination
IF 369: AJCC Clin T code should = "88" for site/hist combination
IF 369: AJCC Path T code is invalid for site/hist combination
IF 369: AJCC Path T code should = "88" for site/hist combination
IF 369: If year of Date of Diagnosis = 2011 and Region 3 resident, for this site/hist, TNM Clin T cannot be blank
This CER edit verifies that TNM Clin T is populated correctly for breast and rectum cases diagnosed in 2011 that are Region 3 resident cases.
This edit is skipped if any of the following conditions are true:
1. Year of Date of Diagnosis is not 2011.
2. County of residence at Diagnosis is not 002, 003, 005, 029, 031, 034, 039, 046, 048, 051, 057, 058.
If Site is C500 – C506 or C508 or C509
And Hist_Type_3 is not: 9050-9055, 9140 and 9590-9992
And Hist_Behavior_3 is either 2 or 3
Then
//AJCC Staging Manual – Chapter 32
TNM Clin T must be ‘X’, ‘0’, ‘IS’, ‘1’, ‘1A’, ‘1B’, ‘1C’, ‘1MI’, ‘2’, ‘3’, ‘4’, ‘4A’, ‘4B’, ‘4C’, ‘4D’ or ‘88’
Else
Flag as Error
Else if Site is C199 or C209
And Hist_ Behavior _3 is either 2 or 3
Then
If Hist_Type_3 is not: 9050-9055, 9140 and 9590-9992
If Hist_Type_3 is contained in one of the following ranges: 8000-8152, 8154-8231, 8243-8245, 8247-8248, 8250-8576, 8940-8950, 8980-8981
Then
//AJCC Staging Manual – Chapter 14
Clin T must be ‘X’, ‘0’, IS, ‘1’, ‘2’, ‘3’, ‘4A’, ‘4B’ or ‘88’
Else
Flag as Error
Else If Hist_Type_3 is contained in the following range: 8935 – 8936
Then
//AJCC Staging Manual – Chapter 16
TNM Clin T must be ‘X’, ‘0’, ‘1’, ‘2’, ‘3’, ‘4’ or ‘88’
Else
Flag as Error
Else If Hist_Type_3 is contained in one of the following ranges: 8153, 8240-8242, 8246 or 8249
Then
//AJCC Staging Manual – Chapter 17c
TNM Clin T must be ‘X’, ‘0’, ‘1’, ‘2’, ‘3’, ‘4’ or ‘88’
Else
Flag as Error
Else
If TNM Clin T <> ‘88’
Flag as Error
Else
Pass
Historical Changes
8/2011 |
This item added for 2011 as part of the CER project. Region 3 criteria added to the CER edit. CCR edit is only editing Rectum and Breast T codes. CER edits T codes for all sites if a value is entered. |
4/2012 |
Edit modified to require TNM Clin T for all breast cases diagnosed in 2011 rather than only female breast cases. Added specification logic from Eureka Programmer Analyst. |