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

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

The newest version!
        <rule id="IFN6340" name="Neoadjuvant Therapy-Clinical Response, Date DX (SEER)" tag="N6340" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[ if(line.dateOfDiagnosisYear == null || line.neoadjuvTherapyClinicalResponse == null)
            return true
if (line.dateOfDiagnosisYear < '2021')
    return false
return Functions.matches(line.neoadjuvTherapyClinicalResponse, /^\d$/)
            ]]></expression>
            <message>Neoadjuvant Therapy-Clinical Response 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 Neoadjuvant Therapy-Clinical Response code or blank:

    0:  Neoadjuvant therapy not given
    1:  Complete clinical response (CR) (per managing/treating hysician statement)
    2:  Partial clinical response (PR) (per managing/treating physician statement)
    3:  Progressive disease (PD) (per managing/treating physician statement)
    4:  Stable disease (SD) (per managing/treating physician statement)
    5:  No response (NR) (per managing/treating physician statement)
       Not stated as progressive disease (PD) or stable disease (SD)
    6:  Neoadjuvant therapy done, managing/treating physician interpretation not
      available, treatment response inferred from imaging, biomarkers, or yc stage
    7:  Complete clinical response based on biopsy results from a pathology report
        (per pathologist assessment)
    8: Neoadjuvant therapy done, response not documented or unknown
    9:  Unknown if neoadjuvant therapy performed
      Death Certificate only (DCO)]]></description>
            <history>
                <event version="SE21-021-04" user="secristm" date="2021-04-23" ref="68609">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy