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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN4005" name="SSDI for Ovary, Fallopian Tube, Primary Peritoneal, Blank for Other Schemas (NAACCR)" tag="N4005" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.schemaId == null)
    return true

if (line.schemaId != '00551' && line.schemaId != '00552' && line.schemaId != '00553')
    return line.ca125PretreatmentInterpretation == null && line.residualTumVolPostCytoreduction == null
    
return true]]></expression>
            <message>Conflict between schema and coded SSDI items for Ovary, Fallopian Tube, Primary Peritoneal</message>
            <description><![CDATA[This edit verifies that Site-Specific Data Items that are defined for Ovary 
(Schema ID 00551, Fallopian Tube (Schema ID 00552), and Primary Peritoneal
Carcinoma (Schema ID 00552) 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. 

If Schema ID is not 00551 (Ovary), 00552 (Fallopian Tube), or 00553 (Primary
Peritoneal Carcinoma), the following Site-Specific Data Items must be blank:

    CA-125 Pretreatment Interpretation
    Residual Tumor Volume Post Cytoreduction


NOTE: FIGO Stage, also collected for these schemas, is included in another edit]]></description>
            <history>
                <event version="SE18-018-03" user="schadega" date="2018-07-13" ref="67827">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>
                <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy