California Cancer Reporting System Standards, Volume III

 

Eureka Edits

IF851  CS Mets at DX, SSF 20, Breast Schema  (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

CS Site-Specific Factor25  [NAACCR #2879]

CS Mets at DX  [NAACCR #2850]

CS Site-Specific Factor20  [NAACCR #2874]

 

Message:

Conflict among schema, CS Mets at DX, CS Site-Specific Factor20 [value]

 

Specification:

This edit verifies that CS Mets at DX and CS Site-Specific Factor20 (Assessment of Positive Distant Metastases) are coded consistently for the Breast schema.

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

  1. CS Mets at DX or CS Site-Specific 20 is empty or = 988

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

  3. 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.

If CS schema is Breast:

If CS Mets at DX = 00 (no mets at dx) or 05 (CTC or DTC only), or 07 (stated as M0 (i+) with no other information on distant metastasis), CS Site-Specific Factor20 (Assessment of Positive Distant Metastases) must = 000 (no mets) or 005 [No clinical or radiographic evidence of distant metastasis, but deposits of molecularly or microscopically detected tumor cells in circulating blood, bone marrow or other non-regional nodal tissue that are 0.2 millimeters (mm) or less in a patient without symptoms or signs of metastasis].

If CS Mets at DX = 10, 40, 42, 44, 50, 60 (positive mets), CS Site-Specific Factor20 must not = 000 (no mets) or 005.

If CS Mets at DX = 99 (unknown if mets), CS Site-Specific Factor20 must = 999 (unknown if mets).

 

Historical Change:

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

 

2010 Data Changes:  Created and added this Edit for 2010.

2011 Data Changes:  Per NAACCR 12.1: Added CS Mets at DX code 07 to list of codes requiring CS Site-Specific Factor20 of 000. Corrected logic to include CS Mets at DX code 05 when requiring CS Site-Specific Factor20 of 000.

2012 Data Changes: Per NAACCR 12.2, added code 005 to list of CS SSF 20 codes indicating "no mets".

2013 Data Changes: NAACCR v13A - Removed 999 from the list of illegitimate values if CS Mets at DX = 10, 40, 42, 44, 50 or 60.

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