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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN3047" name="LN Isolated Tumor Cells (ITC), Merkel Cell, EOD Regional Nodes (SEER)" tag="N3047" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2019' || line.schemaId != '00460' || line.eodRegionalNodes == null)
    return true

if (line.lnIsolatedTumorCells == null || line.lnIsolatedTumorCells == '8')
    return true

if (line.lnIsolatedTumorCells == '1')
    return !['000', '600', '700', '999'].contains(line.eodRegionalNodes)

return true]]></expression>
            <message>LN Isolated Tumor Cells (ITC) conflicts with EOD Regional Nodes.</message>
            <description><![CDATA[This edit verifies that LN Isolated Tumor Cells (ITC) SSDI is coded consistently
with EOD-Regional Nodes for Merkel Cell Carcinoma.

1. The edit is skipped for the following conditions:
   a. Date of Diagnosis before 2019, blank (unknown), or invalid.
   b. Schema ID is not 00460
   c. LN Isolated Tumor Cells (ITC) is blank or 8 (not applicable).
   d. EOD Regional Nodes is blank

2. If LN Isolated Tumor Cells (ITC) = 1 (lymph nodes positive for ITCs)
   EOD Regional Nodes must not = 000 (no nodes involved), 600 or 700 (in-transit
    metastasis without nodal involvement), or 999 (unknown
   if nodes involved)]]></description>
            <history>
                <event version="SE18-019-02" user="kirbyk" date="2019-05-14" ref="68146">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy