Skip to content

Commit 506c0d0

Browse files
committed
Addition of EDTA additive to specimens
Only where Blood EDTA was referenced on wireframes
1 parent 417b9fa commit 506c0d0

7 files changed

+92
-1
lines changed

Bundle/Bundle-NonWGSTestOrderForm-Example.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,19 @@
548548
{
549549
"reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-Example"
550550
}
551+
],
552+
"container": [
553+
{
554+
"additiveCodeableConcept": {
555+
"coding": [
556+
{
557+
"system": "http://snomed.info/sct",
558+
"code": "69519002",
559+
"display": "EDTA"
560+
}
561+
]
562+
}
563+
}
551564
]
552565
},
553566
"request": {

Bundle/Bundle-NonWGSTestOrderForm-FetalScenario-Example.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,19 @@
752752
{
753753
"reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-FetalScenario-Example"
754754
}
755+
],
756+
"container": [
757+
{
758+
"additiveCodeableConcept": {
759+
"coding": [
760+
{
761+
"system": "http://snomed.info/sct",
762+
"code": "69519002",
763+
"display": "EDTA"
764+
}
765+
]
766+
}
767+
}
755768
]
756769
},
757770
"request": {

Bundle/Bundle-WGSTestOrderForm-Example.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,19 @@
680680
{
681681
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-Example"
682682
}
683+
],
684+
"container": [
685+
{
686+
"additiveCodeableConcept": {
687+
"coding": [
688+
{
689+
"system": "http://snomed.info/sct",
690+
"code": "69519002",
691+
"display": "EDTA"
692+
}
693+
]
694+
}
695+
}
683696
]
684697
},
685698
"request": {

Specimen/Specimen-BloodEDTA-Example.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,18 @@
2828
{
2929
"reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-Example"
3030
}
31+
],
32+
"container": [
33+
{
34+
"additiveCodeableConcept": {
35+
"coding": [
36+
{
37+
"system": "http://snomed.info/sct",
38+
"code": "69519002",
39+
"display": "EDTA"
40+
}
41+
]
42+
}
43+
}
3144
]
3245
}

Specimen/Specimen-BloodEDTA-WithCollectionDetails-Example.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,18 @@
3838
{
3939
"reference": "ServiceRequest/ServiceRequest-SavedTestOrderUpdated-CascadeTesting-Example"
4040
}
41+
],
42+
"container": [
43+
{
44+
"additiveCodeableConcept": {
45+
"coding": [
46+
{
47+
"system": "http://snomed.info/sct",
48+
"code": "69519002",
49+
"display": "EDTA"
50+
}
51+
]
52+
}
53+
}
4154
]
4255
}

Specimen/Specimen-JamesMetcalfeBloodEDTA-Example.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,18 @@
5252
{
5353
"reference": "ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-DirectToLab-Example"
5454
}
55+
],
56+
"container": [
57+
{
58+
"additiveCodeableConcept": {
59+
"coding": [
60+
{
61+
"system": "http://snomed.info/sct",
62+
"code": "69519002",
63+
"display": "EDTA"
64+
}
65+
]
66+
}
67+
}
5568
]
5669
}

Specimen/Specimen-PatrickSammyBloodEDTA-Example.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,18 @@
5050
"code": "mL",
5151
"value": 2.5
5252
}
53-
}
53+
},
54+
"container": [
55+
{
56+
"additiveCodeableConcept": {
57+
"coding": [
58+
{
59+
"system": "http://snomed.info/sct",
60+
"code": "69519002",
61+
"display": "EDTA"
62+
}
63+
]
64+
}
65+
}
66+
]
5467
}

0 commit comments

Comments
 (0)