File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
const { createInvertedLookup, createLowercaseLookup } = require ( '../lookupUtils' ) ;
2
2
3
- // Code mapping is based on current values at http ://standardhealthrecord. org/guides/icare/mapping_guidance .html
3
+ // Code mapping is based on current values at https ://www.hl7. org/fhir/us/mcode/2021May/ValueSet-mcode-condition-status-trend-vs .html
4
4
const mcodeDiseaseStatusTextToCodeLookup = {
5
5
'No abnormality detected (finding)' : '281900007' ,
6
6
'Patient condition improved (finding)' : '268910001' ,
@@ -12,6 +12,7 @@ const mcodeDiseaseStatusCodeToTextLookup = createInvertedLookup(mcodeDiseaseStat
12
12
13
13
// Code mapping is based on initial values still in use by icare implementors
14
14
// specifically using lowercase versions of the text specified by ICARE for status
15
+ // based on current values at http://standardhealthrecord.org/guides/icare/mapping_guidance.html
15
16
const icareDiseaseStatusTextToCodeLookup = {
16
17
'no evidence of disease' : '260415000' ,
17
18
responding : '268910001' ,
You can’t perform that action at this time.
0 commit comments