Constraint Descriptor : plcda1847 (type: ERROR, kind: Context)

Constraint : plcda1847

Constraint Name
plcda1847 (type: ERROR, kind: Context)
Constraint Class
plCdaProcedureRequest
Package
plcda
Description
In [4] Zalecenie wykonania procedury, the element defined by /hl7:procedure[hl7:templateId/@root='2.16.840.1.113883.3.4424.13.10.4.23']/hl7:performer/hl7:assignedEntity/hl7:representedOrganization/hl7:addr shall verify this requirement : Poprawnie zapisany numer TERYT powinien zaczynać się od znaków: "TERYT TERC:" lub "TERYT SIMC:".
OCL
self.performer.assignedEntity.representedOrganization.addr->reject(not nullFlavor.oclIsUndefined())->forAll(aa | CommonOperationsStatic::validateByXPATHV2(aa, 'not(cda:censusTract) or starts-with(cda:censusTract,\u0027TERYT TERC:\u0027) or starts-with(cda:censusTract,\u0027TERYT SIMC:\u0027)') )