California Cancer Reporting System Standards, Volume III

 

Eureka Edits

IF380 CS Extension, Hist, Grade, Esophagus Schema (CS)

 

Edit Sets

Eureka Hospital Transmit

Eureka Tumor Level

Eureka Admission Level

 

Fields

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

CS Extension [NAACCR #2810]

CS Site-Specific Factor25  [NAACCR #2879]

Grade [NAACCR #440]

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

Primary Site [NAACCR #400]

 

Message

Esophagus schema: If Histologic Type ICD-0-3 = [value] and CS Extension = 000, Grade [value] must = 1 or 9.

 

Specification

This edit verifies that for cases coded using the Esophagus schema, if the case is in situ and the adenocarcinoma or squamous cell carcinoma AJCC 7th Ed. staging applies to the histology, then grade must be coded to either 1 (grade I) or 9 (unknown grade). This edit was added because AJCC only recognizes grades 1 and 9 for esophagus in situ cases and the CS algorithm will not work properly with any other grades.

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.

 

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

  1. CS Extension is empty

  2. Grade is blank

  3. Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline)

  4. CS schema is invalid

 

If schema is Esophagus:

If CS Extension = 000 (in situ) and Histologic Type ICD-O-3 = 8000-8576, 8940-8950, or 8980-8981, then Grade must = 1 or 9.

 

Historical Changes

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

 

07/27/2011

This new edit was created to comply with NAACCR 12.1.A. Information for this new edit arrived in late July 2011. SEER IF351

04/2014

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