You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a general need from our clients to anonymize certain fields in the FHIR responses before returning them. This can be hooked into postProcess implementation.
However anonymizing identifiers in the resource and its associated resources is a general need and we need a reusable function which can do this. As part of this task create a reusable function which does the same.