scopeSchema
attribute is provided, incoming mapping data (also called a scope) will be validated against it first. Then, a JUTE template from the body
will be executed. Mapping should return a valid Transaction Bundle, so when applied, it will be able to operate with multiple resources not just single one.$include
directive which allows you to include a Mapping within another one:/Mapping/patient
or /Mapping/practitioner
depending on the value of the type
key. Current evaluation scope will be passed to the included Mapping.$include
directive, there is an inclusion depth limit which equals to 5 for now.