edits.seer.internal.rules.NCDB--SARSCoV2--Pos.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="NCDB--SARSCoV2--Pos" name="NCDB--SARSCoV2--Pos (COC)" tag="N6404" java-path="lines.line" category="field"> <expression><![CDATA[return line.ncdbSarsCov2Pos == null || line.ncdbSarsCov2Pos == '0' || line.ncdbSarsCov2Pos == '1' || line.ncdbSarsCov2Pos == '9']]></expression> <message>Not a valid value for NCDB--SARSCoV2--Pos</message> <description><![CDATA[This edit checks valid values for NCDB--SARSCoV2--Pos. The data item may be blank. Valid values: 0 Patient did not test positive for active SARS-CoV-2; no positive test 1 Patient tested positive for active SARS-CoV-2; test positive on at least one test 9 Unknown if tested, test done, results unknown]]></description> <history> <event version="SE21-021-04" user="smithm" date="2021-04-21" ref="68617">Edit created.</event> </history> </rule>