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

Constraint : constraint_pdqv3query_livingSubjectIdValueFormat

Constraint Name
constraint_pdqv3query_livingSubjectIdValueFormat (type: ERROR, kind: )
Constraint Class
LivingSubjectIdSpec
Package
pdqv3Query
Description
IHE requirements for patient identifiers: value.root attribute SHALL be present and format as a valid ISO OID, and extension SHALL be present (Table E-2.2-2)
OCL
self.value->forAll(ii : II |
	not ii.root.oclIsUndefined() and 
	ii.isOID(ii.root) and 
	not(ii.extension.oclIsUndefined())
)