California Cancer Reporting System Standards, Volume III

 

Eureka Edits

IF381 CS Extension, Hist, Grade, EsophagusGEJunction (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 Factor 25 [NAACCR #2879]

Grade [NAACCR #440]

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

Primary Site [NAACCR #400]

Message

EsophagusGEJunction 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 EsophagusGEJunction schema, if the case is in situ and the 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).  

Note: This edit was added because AJCC only recognizes grades 1 and 9 for EsophagusGEJunction in situ cases and the CS algorithm will not work properly with any other grades.

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 EsophagusGEJunction:

If CS Extension = 000 (in situ) and Histologic Type ICD-O-3 = 8000-8046, 8051-8131, 8148-8152, 8154-8157, 8170-8175, 8230-8231, 8243-8245, 8247-8248, 8508-8513, 8560-8570, 8575, 8950, 8980-8981, then Grade must = 1 or 9.

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.

Historical Changes

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

7/27/2011 Edit created to comply with NAACCR 12.1.A.
10/20/11 Per NAACCR 12.1B: Modifications: Error message changed: reference to 'Esophagus schema' changed to 'EsophagusGEJunction schema'.
04/2014 Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead                         of "CStage.dll."