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

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

There is a newer version: 024-13
Show newest version
        <rule id="IF343" name="CS SSF 2, MyelomaPlasmaCellDisorder (CS)" tag="N1378" java-path="lines.line" category="inter-field" depends="CS_Site-Specific_Factor_2,Histologic_Type_ICD-O-3">
            <expression><![CDATA[if (line.csSiteSpecificFactor2 == null)
     return true

if (line._csSchemaId == 'myeloma_plasma_cell_disorder') {
    if (line.csSiteSpecificFactor2  ==~ /^0[123456789]0|999$/)
        return line.histologicTypeIcdO3 == '9732'
    if (line.csSiteSpecificFactor2 == '987')
        return line.histologicTypeIcdO3 == '9731' || line.histologicTypeIcdO3 == '9734'
}

return true]]></expression>
            <message>CS Site-Specific Factor 2 and MyelomaPlasmaCellDisorder schema conflict</message>
            <description><![CDATA[The purpose of this edit is to verify that CS Site-Specific Factor 2 (Durie Salmon Staging System) is coded properly for the MyelomaPlasmaCellDisorder schema. The schema includes histologies 9731, 9732, and 9734, but some of the CS Site-Specific Factor 2 values apply only to a subset of the three histologies.

This edit is skipped if any of the following conditions are true:
1. Site-Specific Factor 2 is empty

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 schema is MyelomaPlasmaCellDisorder:
1. The following CS Site-Specific Factor 2 codes are allowed only for 9732 (Multiple myeloma):
010 Durie Salmon Stage IA
020 Durie Salmon Stage IB
030 Durie Salmon Stage INOS
040 Durie Salmon Stage IIA
050 Durie Salmon Stage IIB
060 Durie Salmon Stage IINOS
070 Durie Salmon Stage IIIA
080 Durie Salmon Stage IIIB
090 Durie Salmon Stage IIINOS
999 Unknown

2. The following CS Site-Specific Factor 2 code is allowed only for 9731 (Plasmacytoma, NOS) and 9734 (Plasmacytoma, extramedullary):
987 Not applicable]]></description>
            <history>
                <event version="SE12-004-01" user="murphyr" date="2011-01-26">Edit created.</event>
                <event version="SE13-009-01" user="murphyr" date="2013-01-25" ref="66826">Edit name changed.</event>
                <event version="SE16-015-01" user="kirbyk" date="2016-05-04" ref="67370">Changed edit to use schema IDs instead of schema names</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