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

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

The newest version!
        <rule id="IFN3915" name="Extranodal Extension Clin (non-Head and Neck), Schema ID, Required, CoC Flag (SEER)" tag="N3915" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.cocAccreditedFlag != '1' || line.schemaId == null)
    return true

if (line.registryId == '0000001566' && line.dateOfDiagnosisYear > '2017' && line.dateOfDiagnosisYear < '2022')
    return true
if (line.registryId == '0000001565' && line.dateOfDiagnosisYear > '2017' && line.dateOfDiagnosisYear < '2023')
    return true

return (line.schemaId != '00460' && line.schemaId != '00570') || (line.extranodalExtensionClin != null && line.extranodalExtensionClin != '8')]]></expression>
            <message>Extranodal Extension Clin (non-Head and Neck) must not be blank or not applicable for this Schema ID for cases diagnosed 2018 and later</message>
            <description><![CDATA[1. The edit is skipped for any of the following conditions:
    a. Diagnosis date before 2018, blank (unknown), or invalid
    b. Schema ID is blank
    c. CoC Accredited Flag not = 1
    d. Registry ID = 0000001565 (Illinois) and Year of Diagnosis = 2018-2022
    e. Registry ID = 0000001566 (Texas) and Year of Diagnosis = 2018-2021

Extranodal Extension Clin (non-Head and Neck) is required by SEER only if 
collected by a CoC-accredited facility on an analytic case (CoC Accredited Flag 
= 1).
 
2. This edit verifies that Extranodal Extension Clin (non-Head and Neck) is not
   "8" (not applicable) and not blank for the Schema IDs for which it is required 
   by a standard setter. 
    
   Required for Schema ID:

    00460: Merkel Cell
    00570: Penis]]></description>
            <history>
                <event version="SE18-018-03" user="schadega" date="2018-07-25" ref="67917">Edit created.</event>
                <event version="SE21-021-11" user="beverung" date="2021-12-22" ref="68769">Added skip condition for IL and TX for DX Year 2018-2019.</event>
                <event version="SE22-022-03" user="secristc" date="2022-04-22" ref="68959">Changed skip condition for IL to DX Years 2018-2022, TX to 2018-2021.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy