edits.seer.internal.rules.IF344.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation-edits-seer Show documentation
Show all versions of validation-edits-seer Show documentation
Java implemenation of the SEER edits.
The newest version!
<rule id="IF344" name="CS SSF 3, MyelomaPlasmaCellDisorder (CS)" tag="N1379" java-path="lines.line" category="inter-field" depends="CS_Site-Specific_Factor_3,Histologic_Type_ICD-O-3"> <expression><![CDATA[if (line.csSiteSpecificFactor3 == null) return true if (line._csSchemaId == 'myeloma_plasma_cell_disorder') { if (line.csSiteSpecificFactor3 ==~ /^0[01238]0|100|999$/ && line.histologicTypeIcdO3 != '9732') return false if (line.csSiteSpecificFactor3 == '987' && line.histologicTypeIcdO3 != '9731' && line.histologicTypeIcdO3 != '9734') return false } return true]]></expression> <message>CS Site-Specific Factor 3 and MyelomaPlasmaCellDisorder schema conflict</message> <description><![CDATA[The purpose of this edit is to verify that CS Site-Specific Factor 3 (Multiple Myeloma Terminology) is coded properly for the MyelomaPlasmaCellDisorder schema. The schema includes histologies 9731, 9732, and 9734, but some of the CS Site-Specific Factor 3 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 3 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 3 codes are allowed only for 9732 (Multiple myeloma): 000 Multiple myeloma/Plasma cell myeloma with no other modifiers 010 Asymptomatic myeloma 020 Early or evolving myeloma 030 Inactive, indolent, or smoldering myeloma 080 Other terminology describing myeloma 100 Any combination of terms in codes 010-080 999 Unknown 2. The following CS Site-Specific Factor 3 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="SE14-011-01" user="murphyr" date="2013-11-08" ref="67038">Added SSF3 can be 987 only if hist is 9731 or 9734.</event> <event version="SE16-015-01" user="kirbyk" date="2016-04-12" ref="67327">Changed error message.</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>