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

Constraint : VitalSignsSectionEntriesOptionalCode

Constraint Name
VitalSignsSectionEntriesOptionalCode (type: ERROR, kind: )
Package
CCDA
Description
Consol Vital Signs Section Entries Optional SHALL contain exactly one [1..1] code (CONF:15242)/@code="8716-3" Vital Signs (CodeSystem: 2.16.840.1.113883.6.1 LOINC) (CONF:15243)
OCL
(self.code.oclIsUndefined() or self.code.isNullFlavorUndefined()) implies (not self.code.oclIsUndefined() and self.code.oclIsKindOf(CE) and 
let value : CE = self.code.oclAsType(CE) in 
(not value.code.oclIsUndefined()) and (not value.codeSystem.oclIsUndefined()) and (
value.code = '8716-3' and value.codeSystem = '2.16.840.1.113883.6.1'))