Skip to content

Commit 27adec5

Browse files
committed
JC1
1 parent da1afd6 commit 27adec5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/helpers/lookups/diseaseStatusLookup.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { createInvertedLookup, createLowercaseLookup } = require('../lookupUtils');
22

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
44
const mcodeDiseaseStatusTextToCodeLookup = {
55
'No abnormality detected (finding)': '281900007',
66
'Patient condition improved (finding)': '268910001',
@@ -12,6 +12,7 @@ const mcodeDiseaseStatusCodeToTextLookup = createInvertedLookup(mcodeDiseaseStat
1212

1313
// Code mapping is based on initial values still in use by icare implementors
1414
// 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
1516
const icareDiseaseStatusTextToCodeLookup = {
1617
'no evidence of disease': '260415000',
1718
responding: '268910001',

0 commit comments

Comments
 (0)