Skip to content

Commit 77e462e

Browse files
authored
Merge pull request #148 from mcode/cancerdiseasestatus-stu2
Updating CancerDiseaseStatusTemplate to STU2
2 parents 58af417 + 2cc11e5 commit 77e462e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

src/templates/CancerDiseaseStatusTemplate.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ function cancerDiseaseStatusTemplate({
7474
coding: [
7575
coding({
7676
system: 'http://loinc.org',
77-
code: '88040-1',
78-
display: 'Response to cancer treatment',
77+
code: '97509-4',
78+
display: 'Cancer Disease Progression',
7979
}),
8080
],
8181
},

test/extractors/fixtures/csv-cancer-disease-status-bundle.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"coding": [
2929
{
3030
"system": "http://loinc.org",
31-
"code": "88040-1",
32-
"display": "Response to cancer treatment"
31+
"code": "97509-4",
32+
"display": "Cancer Disease Progression"
3333
}
3434
]
3535
},

test/templates/fixtures/disease-status-resource.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"coding": [
2323
{
2424
"system": "http://loinc.org",
25-
"code": "88040-1",
26-
"display": "Response to cancer treatment"
25+
"code": "97509-4",
26+
"display": "Cancer Disease Progression"
2727
}
2828
]
2929
},

test/templates/fixtures/minimal-disease-status-resource.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"coding": [
2323
{
2424
"system": "http://loinc.org",
25-
"code": "88040-1",
26-
"display": "Response to cancer treatment"
25+
"code": "97509-4",
26+
"display": "Cancer Disease Progression"
2727
}
2828
]
2929
},

0 commit comments

Comments
 (0)