Skip to content

Commit c603912

Browse files
committed
Change versions of NHIA and NAPPIA (#214)
1 parent 4ae08b2 commit c603912

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
**Changes in version 5.9 (not released yet)**
44

5+
- Changed format of version for NHIA and NAPIIA and set both values to "20240801" and "20250801" respectively.
56
- Added optional behavior and DX year input to the Cause of Death Classification utility methods. This won't affect the corresponding algorithm, which uses the 2008 SEER Site Recode logic.
67

78
**Changes in version 5.8**

src/main/java/com/imsweb/algorithms/napiia/NapiiaUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
public final class NapiiaUtils {
2525

2626
public static final String ALG_NAME = "NAACCR Asian/Pacific Islander Identification Algorithm (NAPIIA)";
27-
public static final String ALG_VERSION = "released in August 2025";
27+
public static final String ALG_VERSION = "20250801";
2828

2929
public static final String REASON_1_3_3 = "More than one race 04-32 and one race 96 or 97 (step 1.3.3).";
3030
public static final String REASON_1_3_5 = "One or more races 02-03 and one race 96 (step 1.3.5).";

src/main/java/com/imsweb/algorithms/nhia/NhiaUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public final class NhiaUtils {
2626

2727
public static final String ALG_NAME = "NAACCR Hispanic Identification Algorithm (NHIA)";
28-
public static final String ALG_VERSION = "released in August 2024";
28+
public static final String ALG_VERSION = "20240801";
2929

3030
public static final String NHIA_NON_HISPANIC = "0";
3131
public static final String NHIA_MEXICAN = "1";

0 commit comments

Comments
 (0)