California Cancer Reporting System Standards, Volume III

IF782: CS TS/Ext Eval, Surgery, Prostate Schema

OWNER

CS

Edit Sets

California Hospital Transmit

Eureka Admission Level

Eureka Tumor Level

Fields

Primary Site  [NAACCR #400]

Histologic Type ICD-O-3  [NAACCR #522]

Behavior Code ICD-O-3  [NAACCR #523]

RX Summ--Surg Prim Site  [NAACCR #1290]

CS Tumor Size/Ext Eval  [NAACCR #2820]

CS Site-Specific Factor25  [NAACCR #2879]

Message

  1. IF 782: Conflict among schema, CS Tumor Size/Ext Eval [value], RX Summ--Surg Prim Site[value]

Specification

For cases using the CS Prostate schema:

  1. If RX Summ--Surg Prim Site = 22 (TURP, cancer is incidental finding during surgery for benign disease), then the CS Tumor Size/Ext Eval should be coded as 1 (No prostatectomy done. Evaluation based on endoscopic examination, diagnostic biopsy, including fine needle aspiration biopsy, or other invasive techniques including surgical observation without biopsy) or 2 (No prostatectomy done, but positive biopsy of extraprostatic tissue allows assignment to CS Extension Codes 410-700); otherwise if only a TURP is performed (RX Summ--Surg Prim Site = 19-26), then the CS Tumor Size/Ext Eval should be coded as 0 [No prostatectomy done. Evaluation based on physical examination including digital rectal examination (DRE), imaging examination, or other non-invasive clinical evidence. No autopsy evidence used], 1 or 2.
  2. If CS Tumor Size/Ext Eval = 4 (prostatectomy performed WITHOUT pre-surgical systemic treatment or radiation), 5 (prostatectomy performed AFTER neoadjuvant therapy and tumor size/extension based on clinical evidence), or 6 (prostatectomy performed AFTER neoadjuvant therapy and tumor size/extension based on pathologic evidence), then RX Summ--Summ--Surg Prim Site must = 30-80 (prostatectomy performed).

 

This edit is skipped if any of the following conditions are true:

  1. CS Tumor Size/Ext Eval is empty.
  2. RX Summ--Surg Prim Site is empty
  3. Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline)
  4. CS schema is invalid

 

This edit first determines the correct CS schema by doing a function call to the CS Dynamic Link Library (dll). The function call passes Primary Site, Histologic Type ICD-O-3, and CS Site-Specific Factor25 (schema discriminator) to the dll and the CS schema name is returned.

 

The logic is:

If schema is Prostate schema:

  1. If RX Summ--Surg Prim Site = 22, then CS Tumor Size/Ext Eval  must = 1 or 2.

Otherwise:

 

  1. If Tumor Size/Ext Eval = 4, 5, or 6 (prostatectomy performed) then RX Summ--Surg Prim Site must = 30-80.

Historical Changes

In the SEER*Edits software, the title of this edit is: IF 196.

02/20/08

Added edit for NAACCR 11.2.

2009

Data Item Changes: Added changes from NAACCR 11.3 file: Changed the range of surgery codes for "only TURP is performed" from 19-30 to 19-26.  Deleted logic that requires CS Tumor Size/Ext Eval of 0 or 1 for surgery code of 18.  Added changes from NAACCR 11.3A file: Added 2 to CS Tumor Size/Ext Eval codes allowed if RX Summ-Surg Prim Site = 19-26.

2010

Data Item Changes: CCR names (CS TS Ext Eval; Surg Prim Sum; DX Stg Sum) changed to NAACCR names.  Per NAACCR V12.0: Edit modified to get schema name from function call to CS dll.  Modified edit to allow CS Tumor Size/Ext Eval of 1 and 2 for RX Summ--Surg Prim Site of 22; allow CS tumor Size/Ext Eval of 0, 1 and 2 for RX Summ--Surg Prim Site of 19-21, 23-26.

02/27/12

Added: If CS Tumor Size/Ext Eval = 4, 5, or 6, then RX Summ--Summ--Surg Prim Site must = 30-80.

02/05/13

NAACCR v12.2C - Updated the error message.

04/2014

Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."