My goal is to get the health records (CDA) from healthkit store and display it on my app (if not possible, Is there anyway to redirect from my app to Apple's Health App -> Health Records?)
I have already retrieved health records (HKDocumentSample) from the healthkit store using HKDocumentQuery, however I wasn't able to find a way to display it on my app.
You will need to build your own visualization for CDA documents because there is no API you can use to display them.