Skip to content

Commit 32ea369

Browse files
committed
Testing fixes for EU Lab
1 parent 82420ba commit 32ea369

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

Bundle/Bundle-EULabGenomicReport-Example.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"reference": "Observation/Observation-GenomicTherapeuticImplication-Example"
104104
},
105105
{
106-
"reference": "Observation-GenomicsVariantSLC52A2-Example"
106+
"reference": "Observation/Observation-GenomicsVariantSLC52A2-Example"
107107
}
108108
]
109109
}
@@ -474,8 +474,8 @@
474474
"coding": [
475475
{
476476
"system": "http://snomed.info/sct",
477-
"code": "777436008",
478-
"display": "Riboflavin"
477+
"code": "438481000124108",
478+
"display": "Riboflavin supplement"
479479
}
480480
]
481481
}
@@ -778,6 +778,12 @@
778778
}
779779
}
780780
],
781+
"identifier": [
782+
{
783+
"system": "https://fhir.nhs.uk/Id/GMSOrder",
784+
"value": "RR8F1792"
785+
}
786+
],
781787
"requisition": {
782788
"assigner": {
783789
"identifier": {

Observation/Observation-GenomicTherapeuticImplication-Example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@
8585
"coding": [
8686
{
8787
"system": "http://snomed.info/sct",
88-
"code": "777436008",
89-
"display": "Riboflavin"
88+
"code": "438481000124108",
89+
"display": "Riboflavin supplement"
9090
}
9191
]
9292
}

ServiceRequest/ServiceRequest-WGSTestOrderFormUpdated-TrioTesting-Example.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
}
2020
}
2121
],
22+
"identifier": [
23+
{
24+
"system": "https://fhir.nhs.uk/Id/GMSOrder",
25+
"value": "RR8F1792"
26+
}
27+
],
2228
"requisition": {
2329
"assigner": {
2430
"identifier": {

0 commit comments

Comments
 (0)