We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 674ad9e commit a34db8dCopy full SHA for a34db8d
src/helpers/lookups/diseaseStatusLookup.js
@@ -17,7 +17,7 @@ const icareDiseaseStatusTextToCodeLookup = {
17
responding: '268910001',
18
stable: '359746009',
19
progressing: '271299001',
20
- 'undetermined': '709137006',
+ undetermined: '709137006',
21
'not evaluated': 'not-asked',
22
};
23
const icareDiseaseStatusCodeToTextLookup = createInvertedLookup(icareDiseaseStatusTextToCodeLookup);
0 commit comments