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

Constraint : constraint_rad_code

Constraint Name
constraint_rad_code (type: ERROR, kind: )
Constraint Class
XDSSDRadDocument
Package
xdssdrad
Description
The ClinicalDocument/code element shall be set with the following attribute values, code shall be '11528-7', codeSystem shall be '2.16.840.1.113883.6.1', codeSystemName shall be 'LOINC', displayName shall be 'Radiology Report'. (RAD TF-3, Vol3, 4.68.4.1.2.3.5.1.1)
OCL
(not self.code.oclIsUndefined()) and 
(not self.code.code.oclIsUndefined()) and self.code.code = '11528-7' 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' and
(not self.code.displayName.oclIsUndefined()) and self.code.displayName = 'Radiology Report'