Release Notes 10/10/2023

πŸ“° Summary This release was focused on supporting additional revenue cycle use cases as we continue to grow. πŸš€

:magic_wand: Enhancements & Filled Gaps

UPIN Support via Claim Edits

Claim edits can now be used to specify which value should be populated in Box 33b. This request was related to a payer-specific request that required the UPIN to be populated in Box 33b instead of the taxonomy code.

UPIN

Added ability to submit claims $0 charges

Some providers may need to submit claims that have $0 in charges for many reasons. Previously, our product did not support this via automation but logic has been added to specific CPT codes that should be submitted with $0 in charges.

$0

Retrieve and store insurance card copy from SimplePractice

If claims are rejected or denied due to invalid insurance RCM is now able to click the View Card link within the Insurance Policies tab to retrieve and view images of the insurance card stored in SimplePractice, if one is available.

Ins. Card

Implemented /healthcareservice endpoint

When onboarding a new customer, the SimplePractice /healthcareservice endpoint is called to retrieve all CPT codes and charges associated with the practice. Those entries are then added to the charge master/fee schedule in the Gentem portal.

CPT

Update text for SimplePractice payment posting errors

When errors are received as a result of posting payments in SimplePractice information is saved for each claim. The text was sometimes cryptic and hard to interpret. To improve the RCM user experience this text was updated to be more descriptive.

pament posting

Post write-offs with no description from SimplePractice as W21: Other write-off in Gentem

Logic was added to handle write-offs that are pushed from SimplePractice to Gentem and there is no description, the write-offs are posted as Write-OFF W21: Other.

write-off

SimplePractice Secondary Billing Enhancements

Due to secondary billing not being appropriately supported by SimplePratice some of the following issues were reported:

  • Patient responsibility was overridden for secondary payments when posted by Gentem

  • The ERA stated a larger write-off based on a full session fee. The ERA in SP was not taking the payment that was already posted from the primary claim.

In order to resolve these issues, the following logic was added:

  • When a secondary claim is submitted in Gentem, the submission is created in SimplePractice via API

  • Submission IDs are updated on the secondary claim

  • When reimbursement is received for secondary claims, the payment is posted to SimplePractice to the secondary claim submission

Secondarybilling

Monthly AR Performance Updates

Several enhancements were made to the Monthy AR Performance Dashboard including:

  • New values displayed

    • 0-30

    • 31-60

    • 61-90

    • 91-120

    • 120+

  • When the AR over 90 days is greater than or equal to the total AR value, the graph column should be colored orange and all other buckets are in green

  • Note added to the bottom of the graph β€œAR over 90 days is more than 20 percent of the total AR”

  • All AR buckets are shown on the dashboard (previously the buckets were only shown if there was data to present)

AR days

:tools: Resolved Bugs

AR report units displayed incorrectly

The AR report was displaying a $ instead of a percentage. This has been corrected to display the percentage.

AR units

Practice Admins group resetting

After the practice admin group was set, the entries were removed. The admin group feature is now functioning as expected.

practiceadmin

Failed Stripe transaction prevents subsequent charge attempt

Added logic to ensure that payment attempts after a payment attempt fails are successful. βœ