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

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

There is a newer version: 024-13
Show newest version
<rule id="IFN6769" name="RX Summ--Surg Prim Site 2023 (COC)" tag="N6769" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null)
    return true

if (line.dateOfDiagnosisYear < '2023')
    return line.rxSummSurgPrimSite2023 == null

return Functions.matches(line.rxSummSurgPrimSite2023, /^[AB]([1-8]\d\d|000|900|990)|A980$/)]]></expression>
            <message>Invalid value for RX Summ--Surg Prim Site 2023</message>
            <description><![CDATA[This edit is skipped if diagnosis date = blank (unknown) or invalid.

This data item must be blank for cases diagnosed before 2023.

Must be A000, A100-A900, A980, A990, B000, B100-B900, or B990.]]></description>
            <history>
                <event version="SE23-023-05" user="shearerw" date="2023-06-21" ref="69236">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy