Hi guys,
Is it possible to apply business rule on a XML without Schema?
Say, I'm trying to make some business rules on FHIR XML payload. I transferred the XML stream as an EnsLib.EDI.XML.Document in a BPL and passed it to a General Business Rule.
Set context.xmlDocument = ##Class(EnsLib.EDI.XML.Document).ImportFromLibraryStream(##class(HS.SDA3.QuickStream).%OpenId(request.QuickStreamId)).png)
I'm handling following XML document
.png)
With this rule
.png)
Then I got stuck at visiting the elements in the XML.
.png)
I.e How may I evaluate the profile value?
Thanks。

.png)
.png)
.png)
.png)
.png)
.png)
.png)
.png)

