From 9529fb5885edce5fe6b21f52c744b8e127694827 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Thu, 11 Jul 2024 12:05:44 -0700 Subject: [PATCH] adding a redirect page. --- dev/redirect.html | 133 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 133 insertions(+) create mode 100644 dev/redirect.html diff --git a/dev/redirect.html b/dev/redirect.html new file mode 100644 index 0000000..00a4e23 --- /dev/null +++ b/dev/redirect.html @@ -0,0 +1,133 @@ + + + + + + + + Shop Item - Start Bootstrap Template + + + + + + + + + + + + +
+
+
+
...
+
+
Acme Health
+

Please wait

+ +

Thanks for connecting your medical records. Please wait while we process your records

+
+ +
+
+
+
+
+ +
+ + +
+

Backend Code (Running Server Side)

+
+
+ + +
+
+
+

+ Step 1: Parse Querystring Parameters +

+
+
+
+

Extract and process the org_connection_id query string parameter in the URL.

+
+
+
+
+
+
+

+ Step 2: Fetch Medical Records +

+
+
+
+

Make a request to the Fasten Connect API, triggering the collection of the patient's medical records (identified using the org_connection_id) +
+ Note: You must use your API credentials to authenticate the request. Replace the placeholders with your actual credentials. + These credentials are available in your Fasten Health account dashboard. +

+

+
+curl -u 'public_test_123456324234234':'private_test_9u2orj....sd02lk3)i03423' \
+-X POST \
+--data '{"org_connection_id":""}' \
+https://api.connect.fastenhealth.com/v1/bridge/fhir/ehi-export
+
+                                    
+
+
+
+
+
+

+ Step 3: Wait for Webhook Notification +

+
+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

+
+
+
+
+ +
+
+ +
+
+ + + + + + + +