Pavel Rozhkov
Pavel Rozhkov
1. **Remove the filter by practitioner.** It's unnecessary to have the option to filter encounters by practitioner when the user can only see encounters related to them. 2. **Consider using...
**Goals** Develop a service that contains a library of ready-made and working FHIRPATH expressions that could be used in DSS. The user can register on the service and freely publish...
Implement a way to include *-questionnaire.yaml files into the *-body.yaml for TestScript requests
**Problem:** We need to provide a way to keep all questionnaires only in the seeds folder which is on the top level of the tests folder. Currently, we can't do...
The practitioner's availability disappears when we save general information about the practitioner. Steps to reproduce: 1. Go to the practitioner's details page: https://emr.beda.software/practitioners/:id; 2. Check that information about availability is...
## Description **Changes were added in the separated branch:** 1. https://github.com/beda-software/sdc-ide/tree/use-fhir-questionnaire **As part of these GitHub issues:** 1. https://github.com/beda-software/sdc-ide/issues/66 2. https://github.com/beda-software/sdc-ide/issues/67 **What was done:** 1. Remove the package `sdc-qrf` usage...
Hello everyone During the Connectathon in Australia, we received feedback regarding a security issue. Test results can be shared, but we believe the authorization header in request data should be...
Ref: https://github.com/inferno-framework/inferno-core/issues/657 # Summary I updated the request controller "show" action to replace the header value with 'PROTECTED' if the header name is 'authorization' and ENV['SAFE_MODE'] is 'true' # Testing...
If a hidden field has a validation error and you click the submit button, you don't receive any response—neither a result nor an error message.