Constraint Descriptor : constraint_xcpdquery_mothersMaidenNameValueFormat (type: INFO, kind: )

Constraint : constraint_xcpdquery_mothersMaidenNameValueFormat

Constraint Name
constraint_xcpdquery_mothersMaidenNameValueFormat (type: INFO, kind: )
Package
xcpdPatientDiscoveryQuery
Description
In the case of the MothersMaidenName parameter, the person name may consist of only the given name part, the family name part, or both (Table 3.55.4.1.2-1)
OCL
self.value->forAll(val: PN | 
	val.given->size() > 0 or val.family->size() > 0
)