edits.seer.internal.rules.Primary_Payer_at_DX.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation-edits-seer Show documentation
Show all versions of validation-edits-seer Show documentation
Java implemenation of the SEER edits.
<rule id="Primary_Payer_at_DX" name="Primary Payer at DX (NPCR)" tag="N0811" java-path="lines.line" category="field"> <expression><![CDATA[return line.primaryPayerAtDx == null || Functions.matches(line.primaryPayerAtDx, /(^0[12]$)|(^10$)|(^2[01]$)|(^3[15]$)|(^6[0-8]$)|(^99$)/)]]></expression> <message>Primary Payer at DX is not valid.</message> <description><![CDATA[Must be a valid code for Primary Payer at DX (01,02,10,20,21,31,35,60-68,99) or blank.]]></description> <history> <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event> </history> </rule>