User Interface
Update to Demo Patients Admin Settings
Previously we would limit the Provider that was attached to demo patients to specific roles. This release makes all staff available in the dropdown.
Changes to Oauth admin section
The following updates were made to the Oauth admin section:
Canvas oauth access tokens
-
Added created column
-
Added filtering by expired. The list will default filter to tokens that haven't expired yet.
-
Added date hierarchy by created date
Canvas oauth applications
-
Columns added for to client id and user. Name will still be displayed
-
Added ability to search by user's username and the name of the application
Updates to CDA admin sections
The following updates were made to the CDA admin sections:
ccdaaction
-
Date hierarchy for created date added for easier filtering
-
Added ability to filter by action and whether patient matched
ccda
-
Date hierarchy for created date added for easier filtering
-
Duplicated created column has been removed
-
Added ability to by document type and whether patient was matched
ccdaexport
-
Date hierarchy for generate date added for easier filtering
-
id hyperlink as been replaced by generation date (id can be found in URL for actual entry)
-
Added ability to filter by status and document type
ccdaimport
-
Date hierarchy for created date added for easier filtering
-
Added ability to filter by status, document type, and whether patient has matched
API
Prevent the cancellation of checked-in appointments via API
With this release, checked-in appointments can no longer be "cancelled" via the FHIR API. This will prevent state conflicts such as an API message attempting to cancel an appointment that is being actively used.
Bugs
Prevent Drag and Drop of text within notes
This release fixes a bug that incorrectly allowed users to drag and drop text into a command from a note and out of a command into a note. Users were sporadically able to drag text in and out of commands, which at times caused a loss in the content of the selected text from the command. Additionally, at time, when highlighted text was dragged out the selected text would be displayed in the note as [object] [object]
. This behavior caused a loss of critical patient notes and provided frustration when previously inputted text was no longer available. This release prevents users from dragging and dropping highlighted text within commands of a note or outside a command.
Remove negative timestamp for upcoming appointments on patient timeline
This release fixes a bug in which a negative minutes timestamp was being displayed on upcoming appointments within the patient chart timeline. With this release, users will now see new language denoting the number of minutes or hours of an upcoming appointment, for those appointments taking place in the next 24 hours from user viewing the patient timeline.
Create observations for all lab results
This work addressed a bug that caused some lab results to not be available via the FHIR API. For background, lab results can arrive in Canvas through several different routes. They can be received electronically via our Health Gorilla integration, they can be added manually through Data Integration, or they can be generated by a POC Lab Test command. Lab results are then accessible via the FHIR API via the Observation resource. The bug fixed here was that lab results that were added manually to Canvas were not available via the Observation FHIR API endpoint.
Fix for Google Calendar Integration JSON file
This release fixes a bug were we were incorrectly creating google Credentials
object when connecting to a GoogleAccount.
Display new lines or line breaks from commands on printed note
This release fixes a bug when new lines were added to commands fields. Previously, these new lines or line breaks were not reflected as new lines within the printed note. Now, with this release, the printed note will show new lines for commands fields that support new lines typing.
Change Document Type functionality resolution
This release fixes a bug that prevented users from changing a document type within the patient chart. Previously, when a users clicked on the change document type
button, when editing a document on a patient's chart, they were unable to select a new document type in order to update to the appropriate type of document. This defect has been resolved and users are now able to fully execute on the change document type
workflow.
Comments
0 comments
Please sign in to leave a comment.