From 5d34942588c0abc620a353bae99325d2b1c4850f Mon Sep 17 00:00:00 2001 From: amantahiliani Date: Tue, 1 Apr 2025 23:27:18 -0400 Subject: [PATCH] Updated README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 2e1ffa5..2248f97 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,12 @@ go run main.go - Exchanges code for access token - Application retrieves and displays patient information +## Testing + +You can test the application using a FHIR server that supports SMART on FHIR. Ensure you have the necessary credentials and configuration. +A good EHR Launcher to test with is: o test with is: [SMART Health IT Sandbox](https://launch.smarthealthit.org/). Some of the steps you would need to take are: +- Create a new EHR client in the sandbox +- Add the redirect URL +- Add the client ID and secret +- Add the scopes +- Set the same client ID and secret in the application