OpenEMR Version:
I’m using OpenEMR version 7.0.0
Browser:
Google Chrome
Operating System:
Windows 11
Situation:
I am trying to figure out how to make FHIR API requests on a patient I created in my localhost OpenEMR server. I have already read through openemr/API_README.md at master · openemr/openemr · GitHub and openemr/FHIR_README.md at master · openemr/openemr · GitHub, but the issue lies in the fact that the documentations rely on using Swagger, which requires on having a client_secret in order to authorize and make FHIR requests - and creating a Public app during the app registration seems to only gives me a Client APP ID and no secret key.
For context, I am also launching SMART on my own SoF application, so clicking “Launch” on a patient doesn’t take me to Swagger anyway.
I am fairly certain that I’m misunderstanding something, but to summarize, I want to register and launch my own Public SoF application, but I also want to make API requests without having to use Swagger and needing a secret key.
Any help would be greatly appreciated!