Getting Started
Prerequisites
Plasma Account
You will need a Plasma account before you can begin using the platform.
We provide a deployment of Plasma at https://plasma.smart-on-fhir.com
for use with testing.
Please Contact Us to have an account set up for you.
Once you are ready for production, we can deploy an isolated instance of Plasma for your application's use.
EHR Registration
Before starting, you should register your app with the EHRs that you want to support. For guidance, follow our EHR Guides.
Redirect URL (Patient and Clinician Apps)
When registering your application, you will need to specify a redirect URL if you chose a patient-facing or a clinician-facing app.
To use Plasma, you will have to set one of your redirect URLs to {plasma-deployment}/api/plasma/sof/oauth
.
For example, if you are using Plasma deployed at https://plasma.my-app.com
, you would specify the redirect URL as:
https://plasma.my-app.com/api/plasma/sof/oauth
.