Skip to content

Commit 35b4a28

Browse files
authored
Merge pull request #183 from NHSDigital/IOPS-3713
Correcting SNOMED codes
2 parents aefa53c + a8e7d89 commit 35b4a28

3 files changed

Lines changed: 18 additions & 6 deletions

Bundle/Bundle-NonWGSTestOrderForm-CancerSolidTumor-Example.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@
316316
"coding": [
317317
{
318318
"system": "http://snomed.info/sct",
319-
"code": "128462008",
320-
"display": "Metastatic malignant neoplasm"
319+
"code": "371510003",
320+
"display": "Proportion of specimen involved by tumour"
321321
}
322322
]
323323
},
@@ -371,8 +371,8 @@
371371
"coding": [
372372
{
373373
"system": "http://snomed.info/sct",
374-
"code": "6574001",
375-
"display": "Necrosis"
374+
"code": "405921002",
375+
"display": "Percentage of neoplasm involved by necrosis"
376376
}
377377
]
378378
},

Observation/Observation-NeoplasticCell-Example.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
"id": "Observation-NeoplasticCell-Example",
44
"status": "final",
55
"code": {
6-
"text":"Approximate Neoplastic cell % in sample"
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "371510003",
10+
"display": "Proportion of specimen involved by tumour"
11+
}
12+
]
713
},
814
"subject": {
915
"reference": "Patient/Patient-ZelmaHadjkiss-Example",

Observation/Observation-NeoplasticCellKayBurbridge-Example.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
"id": "Observation-NeoplasticCellKayBurbridge-Example",
44
"status": "final",
55
"code": {
6-
"text": "Approximate Neoplastic cell % in sample"
6+
"coding": [
7+
{
8+
"system": "http://snomed.info/sct",
9+
"code": "371510003",
10+
"display": "Proportion of specimen involved by tumour"
11+
}
12+
]
713
},
814
"subject": {
915
"reference": "Patient/Patient-KayBurbridge-Example",

0 commit comments

Comments
 (0)