-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use a new FIHR server? #51
Comments
Yes, it should be possible. The simplest way would be to:
|
@vlad-ignatov hi that works fine as long as you testing hapi fhir servers but if your fhir server requires Oauth Porcess i can get a token and patient data using POSTMAN, my next step is that i want to plugin my FHIR Server to test Growth Chart App but for that i need to get access token first within your app.? |
Hi @usmanbahadur, That was just an example of how to work-around SMART/Oauth. If you have an Oauth server, then you can register a client there and use the |
hi @vlad-ignatov |
It is a responsibility of the server to offer you a patient selection UI if you have stated that you need it using the |
Does that patient exist on the server you are launching against? BTW, the scope looks weird. Try |
@vlad-ignatov the patient exist in server, Azure FHIR Server does not like "patientId : smart-77777703" https://github.com/microsoft/fhir-server-samples/blob/master/src/FhirDashboardJS/js/PatientModule.js |
Hello, I'm trying to connect to our FHIR server as well. Did you finish using the growth chart app with your own FHIR server ? I could use any help or samples to get started in this. Please let me know. |
@hexicalsystems Use the following in launch.html file of the project, you would need client_id, patientid etc from your fhir service provider, a redirect_uri is also very important this is where you will see the patient data pulled out of your fhir service. |
Hi,
I created an FHIR server and I want to connect to this server through your app and use my own data.
Is it possible? If yes, could you please guide me and tell me how?
LG
Sohrab
The text was updated successfully, but these errors were encountered: