Skip to content

Commit e551325

Browse files
MM-5361: Fix broken assert
1 parent 002bbd3 commit e551325

File tree

1,259 files changed

+1883
-1899
lines changed

Some content is hidden

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

1,259 files changed

+1883
-1899
lines changed

dev/FHIR3-0-2-MM201901-Cert/Medication-9-0-7/PHR-Client-Nictiz-intern/AdministrationAgreement/medmij-medication-administrationagreement-phr-1-1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
</extension>
205205
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
206206
<direction value="response"/>
207-
<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()"/>
207+
<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()"/>
208208
<warningOnly value="false"/>
209209
</assert>
210210
</action>

dev/FHIR3-0-2-MM201901-Cert/Medication-9-0-7/PHR-Client-Nictiz-intern/AdministrationAgreement/medmij-medication-administrationagreement-phr-1-10.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
</extension>
205205
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
206206
<direction value="response"/>
207-
<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()"/>
207+
<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()"/>
208208
<warningOnly value="false"/>
209209
</assert>
210210
</action>

dev/FHIR3-0-2-MM201901-Cert/Medication-9-0-7/PHR-Client-Nictiz-intern/AdministrationAgreement/medmij-medication-administrationagreement-phr-1-2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
</extension>
205205
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
206206
<direction value="response"/>
207-
<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()"/>
207+
<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()"/>
208208
<warningOnly value="false"/>
209209
</assert>
210210
</action>

dev/FHIR3-0-2-MM201901-Cert/Medication-9-0-7/PHR-Client-Nictiz-intern/AdministrationAgreement/medmij-medication-administrationagreement-phr-1-3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
</extension>
205205
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
206206
<direction value="response"/>
207-
<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()"/>
207+
<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()"/>
208208
<warningOnly value="false"/>
209209
</assert>
210210
</action>

dev/FHIR3-0-2-MM201901-Cert/Medication-9-0-7/PHR-Client-Nictiz-intern/AdministrationAgreement/medmij-medication-administrationagreement-phr-1-4.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
</extension>
210210
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
211211
<direction value="response"/>
212-
<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()"/>
212+
<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()"/>
213213
<warningOnly value="false"/>
214214
</assert>
215215
</action>

dev/FHIR3-0-2-MM201901-Cert/Medication-9-0-7/PHR-Client-Nictiz-intern/AdministrationAgreement/medmij-medication-administrationagreement-phr-1-5.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
</extension>
210210
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
211211
<direction value="response"/>
212-
<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()"/>
212+
<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()"/>
213213
<warningOnly value="false"/>
214214
</assert>
215215
</action>

dev/FHIR3-0-2-MM201901-Cert/Medication-9-0-7/PHR-Client-Nictiz-intern/AdministrationAgreement/medmij-medication-administrationagreement-phr-1-6.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
</extension>
210210
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
211211
<direction value="response"/>
212-
<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()"/>
212+
<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()"/>
213213
<warningOnly value="false"/>
214214
</assert>
215215
</action>

dev/FHIR3-0-2-MM201901-Cert/Medication-9-0-7/PHR-Client-Nictiz-intern/AdministrationAgreement/medmij-medication-administrationagreement-phr-1-7.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
</extension>
205205
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
206206
<direction value="response"/>
207-
<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()"/>
207+
<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()"/>
208208
<warningOnly value="false"/>
209209
</assert>
210210
</action>

dev/FHIR3-0-2-MM201901-Cert/Medication-9-0-7/PHR-Client-Nictiz-intern/AdministrationAgreement/medmij-medication-administrationagreement-phr-1-8.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
</extension>
205205
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
206206
<direction value="response"/>
207-
<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()"/>
207+
<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()"/>
208208
<warningOnly value="false"/>
209209
</assert>
210210
</action>

dev/FHIR3-0-2-MM201901-Cert/Medication-9-0-7/PHR-Client-Nictiz-intern/AdministrationAgreement/medmij-medication-administrationagreement-phr-1-9.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
</extension>
205205
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
206206
<direction value="response"/>
207-
<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()"/>
207+
<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()"/>
208208
<warningOnly value="false"/>
209209
</assert>
210210
</action>

0 commit comments

Comments
 (0)