Skip to content

Commit 8ef2124

Browse files
committed
Renamed maps
1 parent 81e597f commit 8ef2124

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

output/R4/NL-PS-GPI-1-0/Test/PHR-Client/nl-ps-gpi-test-1-1-client.xml renamed to output/R4/NL-PS-GPI-1-0/Test/Receiving-System/nl-ps-gpi-test-1-1-client.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
<destination value="1"/>
5050
<encodeRequestUrl value="true"/>
5151
<origin value="1"/>
52-
<params value="?_include=Patient:general-practitioner"/>
5352
<requestHeader>
5453
<field value="Authorization"/>
5554
<value value="Bearer e88e4448-43ea-43fb-95ab-34d4def9ffe7"/>

output/R4/NL-PS-GPI-1-0/Test/XIS-Server/properties.json renamed to output/R4/NL-PS-GPI-1-0/Test/Receiving-System/properties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"informationStandard" : "NL-PS-GPI-1-0",
55
"usecase" : "NL-PS General Patient Information ",
66
"role" :
7-
{ "name" : "XIS-Server",
8-
"description" : "XIS (DVA) in MedMij context" },
7+
{ "name" : "Receiving-System",
8+
"description" : "System that receives information from a sending system" },
99
"serverAlias" : "nictiz" }

output/R4/NL-PS-GPI-1-0/Test/PHR-Client/properties.json renamed to output/R4/NL-PS-GPI-1-0/Test/Sending-System/properties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"informationStandard" : "NL-PS-GPI-1-0",
55
"usecase" : "NL-PS General Patient Information ",
66
"role" :
7-
{ "name" : "PHR-Client",
8-
"description" : "Personal Health Record (PHR\/PGO) in MedMij context" },
7+
{ "name" : "Sending-System",
8+
"description" : "System that sends information to a receiving system" },
99
"serverAlias" : "nictiz" }

src/NL-PS-GPI-1-0/Test/PHR-Client/nl-ps-gpi-test-1-1-client.xml renamed to src/NL-PS-GPI-1-0/Test/Receiving-System/nl-ps-gpi-test-1-1-client.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
<name value="NL-PS General Patient Information - Client - Test scenario 1.1"/>
77
<description value="Scenario 1.1 - Retrieve NL-PS General Patient Information resources of Reebeen"/>
88
<nts:authToken patientResourceId="patient-"/>
9-
9+
1010
<test id="scenario-1-1-retrieve-patient">
1111
<name value="Scenario 1.1 - Patient"/>
1212
<description value="Query Patient resource"/>
13-
<nts:include value="test.client.search" scope="common" resource="Patient" params="?_include=Patient:general-practitioner" useToken="true"/>
13+
<nts:include value="test.client.search" scope="common" resource="Patient" useToken="true"/>
1414
<nts:include value="canary-assert.response.successfulSearch" scope="common"/>
15-
<nts:include value="assert.response.numResources" scope="common" resource="Patient" count="1"/>
15+
<nts:include value="assert.response.numResources" scope="common" resource="Patient" count="1"/>
1616
</test>
1717
</TestScript>

0 commit comments

Comments
 (0)