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

Constraint : conspurp

Constraint Name
conspurp (type: ERROR, kind: )
Constraint Class
PurposeOfUseSpec
Package
samlihe
Description
Purpose of use shall be presented with an element <PurposeOfUse> under the element AttributeValue., and shall have the namespace'urn:hl7-org:v3' whose content is defined by the 'CE' HL7V3 datatypes (ITI_TF_Vol2b, 3.40.4.1.2.3)
OCL
self.attributeValue->size()>0 and 
self.attributeValue->forAll(att : AttributeValueType |
	(not att.purposeOfUse.oclIsUndefined())
)