I am trying to register an app to make use of the API functions. During the registration, I can't select the oemr functions (lowercase first letter), only the FHIR ones (uppercase first letter). Later on, in Swagger I get 401 using the patients list function (oemr), while a correct list is returned using the FHIR equivalet (Patients).
As an admin, I can view a property show page and then click on either 'View' or 'Masquerade' next to the property user name. This will take me either to the user's show page, or will log me in as them.
This GitHub Action will automatically add your GitHub Sponsors to your README. It can be configured in multiple ways allowing you to display and breakdown your sponsors by price tier with fallbacks.
Describe the bug
I am trying to register an app to make use of the API functions. During the registration, I can't select the oemr functions (lowercase first letter), only the FHIR ones (uppercase first letter). Later on, in Swagger I get 401 using the patients list function (oemr), while a correct list is returned using the FHIR equivalet (Patients).
To Reproduce