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

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

The newest version!
        <rule id="IF181" name="Primary Payer at DX, Date of DX (SEER IF181)" tag="N1031" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null)
   return true

if (line.dateOfDiagnosisYear >= '2007')
   return line.primaryPayerAtDx != null

return true]]></expression>
            <message>Primary Payer at DX and Diagnosis Year conflict</message>
            <description><![CDATA[This edit is skipped if Year of Diagnosis[390] is blank.

If Year of Diagnosis[390] >= 2007, then Primary Payer at DX [630] cannot be blank.]]></description>
            <history>
                <event version="SE12-002-01" user="murphyr" date="2009-12-22">9 filled year of diagnosis no longer checked.  Edit now skipped if year of diagnosis is blank.</event>
                <event version="SE24-024-06" user="kirbyk" date="2024-07-03" ref="69326">Removed some edit dependencies.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy