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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN6237" name="NRAS Mutational Analysis, Date DX (NAACCR)" tag="N6237" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null)
    return true
if (line.dateOfDiagnosisYear < '2021')
    return line.nrasMutationalAnalysis == null
return line.nrasMutationalAnalysis == null || Functions.matches(line.nrasMutationalAnalysis, /^[0124789]$/)]]></expression>
            <message>NRAS Mutational Analysis must be blank for cases diagnosed before 2021</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-2021 diagnoses.

2. Must be a valid NRAS Mutational Analysis code or blank:


    0: Normal
      NRAS negative, NRAS wild type
      Negative for (somatic) mutations, no alterations, no mutations (somatic)
       identified, not present, not detected
    1:  Abnormal (mutated)/detected in codon(s) 12, 13, and/or 61
    2:  Abnormal (mutated)/detected, codon(s) specified but not in codon(s) 12, 13, or 61
    4:  Abnormal (mutated)/detected, NOS, codon(s) not specified
    7:  Test ordered, results not in chart
    8:  Not applicable: Information not collected for this case
    9:  Not documented in medical record
        NRAS not assessed or unknown if assessed


Another edit, NRAS Mutational Analysis, Schema ID, Required (NAACCR), checks that
the item is coded by Schema ID if required by a standard setter.]]></description>
            <history>
                <event version="SE21-021-04" user="smithm" date="2021-03-31" ref="68610">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy