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

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

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

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

return line.lnStatusFemoralInguinal == null || Functions.matches(line.lnStatusFemoralInguinal, /^[0189]$/)]]></expression>
            <message>LN Status Femoral-Inguinal 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 Femoral-Inguinal code or blank:

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

Another edit, LN Status Femoral-Inguinal, 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