Constraint Descriptor : hl7ips2857 (type: ERROR, kind: Datatype)

Constraint : hl7ips2857

Constraint Name
hl7ips2857 (type: ERROR, kind: Datatype)
Constraint Class
IPSMedicationStatement
Package
hl7ips
Description
In IPS Medication Statement, in /hl7:substanceAdministration[hl7:templateId/@root='2.16.840.1.113883.10.22.4.4']/hl7:consumable/hl7:manufacturedProduct/hl7:manufacturedMaterial/hl7:templateId[@root='2.16.840.1.113883.10.22.4.3'], the attribute root SHALL have the datatype 'oid' if present
OCL
self.consumable.manufacturedProduct.manufacturedMaterial.templateId->select((not root.oclIsUndefined()) and root='2.16.840.1.113883.10.22.4.3')->forAll(root.oclIsUndefined() or CommonOperationsStatic::isOID(root))