I'm creating an app that will pull EHR data via FHIR services, but my app will not have a user interface and will be server-to-server communication only. It seems that OAuth2 is only necessary for FHIR authorization if you have a person accessing a UI. I can't seem to find any documentation on how to obtain a FHIR access token without using OAuth2. I do see that there is a Backend Services (draft) option, but it appears to not be ready for production use yet.
Is there a way to simply use a client_id and client_secret for an app to obtain a FHIR access token for accessing EHR data without having to use OAuth2 and without using the Backend Services implementation? For example, is there some way to call the FHIR token endpoint URL (i.e., providing specific POST parameters) to obtain the access token *without* going through the OAuth2 authorization step first (which requires a UI and user authorization)? Thanks!
--
You received this message because you are subscribed to the Google Groups "SMART on FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smart-on-fhi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "SMART on FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to smart-on-fhi...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.