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

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

There is a newer version: 024-13
Show newest version
        <rule id="Covid_19_Diagnosed" name="Covid-19 Diagnosis and Date" tag="S053" java-path="lines.line" category="inter-field">
            <expression><![CDATA[return line.covid19Diagnosed != '1' || line.covid19DxDateYear != null]]></expression>
            <message>Covid-19 Diagnosed conflicts with Covid-19 Dx Date</message>
            <description><![CDATA[If Covid-19 Diagnosed is 1 (Yes), Covid-19 Dx Date must be a non-blank value.]]></description>
            <history>
                <event version="SE22-022-01" user="kirbyk" date="2022-03-04" ref="68757">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy