Skip to content

Commit d7ba859

Browse files
authored
Merge pull request #1421 from hiqedme/POC-882
POC-882 added LAT-F
2 parents 433eb63 + fdc2ff7 commit d7ba859

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

etl-helpers.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,11 @@ module.exports = (function () {
509509
9759: { mapped_to_ids: '9759', name: 'DOLUTEGRAVIR' },
510510
9026: { mapped_to_ids: '9026', name: 'LOPINAVIR' },
511511
10090: { mapped_to_ids: '10090', name: 'RILPIVIRINE' },
512-
12053: { mapped_to_ids: '12053', name: 'CABOTEGRAVIR AND RILPIVIRINE' }
512+
12053: { mapped_to_ids: '12053', name: 'CABOTEGRAVIR AND RILPIVIRINE' },
513+
12469: {
514+
mapped_to_ids: '12469',
515+
name: ' TENOFOVIR ALAFENAMIDE AND LAMIVUDINE AND DOLUTEGRAVIR'
516+
}
513517
};
514518
var arvCodes = str.split(' ## ');
515519
var arvNames = [];

0 commit comments

Comments
 (0)