edits.seer.internal.rules.CoC_Accredited_Flag.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.
The newest version!
<rule id="CoC_Accredited_Flag" name="CoC Accredited Flag (NPCR)" tag="N2810" java-path="lines.line" category="field"> <expression><![CDATA[return line.cocAccreditedFlag == null || Functions.matches(line.cocAccreditedFlag, /^[012]$/)]]></expression> <message>CoC Accredited Flag is not valid.</message> <description><![CDATA[Must be a valid CoC Accredited Flag: 0: Abstract prepared at facility WITHOUT CoC accreditation of its cancer program 1: ANALYTIC abstract prepared at facility WITH CoC accreditation of its cancer program (includes Class of Case codes 10-22) 2: NON-ANALYTIC abstract prepared at facility WITH CoC accreditation of its cancer program (includes Class of Case codes 30-43 and 99, plus code 00 which CoC considers analytic but does not require to be staged) blank: Not applicable; DCO]]></description> <history> <event version="SE18-018-02" user="kirbyk" date="2018-05-04" ref="67779">Edit created.</event> <event version="SE18-019-03" user="beverung" date="2019-07-16" ref="68215">Description updated. No behavior change.</event> </history> </rule>