We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adcee74 commit ed154c4Copy full SHA for ed154c4
src/common-components/_assert.general.resourceContent.xml
@@ -18,7 +18,7 @@
18
<assert>
19
<description value="Confirm that the OID of the zib valueset is not used for the system of a coding element."/>
20
<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()"/>
+ <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()"/>
22
</assert>
23
</action>
24
<action>
0 commit comments