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

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

The newest version!
        <rule id="IFN4200" name="PhI Radiation External Beam Planning Tech, Date DX, CoC Flag (SEER)" tag="N4200" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.cocAccreditedFlag != '1' || line.typeOfReportingSource == '7')
    return true
if (line.registryId == '0000001566' && line.dateOfDiagnosisYear > '2017' && line.dateOfDiagnosisYear < '2022')
    return true
if (line.registryId == '0000001565' && line.dateOfDiagnosisYear > '2017' && line.dateOfDiagnosisYear < '2023')
    return true

if (line.phase1RadiationTreatmentModality == '00' || line.phase1RadiationTreatmentModality == '99')
    return true

return line.phase1RadiationExternalBeamTech != null]]></expression>
            <message>Phase I Radiation External Beam Planning Tech not a valid value.</message>
            <description><![CDATA[This edit checks that radiation items defined for 2018 are reported by standard
setter requirements for diagnoses 1/1/2018 and later.

1. The edit is skipped for any of the following conditions:
    a. Diagnosis date before 2018, blank (unknown), or invalid
    b. CoC Accredited Flag not = 1
    c. Phase I Radiation Treatment Modality is 00 or 99
    d. If Type of Reporting Source = 7 (death certificate only)
    e. Registry ID = 0000001565 (Illinois) and Year of Diagnosis = 2018-2022
    f. Registry ID = 0000001566 (Texas) and Year of Diagnosis = 2018-2021

PhI Radiation External Beam Planning Tech is required by SEER only if collected by
a CoC-accredited facility on an analytic case (CoC Accredited Flag = 1).

2. If the year of Date of Diagnosis is 2018 or later, Phase I Radiation External
   Beam Planning Technique may not be blank.]]></description>
            <history>
                <event version="SE18-018-10" user="kirbyk" date="2018-12-05" ref="68055">Edit created.</event>
                <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event>
                <event version="SE18-020-02" user="beverung" date="2020-03-30" ref="68327">Added skip condition for Type of Reporting Source = 7.</event>
                <event version="SE21-021-11" user="beverung" date="2021-12-22" ref="68768">Added skip condition for TX for DX Year 2018-2019.</event>
                <event version="SE22-022-03" user="secristc" date="2022-04-22" ref="68959">Changed skip condition for IL to DX Years 2018-2022, TX to 2018-2021.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy