Skip to content

Commit 65effa4

Browse files
authored
Merge pull request #155 from NHSDigital/Issue-2661
Missed SR
2 parents b417b38 + d79a9a2 commit 65effa4

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

ServiceRequest/ServiceRequest-NonWGSTestOrderForm-CascadeTesting-Example.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@
3131
"display": "Rare Disease - Non-WGS"
3232
}
3333
]
34+
},
35+
{
36+
"coding": [
37+
{
38+
"system": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics",
39+
"code": "predictive",
40+
"display": "Predictive"
41+
}
42+
]
3443
}
3544
],
3645
"priority": "routine",
@@ -55,17 +64,6 @@
5564
"requester": {
5665
"reference": "PractitionerRole/PractitionerRole-MarySmith-Example"
5766
},
58-
"reasonCode": [
59-
{
60-
"coding": [
61-
{
62-
"system": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics",
63-
"code": "predictive",
64-
"display": "Predictive"
65-
}
66-
]
67-
}
68-
],
6967
"supportingInfo": [
7068
{
7169
"reference": "Observation/Observation-GenomicEthnicity-Example"

0 commit comments

Comments
 (0)