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

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

The newest version!
        <rule id="IFN6453" name="LN Status Para-Aortic, Date DX (NAACCR)" tag="N6453" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null)
    return true

if (line.dateOfDiagnosisYear < '2018' && line.lnStatusParaAortic != null)
    return false

return line.lnStatusParaAortic == null || Functions.matches(line.lnStatusParaAortic, /^[0189]$/)]]></expression>
            <message>LN Status Para-Aortic is not a valid code.</message>
            <description><![CDATA[The edit is skipped if Date of Diagnosis is blank (unknown), or invalid.

1. This data item must be blank for pre-2018 diagnoses.

2. Must be a valid LN Status Para-Aortic code or blank:

    0: Negative para-aortic lymph nodes
    1: Positive para-aortic lymph nodes
    8: Not applicable: Information not collected for this case
    9: Not documented in medical record
       Para-Aortic lymph node(s) not assessed or
       unknown if assessed

Another edit, LN Status Para-Aortic, Schema ID, Required (NAACCR), checks
that the item is coded by Schema ID if required by a standard setter.]]></description>
            <history>
                <event version="SE22-022-01" user="beverung" date="2022-02-02" ref="68887">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy