From a3ef168cc0955fd7e0d032bcef503b8720c22e53 Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Mon, 9 Sep 2024 10:27:52 +0100 Subject: [PATCH] Correction to Specimen reference in Graph --- .../GraphDefinition-Genomics-Test-Order.json | 25 ++++++++----------- 1 file changed, 11 insertions(+), 14 deletions(-) diff --git a/GraphDefinition/GraphDefinition-Genomics-Test-Order.json b/GraphDefinition/GraphDefinition-Genomics-Test-Order.json index fd789d3e..330422a8 100644 --- a/GraphDefinition/GraphDefinition-Genomics-Test-Order.json +++ b/GraphDefinition/GraphDefinition-Genomics-Test-Order.json @@ -255,7 +255,15 @@ ] } ] - }, + } + ] + }, + { + "path": "ServiceRequest.specimen", + "description": "Optional link to specimen where this has already been collected/ordered prior to request submission", + "min": 0, + "max": "*", + "target": [ { "type": "Specimen", "link": [ @@ -309,13 +317,13 @@ ] }, { - "path": "ServiceRequest.specimen", - "description": "Optional link to specimen where this has already been collected/ordered prior to request submission", + "description": "Specimen resources referencing this ServiceRequest", "min": 0, "max": "*", "target": [ { "type": "Specimen", + "params": "request={ref}", "link": [ { "path": "Specimen.subject", @@ -365,17 +373,6 @@ ] } ] - }, - { - "description": "Specimen resources referencing this ServiceRequest", - "min": 0, - "max": "*", - "target": [ - { - "type": "Specimen", - "params": "request={ref}" - } - ] } ] } \ No newline at end of file