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

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

The newest version!
        <rule id="IFN6666" name="PhIII Radiation External Beam Planning Tech, Date DX, CoC Flag (SEER)" tag="N6666" 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

return line.phase3RadiationExternalBeamTech != null || line.phase3RadiationTreatmentModality == null || ['00','99'].contains(line.phase3RadiationTreatmentModality)]]></expression>
            <message>Phase III Radiation External Beam Planning Tech is 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. Type of Reporting Source = 7 (Death Certificate Only)

PhIII 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 III Radiation External
   Beam Planning Technique may not be blank, with the following exception:
        If Phase III Radiation Treatment Modality is 00, 99, or blank, Phase III Radiation
        External Beam Planning Tech may be blank]]></description>
            <history>
                <event version="SE22-022-06" user="beverung" date="2022-05-26" ref="68941">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy