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

Constraint : constraint_formatCode

Constraint Name
constraint_formatCode (type: ERROR, kind: )
Constraint Class
XDSIDocEntry
Package
xdsi68
Description
formatCode(urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d) SHALL be populated with one of the values : urn:ihe:rad:1.2.840.10008.5.1.4.1.1.88.59, urn:ihe:rad:TEXT, urn:ihe:rad:PDF, within the valueSet http://gazelle.ihe.net/RetrieveValueSet?id=1.3.6.1.4.1.12559.11.4.5.7 (RAD TF Vol 3, Table 4.68.4.1.2.3-1)
OCL
self.classification->select(cl : ClassificationType| (not cl.classificationScheme.oclIsUndefined()) and cl.classificationScheme='urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d')->forAll(cl :ClassificationType | 
	(not cl.nodeRepresentation.oclIsUndefined()) and 
	cl.slot->size()=1 and 
	(not cl.slot->first().name.oclIsUndefined()) and 
	(not (cl.slot->first().name='codingSchema')) and 
	(not cl.slot->first().valueList.oclIsUndefined()) and 
	cl.slot->first().valueList.value->size()=1 and 
	(not cl.name.oclIsUndefined()) and 
	cl.name.localizedString->size()=1 and 
	(not cl.name.localizedString->first().value.oclIsUndefined()) and 
	cl.matchesValueSet('1.3.6.1.4.1.12559.11.4.5.7', cl.nodeRepresentation, cl.slot->first().valueList.value->first(), null, cl.name.localizedString->first().value)
)