Your browser does not appear to support JavaScript. You may want to try one of the following:
You may want to try one of the following:
If the above does not work, try reloading the page yourself. Note that you will lose any unsaved changes:
shift
control
Show details
Hide details
This form has to be reloaded. This most likely happened because your session has expired, which might take to the login page. (If you think that you shouldn't see this message and that the problem persists, please contact support.)
//hl7:authorization[hl7:consentEvent[hl7:code[@code = '469'][@codeSystem = '2.16.840.1.113883.2.4.4.40.267']/...
//hl7:authorization[hl7:consentEvent[hl7:code[@code = '1163'][@codeSystem = '2.16.840.1.113883.2.4.4.40.267']/...
//hl7:authorization[hl7:consentEvent[hl7:code[@code = '1398'][@codeSystem = '2.16.840.1.113883.2.4.4.40.267']/...
//hl7:authorization[hl7:consentEvent[hl7:code[@code = '1165'][@codeSystem = '2.16.840.1.113883.2.4.4.40.267']/...
//hl7:authorization[hl7:consentEvent[hl7:code[@code = '1395'][@codeSystem = '2.16.840.1.113883.2.4.4.40.267']/...
//hl7:authorization[hl7:consentEvent[hl7:code[@code = '1404'][@codeSystem = '2.16.840.1.113883.2.4.4.40.267']/...
//hl7:authorization[hl7:consentEvent[hl7:code[@code = '1533'][@codeSystem = '2.16.840.1.113883.2.4.4.40.267']/...
De XPath expressies voor alle consent gerelateerde BDS elementen matchen op meer dan 1 toestemming omdat ze allemaal het volgende XPath blok bevatten:
/hl7:authorization[hl7:consentEvent[hl7:code[(@code = '469' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267') or (@code = '1163' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267') or (@code = '1398' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267') or (@code = '1165' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267') or (@code = '1395' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267') or (@code = '1404' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267') or (@code = '1533' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267')]]]/hl7:consentEvent[hl7:code[(@code = '469' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267') or (@code = '1163' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267') or (@code = '1398' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267') or (@code = '1165' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267') or (@code = '1395' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267') or (@code = '1404' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267') or (@code = '1533' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267')]]
Zie bijbehorende template: http://decor.nictiz.nl/pub/jeugdgezondheidszorg/jgz-html-20200219T121823/tmp-2.16.840.1.113883.2.4.6.10.100.10010-2012-08-01T000000.html
Kan de mapping zo aangepast worden dat dit resulteert in XPath expressies die slechts matchen op 1 type toestemming?
Bijvoorbeeld:
/hl7:authorization[hl7:consentEvent[hl7:code[(@code = '469' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267')]]/hl7:authorization[hl7:consentEvent[hl7:code[(@code = '1163' and @codeSystem = '2.16.840.1.113883.2.4.4.40.267')]]etc...
-