Stream: smart
Topic: sample app to test SMART server-side
Craig McClendon (Jan 21 2022 at 20:43):
Can somebody recommend a simple SMART testing tool/app for testing against my own Auth and FHIR servers?
The smarthealthit launcher (https://launch.smarthealthit.org) looks like basically what I want, but it doesn't appear to let you change the URLs to point to a different servers for standalone launch.
Michele Mottini (Jan 21 2022 at 20:56):
For stand-alone launch you can try http://demo.careevolution.com/SMARTest/SMARTest.html
Josh Mandel (Jan 21 2022 at 21:09):
From the launcher, if you click "Test with Sample App" you'll see a link to something like
https://launch.smarthealthit.org/sample-app/index.html?aud=
You can add your own FHIR server base URL as the aud
, like:
https://launch.smarthealthit.org/sample-app/index.html?aud=https://smart.argo.run/v/r4/fhir
and you should have a working sample app.
Last updated: Apr 12 2022 at 19:14 UTC