edits.seer.internal.rules.Diagnostic_confirmation.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="Diagnostic_confirmation" name="Diagnostic Confirmation (SEER DXCONF)" tag="N0003" java-path="lines.line" category="field"> <expression><![CDATA[return line.diagnosticConfirmation != null && Functions.matches(line.diagnosticConfirmation, /^[123456789]$/)]]></expression> <message>Diagnostic confirmation is not valid.</message> <description><![CDATA[Must be a valid Diagnostic Confirmation code (1-9). Microscopically confirmed 1 Positive histology 2 Positive exfoliative cytology, no positive histology 3 Positive histoloy PLUS Positive immunophenotyping AND/OR Positive genetic studies 4 Positive microscopic confirm, method not specified Not microscopically confirmed 5 Positive laboratory test/marker study 6 Direct visualization without microscopic confirmation 7 Radiography and other imaging techniques without microscopic confirm 8 Clinical diagnosis only (other than 5, 6, or 7) 9 Unknown whether or not microscopically confirmed]]></description> <history> <event version="SE12-002-01" user="murphyr" date="2009-12-08">Added code 3 (positive histology PLUS positive immunophenotyping AND/OR positive genetic studies). Also changed some wording in the existing description.</event> <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>