Question
· Jan 15, 2018

Routing rule condition based on a schema property

Is it possible to reference a property on a schema in the routing rule for instance Document.SomeSchema.Property

Discussion (5)2
Log in or sign up to continue

You can access an element or attribute without loading a schema by using the "path" to the element or attribute. 

For an element called "name":

Document.{/ClinicalDocument/recordTarget/patientRole/providerOrganization/name}

For an attribute  of "id" called  "extension":

Document.{/ClinicalDocument/recordTarget/patientRole/providerOrganization/id/@extension}