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

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

<rule id="IF84" name="Hist ICDO2, Date of DX (SEER IF84)" tag="N0625" java-path="lines.line" category="inter-field">
    <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.registryId == '0000001562')
    return true

if (line.dateOfDiagnosisYear < '2001')
    return line.histologyIcdO2 != null

return true]]></expression>
    <message>Conflict among Date of Diagnosis, Histology (92-00) ICD-O-2, and Registry ID</message>
    <description><![CDATA[This edit is skipped if year of Date of Diagnosis is blank.
This edit is skipped if Registry ID = 0000001562 (New York)

If year of Date of Diagnosis is less than 2001, then Histology (92-00) ICD-O-2 cannot be blank. ]]></description>
    <history>
        <event version="SE23-023-01" user="secristc" date="2023-01-27" ref="69098">Edit re-added.</event>
    </history>
</rule>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy