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

Constraint : constraint_iti55val049

Constraint Name
constraint_iti55val049 (type: ERROR, kind: )
Constraint Class
xcpdQueryResponsePersonSpec
Package
xcpdPatientDiscoveryQueryResponse
Description
Person.maritalStatusCode element shall be taken from CWE:MaritalStatus (value set with OID 2.16.840.1.113883.5.2)
OCL
self.maritalStatusCode.oclIsUndefined() 
or (
 (not self.maritalStatusCode.code.oclIsUndefined())
	and self.maritalStatusCode.matchesCodeToValueSet('2.16.840.1.113883.5.2', self.maritalStatusCode.code)
)