Skip to content

Commit 26aca5f

Browse files
MM-5361: Fix broken assert
1 parent e551325 commit 26aca5f

File tree

88 files changed

+184
-184
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+184
-184
lines changed

dev/FHIR3-0-2-eOverdracht4-0/Cert/Sending-XIS-Nictiz-only/Scenario1-1b-phase2-handoff-json.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
</extension>
269269
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
270270
<direction value="response"/>
271-
<expression value="Composition.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
271+
<expression value="Composition.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
272272
<warningOnly value="false"/>
273273
</assert>
274274
</action>
@@ -402,7 +402,7 @@
402402
</extension>
403403
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
404404
<direction value="response"/>
405-
<expression value="Bundle.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
405+
<expression value="Bundle.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
406406
<warningOnly value="false"/>
407407
</assert>
408408
</action>

dev/FHIR3-0-2-eOverdracht4-0/Cert/Sending-XIS-Nictiz-only/Scenario1-1b-phase2-handoff-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
</extension>
269269
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
270270
<direction value="response"/>
271-
<expression value="Composition.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
271+
<expression value="Composition.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
272272
<warningOnly value="false"/>
273273
</assert>
274274
</action>
@@ -402,7 +402,7 @@
402402
</extension>
403403
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
404404
<direction value="response"/>
405-
<expression value="Bundle.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
405+
<expression value="Bundle.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
406406
<warningOnly value="false"/>
407407
</assert>
408408
</action>

dev/FHIR3-0-2-eOverdracht4-0/Cert/Sending-XIS/Scenario1-1b-phase2-handoff-json.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
</extension>
258258
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
259259
<direction value="response"/>
260-
<expression value="Composition.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
260+
<expression value="Composition.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
261261
<warningOnly value="false"/>
262262
</assert>
263263
</action>
@@ -391,7 +391,7 @@
391391
</extension>
392392
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
393393
<direction value="response"/>
394-
<expression value="Bundle.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
394+
<expression value="Bundle.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
395395
<warningOnly value="false"/>
396396
</assert>
397397
</action>

dev/FHIR3-0-2-eOverdracht4-0/Cert/Sending-XIS/Scenario1-1b-phase2-handoff-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
</extension>
258258
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
259259
<direction value="response"/>
260-
<expression value="Composition.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
260+
<expression value="Composition.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
261261
<warningOnly value="false"/>
262262
</assert>
263263
</action>
@@ -391,7 +391,7 @@
391391
</extension>
392392
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
393393
<direction value="response"/>
394-
<expression value="Bundle.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
394+
<expression value="Bundle.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
395395
<warningOnly value="false"/>
396396
</assert>
397397
</action>

dev/FHIR3-0-2-eOverdracht4-0/Test/Sending-XIS-Nictiz-only/Scenario1-1-phase1-negotiation-json.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
</extension>
309309
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
310310
<direction value="response"/>
311-
<expression value="Composition.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
311+
<expression value="Composition.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
312312
<warningOnly value="false"/>
313313
</assert>
314314
</action>
@@ -442,7 +442,7 @@
442442
</extension>
443443
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
444444
<direction value="response"/>
445-
<expression value="Bundle.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
445+
<expression value="Bundle.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
446446
<warningOnly value="false"/>
447447
</assert>
448448
</action>

dev/FHIR3-0-2-eOverdracht4-0/Test/Sending-XIS-Nictiz-only/Scenario1-1-phase1-negotiation-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@
308308
</extension>
309309
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
310310
<direction value="response"/>
311-
<expression value="Composition.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
311+
<expression value="Composition.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
312312
<warningOnly value="false"/>
313313
</assert>
314314
</action>
@@ -442,7 +442,7 @@
442442
</extension>
443443
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
444444
<direction value="response"/>
445-
<expression value="Bundle.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
445+
<expression value="Bundle.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
446446
<warningOnly value="false"/>
447447
</assert>
448448
</action>

dev/FHIR3-0-2-eOverdracht4-0/Test/Sending-XIS-Nictiz-only/Scenario1-1-phase2-handoff-json.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
</extension>
269269
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
270270
<direction value="response"/>
271-
<expression value="Composition.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
271+
<expression value="Composition.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
272272
<warningOnly value="false"/>
273273
</assert>
274274
</action>
@@ -402,7 +402,7 @@
402402
</extension>
403403
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
404404
<direction value="response"/>
405-
<expression value="Bundle.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
405+
<expression value="Bundle.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
406406
<warningOnly value="false"/>
407407
</assert>
408408
</action>

dev/FHIR3-0-2-eOverdracht4-0/Test/Sending-XIS-Nictiz-only/Scenario1-1-phase2-handoff-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
</extension>
269269
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
270270
<direction value="response"/>
271-
<expression value="Composition.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
271+
<expression value="Composition.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
272272
<warningOnly value="false"/>
273273
</assert>
274274
</action>
@@ -402,7 +402,7 @@
402402
</extension>
403403
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
404404
<direction value="response"/>
405-
<expression value="Bundle.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
405+
<expression value="Bundle.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
406406
<warningOnly value="false"/>
407407
</assert>
408408
</action>

dev/FHIR3-0-2-eOverdracht4-0/Test/Sending-XIS-Nictiz-only/Scenario1-10b-phase2-handoff-json.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
</extension>
269269
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
270270
<direction value="response"/>
271-
<expression value="Composition.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
271+
<expression value="Composition.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
272272
<warningOnly value="false"/>
273273
</assert>
274274
</action>
@@ -402,7 +402,7 @@
402402
</extension>
403403
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
404404
<direction value="response"/>
405-
<expression value="Bundle.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
405+
<expression value="Bundle.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
406406
<warningOnly value="false"/>
407407
</assert>
408408
</action>

dev/FHIR3-0-2-eOverdracht4-0/Test/Sending-XIS-Nictiz-only/Scenario1-10b-phase2-handoff-xml.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
</extension>
269269
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
270270
<direction value="response"/>
271-
<expression value="Composition.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
271+
<expression value="Composition.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
272272
<warningOnly value="false"/>
273273
</assert>
274274
</action>
@@ -402,7 +402,7 @@
402402
</extension>
403403
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
404404
<direction value="response"/>
405-
<expression value="Bundle.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
405+
<expression value="Bundle.descendants().where($this.is(coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
406406
<warningOnly value="false"/>
407407
</assert>
408408
</action>

0 commit comments

Comments
 (0)