Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
labeljirareport

Date

Dec 21, 2022

Issues

23 issues (17 defects, 6 enhancements)

...

Release Highlights

EMR Improvements

The Service Facility now defaults to blank when adding a new Level of Care line to prevent users from accidentally associating it with the wrong Service Facility

Example:

  • From a patient chart, click to edit the Level of Care.

  • Click the + button to add a new Level of Care line.

  • Note that it will now default Service Facility to blank instead of the first Service Facility in the list:

Administration records now display the full name and credentials for the user who Administered medications on the MARS

Example:

  • Go to the MARS on a Patient Chart.

  • Click on one of the completed administrations (A) to open the Medication Action dialog.

  • Note that we now display the users full name and credentials instead of an email address:

Added Admission Level of Care, Patient Address and Zip Code fields to the Opportunities API endpoint

Created a new API endpoint for getting form data by Service Date range including signatures

Introduced new API endpoints in support of Project Hollywood for pulling information about forms including signature data.

...

To retrieve forms from all realms in a family, make the following call to the parent realm:

/SunwaveEMR/rest/forms/parentClinic/from/{start_date}/until/{end_date}

To retrieve forms from an individual realm:

/SunwaveEMR/rest/forms/clinic/from/{start_date}/until/{end_date}

Notes:

  • Start and end dates are based on the Service Date.

  • There is a maximum query range of 60 days.

  • Results will not include attributes with null values.

...

Code Block
[
   {
       "patient_full_name": "Aase Iben",
       "mri": "5",
       "form_name": "Vitals",
       "form_id": "61",
       "form_instance_id": "26276904",
       "admission_id": "179515",
       "admission_date": "2022-09-21",
       "service_date": "2022-11-09",
       "form_creation_date": "2022-11-09 19:28:48.0",
       "form_created_by": "jake.cornelius@sunwavehealth.com",
       "form_created_by_first_name": "Jake",
       "form_created_by_last_name": "Cornelius",
       "user_signature_created_on": "2022-11-09 19:29:56.0",
       "signed_user_email": "jake.cornelius@sunwavehealth.com",
       "signed_user_first_name": "Jake",
       "signed_user_last_name": "Cornelius"
   }
]

RCM Improvements

Ability to export transactions including Control Accounts in the Financials module

This feature provides the ability to download transactions, including Control Accounts, making it easier for customers to import into their Accounting system.

...

All Tickets in Release

Bug

  • SUN-1548 Action Orders created in a Expired Status are not showing in Action Orders to Approve (Cumberland - 12075)

  • SUN-1779 Aging Report Not Downloading (Landmark - 13081)

  • SUN-1014 AdHoc Group notes showing on export billable report as GNNB (Origins - 8659)

  • SUN-1764 Patient Engagement: Envelope disappears from CRM when client admits to EMR so no trace of anything sent. (Reflections - 13004)

  • SUN-1703 Orders in Fax to Pharmacy not reading correctly (Royal - 12768)

  • SUN-1675 Handling credit card disputes show incorrectly on Patient Ledger and Patient Statement (Valley Hope - 12330, 12335)

  • SUN-1665 Medication Brought in by Patient does not prevent PRN orders with Fixed Schedules (Valley Hope - 12504)

  • SUN-1642 Discontinue & Duplicate is not discontinuing the original order (Valley Hope - 12504)

  • SUN-1615 Spelling: Medication Facility Inventory | Receive Correction Needed (Valley Hope - 12392)

  • SUN-1614 Wave Reminder Time is incorrect (Valley Hope - 12270)

  • SUN-1546 Spelling Error When Deleting Waves (Valley Hope - 11942)

  • SUN-1687 Financials: Download CSV on transactions is broken (Valley Hope - 12330, Arista - no case)

  • SUN-1441 Labcorp: Error Message When Combining 701732 and 701735 Codes (Valley Hope - 11524)

  • SUN-1102 Schedule Admission dialog displays patient last name twice (Valley Hope - 9306)

  • SUN-481 If you order a medication with a duration of more than 180 days, the system gives you an error but still orders the medication. (Full Circle to Recovery - 2079, Vertava - 2046, Valley Hope - 12504, Origins - no case)

  • SUN-1477 Patient Payment Estimator: Last Service isn't staying (Internal)

  • SUN-1776 Prevent users from creating orders resulting in greater than 300 administrations. (internal)

Story

  • SUN-1667 Financials: Export transactions for integration with Navigator (Valley Hope - 12330)

  • SUN-1494 MAR Administration Records Need to Include First Name, Last Name, & Current Credentials (Landmark - 11806, Valley Hope - no case)

  • SUN-1402 LOC Header: Default the Service Facility to blank (JourneyPure- 11351, Landmark - 5608, Vertava - 3138)

  • SUN-1757 API: New endpoint for pulling data needed for form data for Project Hollywood (Internal)

  • SUN-1734 Add 'Admission Level of Care' field to Opportunities API endpoint (Internal)

  • SUN-1733 Add patient address and zip code to Opportunities API endpoint (Internal)

Pop-up Release Notes

EMR Improvements

...