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

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

The newest version!
        <rule id="IFN6605" name="LN Status/Assessment Method Para-Aortic, Vagina/Cervix (NAACCR)" tag="N6605" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2022' || !['00510','09520'].contains(line.schemaId))
    return true
if (line.lnStatusParaAortic == null || line.lnAssessMethodParaaortic == null)
    return true

return line.lnStatusParaAortic != '9' || line.lnAssessMethodParaaortic == '9' || line.lnAssessMethodParaaortic == '0']]></expression>
            <message>LN Status Para-Aortic conflicts with LN Assessment Method Para-aortic</message>
            <description><![CDATA[This edit verifies that LN Status Para-Aortic and LN Assessment Method Para-Aortic
are coded consistently.

1. The edit is skipped for the following:
    a. Date of Diagnosis is blank (unknown), invalid, or pre-2022.
    b. LN Status Para-Aortic is blank
    c. LN Assessment Method Para-Aortic is blank
    d. Schema ID is not 00510 or 09520.

2. If LN Status Para-Aortic =9 (nodes not assessed or unknown if assessed)
    LN Assessment Method Para-Aortic must = 0 (physical exam only) or 9 (nodes not assessed or unknown
    if assessed).]]></description>
            <history>
                <event version="SE22-022-05" user="secristc" date="2022-05-04" ref="68938">Edit created.</event>
                <event version="SE23-023-01" user="secristc" date="2023-02-22" ref="69190">Allow code 0 for LN Assessment Method Para-Aortic.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy