Skip to content

Commit cb7eae6

Browse files
committed
Specified the taskid paramater for each scenario
1 parent 677595c commit cb7eae6

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

output/R4/ELZ-0-2-0-beta/ELZ/Test/Serving-XIS/elz-serving-xis-scenario-1-maximal-json.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<description value="OAuth Token for current patient"/>
4242
</variable>
4343
<variable>
44-
<name value="taskid"/>
44+
<name value="taskid-maximum"/>
4545
<description value="The resource id of the Task"/>
4646
</variable>
4747
<variable>

output/R4/ELZ-0-2-0-beta/ELZ/Test/Serving-XIS/elz-serving-xis-scenario-1-maximal-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<description value="OAuth Token for current patient"/>
4242
</variable>
4343
<variable>
44-
<name value="taskid"/>
44+
<name value="taskid-maximum"/>
4545
<description value="The resource id of the Task"/>
4646
</variable>
4747
<variable>

output/R4/ELZ-0-2-0-beta/ELZ/Test/Serving-XIS/elz-serving-xis-scenario-2-minimal-json.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<description value="OAuth Token for current patient"/>
4242
</variable>
4343
<variable>
44-
<name value="taskid"/>
44+
<name value="taskid-minimum"/>
4545
<description value="The resource id of the Task"/>
4646
</variable>
4747
<variable>

output/R4/ELZ-0-2-0-beta/ELZ/Test/Serving-XIS/elz-serving-xis-scenario-2-minimal-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<description value="OAuth Token for current patient"/>
4242
</variable>
4343
<variable>
44-
<name value="taskid"/>
44+
<name value="taskid-minimum"/>
4545
<description value="The resource id of the Task"/>
4646
</variable>
4747
<variable>

src/ELZ-0-2-0-beta/Test/Serving-XIS/elz-serving-xis-scenario-1-maximal.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</variable>
1717

1818
<variable>
19-
<name value="taskid"/>
19+
<name value="taskid-maximum"/>
2020
<description value="The resource id of the Task"/>
2121
</variable>
2222

@@ -26,16 +26,14 @@
2626
<expression value="Task.focus.reference.replaceMatches('^.*ServiceRequest/','')"/>
2727
<sourceId value="taskfromserver"/>
2828
</variable>
29-
30-
29+
3130
<variable>
3231
<name value="compositionid"/>
3332
<description value="The resource id from the Composition"/>
3433
<expression value="ServiceRequest.supportingInfo.first().reference.replaceMatches('^.*Composition/','')"/>
3534
<sourceId value="servicerequestfromserver"/>
3635
</variable>
37-
38-
36+
3937
<test id="01-serve-Task">
4038
<name value="Scenario 1.1 - Task"/>
4139
<description

src/ELZ-0-2-0-beta/Test/Serving-XIS/elz-serving-xis-scenario-2-minimal.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
</variable>
1717

1818
<variable>
19-
<name value="taskid"/>
19+
<name value="taskid-minimum"/>
2020
<description value="The resource id of the Task"/>
2121
</variable>
2222

0 commit comments

Comments
 (0)