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

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

The newest version!
        <rule id="IFN2645" name="HIV Status, Date DX (NAACCR)" tag="N2645" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null)
    return true
    
if (line.dateOfDiagnosisYear < '2018')
    return line.hivStatus == null 
    
return line.hivStatus == null || Functions.matches(line.hivStatus, /^[01789]$/)]]></expression>
            <message>HIV Status is not valid for Date DX.</message>
            <description><![CDATA[The edit is skipped if Date of Diagnosis is blank (unknown), or invalid.

1. This data item must be blank for pre-2018 diagnoses.

2. Must be a valid HIV Status code or blank:

    0: Not associated with Human Immunodeficiency Virus (HIV)/Acquired Immune
       Deficiency Syndrome (AIDS)
        HIV negative
    1: Associated with HIV/AIDS
      HIV positive
    7: Test done, results not in chart
    8: Not applicable: Information not collected for this case
    9: Not documented in medical record
      HIV Status not assessed or unknown if assessed

Another edit, HIV Status, Schema ID, Required (NAACCR), checks that the
item is coded by Schema ID if required by a standard setter.]]></description>
            <history>
                <event version="SE18-018-04" user="kirbyk" date="2018-08-01" ref="67828">Edit created.</event>
                <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68026">Changed error message.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy