Skip to content

Commit 1468b4d

Browse files
Fix met variabele resource (krul haakje foutieve plaats)
1 parent f9a4eee commit 1468b4d

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

output/R4/Immunization-2-0/MedMij/Cert/XIS-Server/imm-serve-cert-1-1-json.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
<assert>
328328
<description value="Confirm that the Immunization resource contains a system in the identifier."/>
329329
<direction value="response"/>
330-
<expression value="Bundle.entry.resource.where({$this is $resource}).identifier.system.count() = 2"/>
330+
<expression value="Bundle.entry.resource.where($this is Immunization).identifier.system.count() = 2"/>
331331
<stopTestOnFail value="false"/>
332332
<warningOnly value="false"/>
333333
</assert>

output/R4/Immunization-2-0/MedMij/Cert/XIS-Server/imm-serve-cert-1-1-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@
327327
<assert>
328328
<description value="Confirm that the Immunization resource contains a system in the identifier."/>
329329
<direction value="response"/>
330-
<expression value="Bundle.entry.resource.where({$this is $resource}).identifier.system.count() = 2"/>
330+
<expression value="Bundle.entry.resource.where($this is Immunization).identifier.system.count() = 2"/>
331331
<stopTestOnFail value="false"/>
332332
<warningOnly value="false"/>
333333
</assert>

output/R4/Immunization-2-0/MedMij/Cert/XIS-Server/imm-serve-cert-1-2-json.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
<assert>
321321
<description value="Confirm that the Immunization resource contains a system in the identifier."/>
322322
<direction value="response"/>
323-
<expression value="Bundle.entry.resource.where({$this is $resource}).identifier.system.count() = 1"/>
323+
<expression value="Bundle.entry.resource.where($this is Immunization).identifier.system.count() = 1"/>
324324
<stopTestOnFail value="false"/>
325325
<warningOnly value="false"/>
326326
</assert>

output/R4/Immunization-2-0/MedMij/Cert/XIS-Server/imm-serve-cert-1-2-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@
320320
<assert>
321321
<description value="Confirm that the Immunization resource contains a system in the identifier."/>
322322
<direction value="response"/>
323-
<expression value="Bundle.entry.resource.where({$this is $resource}).identifier.system.count() = 1"/>
323+
<expression value="Bundle.entry.resource.where($this is Immunization).identifier.system.count() = 1"/>
324324
<stopTestOnFail value="false"/>
325325
<warningOnly value="false"/>
326326
</assert>

output/R4/Immunization-2-0/MedMij/Test/XIS-Server-CheckContent/imm-serve-test-1-2-json.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
<assert>
372372
<description value="Confirm that the Immunization resource contains a system in the identifier."/>
373373
<direction value="response"/>
374-
<expression value="Bundle.entry.resource.where({$this is $resource}).identifier.system.count() = 2"/>
374+
<expression value="Bundle.entry.resource.where($this is Immunization).identifier.system.count() = 2"/>
375375
<stopTestOnFail value="false"/>
376376
<warningOnly value="false"/>
377377
</assert>

output/R4/Immunization-2-0/MedMij/Test/XIS-Server-CheckContent/imm-serve-test-1-2-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
<assert>
372372
<description value="Confirm that the Immunization resource contains a system in the identifier."/>
373373
<direction value="response"/>
374-
<expression value="Bundle.entry.resource.where({$this is $resource}).identifier.system.count() = 2"/>
374+
<expression value="Bundle.entry.resource.where($this is Immunization).identifier.system.count() = 2"/>
375375
<stopTestOnFail value="false"/>
376376
<warningOnly value="false"/>
377377
</assert>

output/R4/Immunization-2-0/MedMij/Test/XIS-Server/imm-serve-test-1-1-json.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
<assert>
341341
<description value="Confirm that the Immunization resource contains a system in the identifier."/>
342342
<direction value="response"/>
343-
<expression value="Bundle.entry.resource.where({$this is $resource}).identifier.system.count() = 4"/>
343+
<expression value="Bundle.entry.resource.where($this is Immunization).identifier.system.count() = 4"/>
344344
<stopTestOnFail value="false"/>
345345
<warningOnly value="false"/>
346346
</assert>

output/R4/Immunization-2-0/MedMij/Test/XIS-Server/imm-serve-test-1-1-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@
340340
<assert>
341341
<description value="Confirm that the Immunization resource contains a system in the identifier."/>
342342
<direction value="response"/>
343-
<expression value="Bundle.entry.resource.where({$this is $resource}).identifier.system.count() = 4"/>
343+
<expression value="Bundle.entry.resource.where($this is Immunization).identifier.system.count() = 4"/>
344344
<stopTestOnFail value="false"/>
345345
<warningOnly value="false"/>
346346
</assert>

output/R4/Immunization-2-0/MedMij/Test/XIS-Server/imm-serve-test-1-2-json.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
<assert>
337337
<description value="Confirm that the Immunization resource contains a system in the identifier."/>
338338
<direction value="response"/>
339-
<expression value="Bundle.entry.resource.where({$this is $resource}).identifier.system.count() = 2"/>
339+
<expression value="Bundle.entry.resource.where($this is Immunization).identifier.system.count() = 2"/>
340340
<stopTestOnFail value="false"/>
341341
<warningOnly value="false"/>
342342
</assert>

output/R4/Immunization-2-0/MedMij/Test/XIS-Server/imm-serve-test-1-2-xml.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
<assert>
337337
<description value="Confirm that the Immunization resource contains a system in the identifier."/>
338338
<direction value="response"/>
339-
<expression value="Bundle.entry.resource.where({$this is $resource}).identifier.system.count() = 2"/>
339+
<expression value="Bundle.entry.resource.where($this is Immunization).identifier.system.count() = 2"/>
340340
<stopTestOnFail value="false"/>
341341
<warningOnly value="false"/>
342342
</assert>

0 commit comments

Comments
 (0)