Extending Pega Healthcare APIs
The Healthcare APIs provide a mechanism for your application to extend the wrapper rule of every resource. A wrapper rule envelops each mapping rule for every resource API published in the Healthcare APIs. The wrapper rule is provided as a placeholder for extending the mapping in your implementation.
These rules are marked for Extension and you should extend them as per your need. It is expected that the main mapping rule included in the wrapper rule is maintained as is to allow Pega to maintain backward compatibility with the Pega-provided mapping rules.
Previous topic Mapping data transform rule Next topic MapToEntity extension pattern