All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edits.seer.internal.rules.IFN7046.xml Maven / Gradle / Ivy

There is a newer version: 024-13
Show newest version
<rule id="IFN7046" name="Tumor Size Summary 998, Schema ID (SEER)" tag="N7046" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2024' || line.typeOfReportingSource == '7')
    return true

if (line.tumorSizeSummary == '998')
    return ((List)Context.IFN7046_SchemaId_List).contains(line.schemaId)

return true]]></expression>
            <message>Tumor Size Summary is not valid for Schema ID</message>
            <description><![CDATA[This edit is skipped if Diagnosis date < 2024, empty (unknown), or in error.
This edit is skipped if Type of Reporting Source = 7 (Death Certificate Only)

1. If Tumor Size Summary is coded 998,
    Schema ID must =

    00161 - Esophagus (including GE junction) Squamous
    00169 - Esophagus (including GE junction) (excluding Squamous)
    00170 - Stomach
    00200 - Colon and Rectum
    00290 - NET Stomach (8th: 2018-2023)
    09290 - NET Stomach (V9: 2024+)
    00330 - NET Colon and Rectum (8th: 2018-2023)
    09330 - NET Colon and Rectum (V9: 2024+)
    00360 - Lung
    00370 - Pleural Mesothelioma
    00400 - Soft Tissue Head and Neck
    00410 - Soft Tissue Trunk and Extremities
    00421 - Soft Tissue Abdomen and Thoracic
    00430 - GIST
    00450 - Soft Tissue Rare
    00459 - Soft Tissue Other
    00470 - Melanoma Skin
    00480 - Breast]]></description>
            <history>
                <event version="SE24-024-03" user="shearerw" date="2024-03-21" ref="69433">Edit Created.</event>
                <event version="SE24-024-06" user="cooki" date="2024-06-27" ref="69491">Schemas 00290, 00330 updated, 09290, 09330 added.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy