File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const mcodeDiseaseStatusTextToCodeLookup = {
11
11
// TODO: These are placeholder codes representing codes that are requested additions to the SNOMED vocabulary
12
12
// They will likely need to be updated in future versions of mCODE
13
13
'Cancer in complete remission(finding)' : 'USCRS-352236' ,
14
- 'Cancer in partial remission (finding)' : 'USCRS-352237'
14
+ 'Cancer in partial remission (finding)' : 'USCRS-352237' ,
15
15
} ;
16
16
const mcodeDiseaseStatusCodeToTextLookup = createInvertedLookup ( mcodeDiseaseStatusTextToCodeLookup ) ;
17
17
Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ const mcodeDiseaseStatusTextToCodeLookup = {
13
13
'Patient\'s condition stable (finding)' : '359746009' ,
14
14
'Patient\'s condition worsened (finding)' : '271299001' ,
15
15
'Patient condition undetermined (finding)' : '709137006' ,
16
+ 'Cancer in complete remission(finding)' : 'USCRS-352236' ,
17
+ 'Cancer in partial remission (finding)' : 'USCRS-352237' ,
16
18
} ;
17
19
18
20
// Code mapping is based on initial values still in use by icare implementors
You can’t perform that action at this time.
0 commit comments