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

Constraint : rmim011

Constraint Name
rmim011 (type: ERROR, kind: )
Constraint Class
ObservationSpec
Package
cdabasic
Description
interpretationCode values SHALL be from the valueSet ObservationInterpretation (RMIM-011)
OCL
self.interpretationCode->forAll(ce : CE |
	ce.code.oclIsUndefined() or 
	ce.matchesValueSet('1.3.6.1.4.1.12559.11.18.5', ce.code, ce.codeSystem, null, null)
)