edits.seer.internal.rules.IFN7022.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="IFN7022" name="RX Summ--Recon Breast, Date DX (NAACCR)" tag="N7022" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.primarySite == null || !Functions.matches(line.primarySite, /^C50\d$/)) return true if (line.dateOfDiagnosisYear < '2022') return line.rxSummReconBreast == null else return line.rxSummReconBreast == null || ((List)Context.IF7022_List1).contains(line.rxSummReconBreast) ]]></expression> <message>RX Summ--Recon Breast is not a valid code.</message> <description><![CDATA[1. The edit is skipped for the following: a. Date of Diagnosis is blank (unknown), or invalid. b. Primary Site is blank or not C500-C509. 2. This data item must be blank for pre-2022 diagnoses. 3. Must be a valid RX Summ--Recon Breast code or blank: A000 No Reconstruction No immediate reconstruction was performed at any facility A100 Tissue expander placement Tissue expanders were placed without implant or tissue placement A200 Direct to implant placement Permanent implant is placed immediately following resection A300 Oncoplastic tissue rearrangement (not a formal mastopexy/reduction) Reconstruction performed with parenchymal flap or adjacent tissue transfer A400 Oncoplastic reduction and/or mastopexy Breast conserving resection and a breast reduction/lift is performed A500 Oncoplastic reconstruction with regional tissue flaps Breast conserving resection and reconstruction is performed with skin flaps A600 Mastectomy reconstruction with autologous tissue, source not specified Autologous tissue source is unknown or not specified A610 Mastectomy reconstruction with abdominal tissue A620 Mastectomy reconstruction with thigh tissue A630 Mastectomy reconstruction with gluteal tissue A640 Mastectomy reconstruction with back tissue A900 Reconstruction performed, method unknown A970 Implant based reconstruction, NOS A980 Autologous tissue-based reconstruction, NOS A990 Unknown if reconstruction performed ]]></description> <history> <event version="SE24-024-01" user="beverung" date="2024-03-11" ref="69434">Edit created.</event> </history> </rule>