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

Constraint : constraint_formatCode_required

Constraint Name
constraint_formatCode_required (type: ERROR, kind: )
Constraint Class
DocumentSpec
Package
PSListResp
Description
formatCode required and MUST be urn:epSOS:ps:ps:2010 for epSOS pivot CDA and urn:ihe:iti:xds-sd:pdf:2008 for epSOS source coded PDF (WP34_D342_V2.2 3.3.1.4)
OCL
self.classification->select(cl : ClassificationType | (not cl.classificationScheme.oclIsUndefined()) and cl.classificationScheme='urn:uuid:a09d5840-386c-46f2-b5ad-9c3699a4309d')->size()=1 and
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.nodeRepresentation='urn:epSOS:ps:ps:2010' or cl.nodeRepresentation='urn:ihe:iti:xds-sd:pdf:2008')
)