forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
…emr#5830 openemr#5831 openemr#5833 openemr#5834 (openemr#5836) * OpenEMR FHIR Api bug/feature fixes Fixes openemr#5831 - capabilities statement add passthrough statement Fixes openemr#5830 - add document title to DocumentReference endpoint Fixes openemr#5829 - enable patients to download their own documents. Fixes openemr#5828 - OperationDefinition endpoint, $bulkdata-status updates Fixes openemr#5827 - Migrate FHIR doc binary download to root Binary endpoint Fixes openemr#5833 - Patient portal scopes independent of fhir scopes * Fix scope permission on insert/create/delete Fixes openemr#5834 - Add delete interaction in capability statement to handle write scopes correctly. We were using the wrong interaction name for the capability statement and I renamed it in the prior commit. However, I wasn't handling it in our ScopeRepository correctly. Changed the interaction reference to be 'create' instead of 'insert' and put in a documentation url of where to go to get the reference. * Fix styles and unit tests * Fix missing definition URL Found the definition url was missing for the operation. Not sure how I ended up removing it.
- Loading branch information
Showing
20 changed files
with
423 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.