Skip to content

Commit ed154c4

Browse files
committed
NICTIZ-23685 Fixed generic selector for array
1 parent adcee74 commit ed154c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common-components/_assert.general.resourceContent.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<assert>
1919
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
2020
<direction value="{$direction}"/>
21-
<expression value="{$resourceBase}.descendants().where($this.is(coding)).system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2').not()"/>
21+
<expression value="{$resourceBase}.descendants().where($this.is(Coding)).where(system.startsWith('urn:oid:2.16.840.1.113883.2.4.3.11.60.40.2')).exists().not()"/>
2222
</assert>
2323
</action>
2424
<action>

0 commit comments

Comments
 (0)