My React Native-driven app needs a user to subscribe for some health provider to fetch their medical records. To do that, my app should open a screen where a user can see a list of providers and choose those they need.
That screen might be reached by a path "iOS Desktop -> Health -> Health Data -> Health Records" which is pretty deep. How can I know a URL of that path to open it from my app using linking API?