Constraint Descriptor : constraint_code (type: ERROR, kind: )

Constraint : constraint_code

Constraint Name
constraint_code (type: ERROR, kind: )
Constraint Class
XDSSDBppcTemplateWithNoSD
Package
xdssdbppc
Description
The ClinicalDocument/code element shall be set with the following attribute values, code shall be '57016-8', codeSystem shall be '2.16.840.1.113883.6.1', codeSystemName shall be 'LOINC', displayName shall be 'Privacy Policy Acknowledgement Document'. (ITI TF-3, Vol3, 5.1.2.1.1.1)
OCL
(not self.code.oclIsUndefined()) and
(not self.code.code.oclIsUndefined()) and self.code.code = '57016-8' and
(not self.code.displayName.oclIsUndefined()) and self.code .displayName = 'Privacy Policy Acknowledgement Document' and
(not self.code.codeSystem.oclIsUndefined()) and self.code.codeSystem = '2.16.840.1.113883.6.1' and
(not self.code.codeSystemName.oclIsUndefined()) and self.code.codeSystemName = 'LOINC'