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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN6665" name="PhII Radiation External Beam Planning Tech, Date DX, CoC Flag (SEER)" tag="N6665" 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.phase2RadiationExternalBeamTech != null || line.phase2RadiationTreatmentModality == null || ['00','99'].contains(line.phase2RadiationTreatmentModality)]]></expression>
            <message>Phase II 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)

PhII 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 II Radiation External
   Beam Planning Technique may not be blank, with the following exception:
        If Phase II Radiation Treatment Modality is 00, 99, or blank, Phase II 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