Skip to content

Commit f72f6b3

Browse files
authored
Merge pull request #130 from NHSDigital/Issue-2651
Correction to Specimen reference in Graph
2 parents 3098be0 + a3ef168 commit f72f6b3

1 file changed

Lines changed: 11 additions & 14 deletions

File tree

GraphDefinition/GraphDefinition-Genomics-Test-Order.json

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,15 @@
255255
]
256256
}
257257
]
258-
},
258+
}
259+
]
260+
},
261+
{
262+
"path": "ServiceRequest.specimen",
263+
"description": "Optional link to specimen where this has already been collected/ordered prior to request submission",
264+
"min": 0,
265+
"max": "*",
266+
"target": [
259267
{
260268
"type": "Specimen",
261269
"link": [
@@ -309,13 +317,13 @@
309317
]
310318
},
311319
{
312-
"path": "ServiceRequest.specimen",
313-
"description": "Optional link to specimen where this has already been collected/ordered prior to request submission",
320+
"description": "Specimen resources referencing this ServiceRequest",
314321
"min": 0,
315322
"max": "*",
316323
"target": [
317324
{
318325
"type": "Specimen",
326+
"params": "request={ref}",
319327
"link": [
320328
{
321329
"path": "Specimen.subject",
@@ -365,17 +373,6 @@
365373
]
366374
}
367375
]
368-
},
369-
{
370-
"description": "Specimen resources referencing this ServiceRequest",
371-
"min": 0,
372-
"max": "*",
373-
"target": [
374-
{
375-
"type": "Specimen",
376-
"params": "request={ref}"
377-
}
378-
]
379376
}
380377
]
381378
}

0 commit comments

Comments
 (0)