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

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

There is a newer version: 024-13
Show newest version
        <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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy