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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN4018" name="SSDI for Mycosis Fungoides, Blank for Other Schemas (NAACCR)" tag="N4018" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.schemaId == null || line.schemaId == '00811')
    return true
    
return line.peripheralBloodInvolvement == null]]></expression>
            <message>Conflict between schema and coded SSDI items for Mycosis Fungoides</message>
            <description><![CDATA[This edit verifies that Site-Specific Data Items that are defined for Mycosis
Fungoides (Schema ID 00811) are blank (not coded) for all other schemas.

This edit is skipped for any of the following conditions:

    a.Date of Diagnosis is before 2018, blank, invalid.
    b.Schema ID is blank or 00811. 

If Schema ID is not 00811 (Mycosis Fungoides), the following Site-Specific Data 
Item must be blank:

    Peripheral Blood Involvement]]></description>
            <history>
                <event version="SE18-018-03" user="schadega" date="2018-07-10" ref="67905">Edit created.</event>
                <event version="SE18-018-05" user="schadega" date="2018-08-14" ref="67994">Remove space from name.</event>
                <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68026">Changed error message.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy