Embedding User's Page
In this tutorial we will show you how to embed patient's page into your existing application.
Let's assume that you already got the health_token of the user.
If you are using iframe or WebView you need to construct the following URL:
You need to replace {HEALTH_TOKEN} with the token of the user you want to see the data from.
Here's an example of the embedded web page.
As you can see the personal information of the patient and navigation are hidden. That allows you to seamlessly integrate this page into your app.