Robert Jones
Robert Jones
In the schema preprocessor recursion, `items` was left out of the handling for `allOf, oneOf, anyOf, properties`. In my addition, I have commented out a check for `schema.type == 'array'`....
When trying to refresh a token using the smart-on-fhir/client-js library, I get the following error: ``` [Wed Jan 24 14:59:10.591523 2024] [php:notice] [pid 4899] [client 192.168.65.1:22431] [2024-01-24T08:59:10.591497-06:00] OpenEMR.DEBUG: AuthorizationController->oauthAuthorizeToken() OAuthServerException...
Added an option to search/filter on pce/events where the patient id is set and used that in FhirAppointmentService. Fixes #7141 @adunsulag @sjpadgett @mi3guyc
Modify FHIR Practitioners api to return all users. Fixes #7139 @adunsulag @sjpadgett @mi3guyc
### Describe the problem The FHIR client registrations already anticipate public smart apps for patients, but the portal does not implement a launcher. ### Describe the solution you'd like We'd...
FHIR Practitioners includes only the records returned by the `/api/practitioner` where `/api/user` is available to retrieve "other" users. FHIR [defines Practitioner](http://hl7.org/fhir/R4/practitioner.html) to include those "others". The FHIR Practitioners resource should...
The FHIR Appointment `/fhir/Appointment` endpoint erroneously includes "In Office" and "Lunch" appointments that should not e included from a FHIR perspective. A combination of those events could be output as...
For version 4.60.1, nom audit is reporting 2 issues. ``` $ npm audit # npm audit report axios 0.8.1 - 0.27.2 Severity: moderate Axios Cross-Site Request Forgery Vulnerability - https://github.com/advisories/GHSA-wf5p-g6vw-rhxx...
I expected this to work, and it failed miserably when tried, so I've added it. The diff on the tests shows the new functionality. I'm not sure if this is...