California Cancer Reporting System Standards, Volume III

 

Eureka Edits

IF390 CS SSF 1, SkinScrotumMerkel Cell Schemas (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 1 [NAACCR #2880]

CS Site Specific Factor 25 [NAACCR #2879]

CS Tumor Size [NAACCR #2800]

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

Primary Site [NAACCR #400]

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

 

Message

Conflict between CS Site Specific Factor 1 [value], CS Tumor Size [value], CS Extension [value].

 

Specification

This edit verifies that if CS Site-Specific Factor 1 [Measured Thickness (Depth)] indicates that no mass was found, then CS Tumor Size and CS Extension also indicate that there was no evidence of the primary tumor for Skin, Scrotum, MerkelCellPenis, MerkelCellScrotum, MerkelCellSkin, and MerkelCellVulva schemas.

 

 

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 Site-Specific Factor 1 is blank or = 988

  2. CS Tumor Size is blank

  3. CS Extension is blank

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

  5. CS schema is invalid

If CS schema is Skin, Scrotum, MerkelCellPenis, MerkelCellScrotum, MerkelCellSkin, or MerkelCellVulva:

If CS Site-Specific Factor 1 = 000 (no mass/tumor found),

then

CS Tumor Size must = 000 (no mass/tumor found)

CS Extension must = 950 (no evidence of primary tumor)

 

 

Historical Changes

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

7/27/11 New edit for NAACCR 12.1.A.
04/2014 Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."