We’re excited to share the latest updates with you! In this release, we’ve introduced new features and made several improvements to enhance your experience. Check out the highlights below to learn about the latest enhancements designed to improve functionality, efficiency, and ease of use.

What’s New?

Transmission of Universal Product Number (UPN) on Claims

We have introduced functionality to transmit the Universal Product Number (UPN) on claims, providing enhanced support for identifying specific products when required by the payer. The UPN is a unique identifier that specifies the exact item on the claim.

Key Features:

  • Service Line Support: The UPN can now be added to the service line of an invoice in the DRUG/MEDICAL Supplies Information Field.
  • Situational: To ensure compatibility with payer requirements, you can select the appropriate qualifier and enter the UPN identifier as needed.
  • Payer Compliance: This update ensures you can meet payer-specific requirements when submitting claims that involve products requiring a UPN.

This enhancement helps streamline claim submissions and ensures that claims are accurately processed.

Enhanced Custom Field Import

We’ve enhanced the custom field import functionality to provide more control over the data in your records. When importing custom field values, if a custom field value in the import file is empty, the corresponding data in the record will be deleted within the application—if data for that custom field was previously available.

Key Enhancements:

  • Data Deletion for Empty Custom Fields: If a custom field value in the import file is empty, the system will remove the existing value for that field in the record.
  • Improved Data Management: This update ensures that custom field values are accurately maintained and cleared when necessary, improving data consistency.

Redesigned Management Navigation

We are excited to announce a complete redesign of the management navigation section within the application. The updated design aims to improve user experience, streamline navigation, and make it easier to access key features.

Key Updates:

  • Improved Layout: A more intuitive and organized layout to help you find and access tools quickly.
  • Enhanced Usability: Simplified menu structure with search functionality for smoother navigation and faster workflows.

Improved Inventory Transfer Functionality

We are pleased to introduce enhanced functionality for inventory transfers. The updated feature now provides visibility into Quantity on Hand during the inventory transfer process. This improvement ensures that users can view the available stock levels of inventory when performing transfers, reducing errors and improving inventory management.

Key Enhancements:

  • Visibility of Available Stock: Users can now see the Quantity on Hand while transferring inventory, allowing them to make informed decisions based on current stock levels.
  • Improved Accuracy: This enhancement helps ensure accurate inventory transfers by providing real-time visibility into available quantities.
  • Enhanced User Experience: The updated functionality streamlines the transfer process and makes it easier for users to track and manage inventory levels.

Service Span Date for Prior Eligibility Verification 

We’ve enhanced the process for verifying prior insurance eligibility on patient records. You can now specify a service date range in the eligibility request (270). This enhancement allows you to request coverage details and additional information specific to the service dates provided.

Key Benefits:

  • Service Date Span: You can now include a range of service dates when submitting the eligibility request.
  • Enhanced Payer Response: The payer’s response will include coverage information and relevant details specific to the indicated service dates.

This improvement streamlines the eligibility verification process and ensures more accurate and date-specific coverage information.

ERA Transaction Report

We are excited to introduce the Electronic Remittance Advice (ERA) Transaction Report, which provides detailed information on ERAs processed and received within the system. This report helps you track remittance transactions efficiently, ensuring better visibility into transaction details.

Key Features:

  • Enhanced Reporting: Easily access data on ERAs that have been processed and received.
  • Streamlined Tracking: Quickly identify and resolve discrepancies by reviewing ERA transaction history in one place.

API Endpoint for Task Document Downloads

We’ve introduced a new API endpoint that allows you to download documents attached to a task. You can now retrieve these documents using the following endpoint:

GET /v1/tasks/{id}/documents/{documentId}/download

This provides a convenient way to access and download task-related documents programmatically

Document Management APIs

We are excited to introduce a new set of APIs designed to streamline document management and offer greater control over document-related actions. These APIs are intended solely for the document management functionality and should not be used for interacting with documents stored in patient records.

Below is an overview of the newly available endpoints:

1. DELETE /v1/document-management/{id}

  • Description: Delete a document by its ID.
  • Use case: Delete documents from the system using the document’s unique identifier.

2. GET /v1/document-management/{id}

  • Description: Retrieve detailed information about a document by its ID, including file name, notes, and tags.
  • Use case: Return information associated with a specific document.

3. PUT /v1/document-management/{id}

  • Description: Update the document’s note, tags, and file name by document ID.
  • Use case: Modify an existing document including adding a tag, note or file name.

4. GET /v1/document-management

  • Description: Retrieve a paginated list of all documents.
  • Use case: List documents with pagination support for easier browsing and filtering of documents.

5. GET /v1/document-management/{id}/download

  • Description: Download a single document file by its ID.
  • Use case: Directly download a specific document file programmatically.

6. POST /v1/document-management/upload

  • Description: Upload a file to the system and receive a document ID in return.
  • Use case: Facilitate the uploading of new documents and obtain a reference ID for future interactions.

Webhook Event Notification for Patient Document Changes

We are excited to introduce a new webhook event notification feature that allows you to receive real-time updates when patient documents are created, updated, or deleted. This feature enables seamless integration and ensures that your system stays synchronized with changes to patient documents.

Key Features:

  • Event Notifications: Receive notifications for the following document events:
    • Create: A new patient document is added.
    • Update: An existing patient document properties is modified.
    • Delete: A patient document is deleted.
  • Real-Time Updates: Stay informed about changes as they happen, with immediate webhook notifications sent to your system.
  • Easy Integration: Easily integrate the webhook notifications into your existing systems to track and respond to changes in patient documents efficiently.

Webhook Event Notification for Task Changes

We are pleased to introduce a new webhook event notification feature that provides real-time updates when tasks are created, updated, or deleted. This feature enhances task management by keeping your system synchronized with changes to task data.

Key Features:

  • Event Notifications: Receive notifications for the following task events:
    • Create: A new task is created.
    • Update: An existing task is updated.
    • Delete: A task is deleted.
  • Real-Time Updates: Get immediate notifications as task changes occur, ensuring timely and accurate tracking of task status.
  • Seamless Integration: Easily integrate the webhook notifications into your systems to automate task workflows and stay informed about task changes.

Extended GET /v1/products/{id} API Endpoint

We have extended the functionality of the existing API endpoint GET /v1/products/{id} to return additional product details. In addition to the product information specified by the id parameter, the endpoint now also returns:

  • Product ID
  • Category ID
  • Manufacturer ID
  • Group ID

Key Benefits:

  • Enhanced Product Information: The updated endpoint provides more comprehensive details for each product.
  • Streamlined Data Access: Access all relevant product attributes in a single API call.

This enhancement makes it easier to retrieve detailed product information, improving integration and data management.

Payer Pricing Group and Price Option Group Reporting

We have added new fields—Payer Pricing Group and Price Option Group—to the following reports, allowing for more detailed analysis and insights:

  • Payment Remittance
  • Payer Adjustments
  • Denials Detail

Key Enhancements:

  • Payer Pricing Group: This field now provides insights into the pricing group associated with the payer.
  • Price Option Group: This field captures the price option group information tied to the price option.

Authorization Handling for Pending Invoices

We’ve enhanced the authorization process to allow users to specify whether to update invoices that are on hold pending authorization. When entering an authorization on a pending authorization, you can now choose to apply the authorization to invoices that are on hold for authorization required.

Key Updates:

  • Update Pending Invoices: When entering an authorization on a pending authorization, you can select the option to update invoices that are on hold.
  • Authorization Application: The selected authorization will be automatically populated on the applicable invoices.

Ability to Clear the Service Description Field on an Invoice

We’ve added a new feature that allows you to clear the Service Description field on an invoice. This functionality is particularly useful in situations where a payer requires the service description to be empty for claims processing.

Key Updates:

  • Clear Service Description: You now have the ability to delete the service description information on an invoice when needed.
  • Payer-Specific Requirement: This option addresses payer-specific requirements where leaving the service description field empty is necessary for successful claims processing.

Improved Scheduling Validations for Patient Address Appointments

We’ve enhanced our scheduling validations to provide greater flexibility when scheduling appointments. You can now schedule an appointment at a patient address even if the team member is assigned to a patient service location. This update allows team members to be assigned to a service location while also having appointments scheduled at patient addresses.

Key Updates:

  • Flexible Scheduling: Team members assigned to a service location can now be scheduled for appointments at a patient address without conflicts.
  • Improved Validations: Scheduling validations have been updated to allow for greater flexibility, ensuring appointments are correctly scheduled regardless of the team member’s assigned service location.

Enhanced Collect Plus Integration for Non-Customer and Advance Payments

We’ve improved the Collect Plus integration to automatically post non-customer and advance payments into NikoHealth when the NikoHealth Patient Account ID is included in the payment transaction sent by Collect Plus.

Key Updates:

  • Automatic Posting: Non-customer and advance payments processed in Collect Plus will now be automatically posted as unapplied payments to NikoHealth, eliminating manual posting for payments that don’t directly correspond to an invoice in the Collect Plus system.

Explore key features and functionality to stay up to date

Claims containing Dates of Service on or after January 1, 2025 must begin to use the following Payer ID for claims submissions.

TRICARE East Region 

Payer ID: 99727

TRICARE West Region

Payer ID: 99726

In addition the following states are moving to the TRICARE West Region: Arkansas, Illinois, Louisiana, Oklahoma, Texas, and Wisconsin. 

Claims containing dates of service prior to December 31st, 2024 must continue to use the previously submitted Payer IDs.

Reenrollments are required for this Payer ID. Please contact payerenrollment@nikohealth.com to assist in this process.

We want to make you aware that this Sunday, November 3rd,  between the hours of 4:30-7:30 AM ET there will be scheduled down time for up to 3 hours.

We will be using this time to do system maintenance to our infrastructure in order to continuously improve system performance, ensure uptime and stability of the platform. During this maintenance window, NikoHealth will be inaccessible.

Check out some of the latest features and updates released.

What’s New?

Playbooks

  • With the playbook feature, your team now has an easy way to capture and organize the knowledge in your business process to help guide end users workflows when processing orders. Create SOPs by payers and products to streamline, centralize, organize and delegate responsibilities. Document processes, assign out tasks, and manage required documentation to track your order lifecycle to completion.  Learn more

New fields added to the following reports:

Patient Details Report

  • Patient Inactive Date
  • Inactive Reason
  • Care Team Member

Service Maintenance Report

  • Care Team Member

Claim Submission Report

  • Last Report Date

Custom Purchase Order Statuses

  • You can now create and manage custom statuses which can be used to manage purchase orders.

Inventory Par Level Rules

  • You now have the ability to automatically add items triggered by par level rules to update existing open purchase orders by toggling on “update open purchase orders” within your par level rules settings.

Updated Notes Functionality

  • With added functionality and an updated design to improve the end user experience, you now have the ability to pin notes, manage custom note subjects, and more.  Learn more 

Custom Note Subjects 

  • You can now create and manage custom note subjects which can be used when adding notes in the patient, order or invoice record.

Payer Submitter ID

  • A submitter ID field is now available under the payer management setup. This submitter ID should only be used when the payer requires a client specific sender submitter ID to be sent in the 837 in order to process claims electronically.

API Updates

  • Inventory Items group of APIs is now available to allow you to work with inventory enabling the ability to receive and transfer items.
  • Purchase Order Audit APIs is now available to allow you to return purchase order details and activity.
  • Purchase Order Statuses API is now available to allow you to return custom purchase order statuses.

Tweaks 

  • Hospital Discharge Date is now an optional field.
  • Added the name of the signer to the delivery documentation footer when completing delivery paperwork either on the web application or mobile app.

This latest update brings improvements to the way your teams work.

What’s New?

Updated New Patient Create & Edit

  • Redesigned workflow to create and edit a patient record. This updated functionality improves the user experience and allows a user to navigate and save changes easily with enhanced functionality. Learn More

Task Categories

  • Create custom task categories and assign tasks to your teams in order to group and manage across functions and departments. Learn More

Care Team Member  

  • Assign a user as a care team member to a patient record to associate a teammate in your system to patients. Learn More

New Permissions

  • A new permission allowing you to add a restriction on the Order View/Edit/Delete to limit users who are added as sales rep on an order to only see orders associated with them. You can go to the user field associated with these permissions and select the user(s) either based on roles created or on a specific user permission.
  • A new permission allowing you to add a restriction on the Patient View/Edit/Delete to limit to users who are assigned as a Care Member on the patient record. You can go to the user field associated with these permissions and select the user(s) either based on roles created or on a specific user permission.

Ring Central Fax Integration

  • Ability for customers to connect a Ring Central fax account to be used for inbound and outbound faxing.

Unit of Measure Product Selection on Resupply Programs 

  • When adding an item to a patient’s resupply program you can now select the Unit of Measure (UOM) with which you wish the future order to be generated.

New Form and Documents Functionality 

  • Forms and documents have been combined to live within the documents tab of a patient record. The forms tab will be deprecated in a future release but for the time being previously generated forms are still accessible under the forms tab. New forms added will be stored within the documents tab of a patient record. Learn More
  • Creating and editing form templates is now available under management/application settings / forms.
  • To upload documents to a patient record or generate a form for a patient click on “Add Documents” on the + blue button action dropdown. This will bring you to a redesigned workflow where you can upload documents or add forms. Forms generated will now require you to select a document type.
  • Share functionality has been added within the documents tab of the patient record. This allows you to select a document to share outbound via fax or email. There is a share icon available next to the document for this action.

New Fields added to the following report:

Refund Reports

  • Patient Address (Line 1)
  • Patient Address (Line 2)
  • Patient City
  • Patient State
  • Patient Zip
  • Responsible Party Type
  • Responsible Party Name
  • Responsible Party Address (Line 1)
  • Responsible Party Address (Line 2)
  • Responsible Party City
  • Responsible Party State
  • Responsible Party Zip

Invoice Detail Report

  • Patient Zip Code
  • Patient City
  • Account Primary Payer (GL Account of the primary payer on the invoice)
  • Account Current Bill To (GL account of the current Bill TO on the invoice
  • Price Option Group (from price option)
  • Patient Location
  • Patient Tags

Tweaks 

  • When creating purchase orders automatically from par level rules an update has been made to exclude items that are in a reserved status for available stock.
  • Fixed the “unsaved changes” popup that is displayed when trying to navigate through tabs within management/corporate setup/inventory locations.
  • Customers who drop ship items such as CPAP through VGM – we have added the ability to pull back in the serial # of the item that was shipped.
  • Resupply limit notification updates.
  • The plan selection field on a patient insurance record has been updated to allow for autocomplete and drop down selection.
  • Modifiers have been added as an autofill field to forms.

 

We want to make you aware that this Sunday, April 28th between the hours of 5:00-7:00 AM ET there will be scheduled down time for up to 2 hours.

We will be using this time to do system maintenance to our infrastructure in order to continuously improve system performance, ensure uptime and stability of the platform. During this maintenance window, NikoHealth will be inaccessible.

Built for you – that’s our focus. While our customers are busy with running their business, we are working hard to deliver more and more features and functionality.

What’s New?

Payer Rule for Service Facility Location

  • A new payer rule has been added to allow you to customize how the service facility location is reported on the CMS 1500 and EDI 837 electronic claim transmission.  Learn More

New Permission

  • A new permission has been added to restrict a user from being able to add a new tag in the system. Within the permissions management you can now choose to enable or remove the “Tags Create” permission. Learn More

New Fields added to the following reports:

Order Financials Report

  • Price Option ID

Claim Submission Report

  • Clearinghouse

Invoice Detail Report

  • Invoice Balance

Revenue Summary Report

  • Invoice Tags
  • First Submission Date

Provider Adjustment Report

  • Patient and Posted Date filter

New Integration Page 

  • An integrations page has been added under Management/Application Settings/Integrations. We will be expanding integration configuration settings for services used by our customers moving forward in this section. At this time, Shippo integration credentials have been moved here.

New Insurance Verification Functionality 

  • A new feature has been released allowing to verify insurance eligibility benefits for a prior service date. On the insurance page within a patient record, you will notice a calendar icon next to the benefits button of an insurance record which you can click. Here you will be able to indicate a prior service date to check for benefit coverage details.
  • An alerts section has been introduced when doing an electronic insurance eligibility verification. These alerts will indicate information including whether other payer coverage has been identified or if a Medicare member is a Qualified Medicare Beneficiary.

New Report

  • A new user report is available where you can report on users in the system.

Medicaid as Secondary – Carrier Codes 

  • When billing Medicaid as secondary payer, a Carrier Code for each primary insurance may need to be reported on electronic and paper claims. The Carrier Code reported is used as an identifier for Medicaid to recognize the primary payer. Additional functionality has been added to support this for Illinois Medicaid. Learn More

Medicaid Early and Periodic Screening, Diagnostic, and Treatment (EPSDT) Electronic Claims Support 

  • State Medicaid’s such as in Alabama require that when an EPSDT qualified service is provided, the related condition code is transmitted on electronic claims. This information is now available to report on the insurance record of a patient which will transmit on the 837 claim.

Bypass Claim Submission

  • We have added the ability to submit an electronic claim directly to a secondary or other payer when the destination payer’s cost avoidance policy allows providers to bypass claim submission to the otherwise prior payer identified in Loop ID-2330B on the 837 claim. When submitting a bypass claim, the 837 claim submission will report to the payer that it is Noncovered Charges from the prior payer.

Tag Functionality added to Document Management  

  • The ability to add tags to documents uploaded into the my documents and all documents pages is now available. Learn More

Ordering Provider on an invoice 

  • The ordering provider field has been added to the invoice. No user selection is required unless otherwise applicable. When transmitting electronic claims the referring provider on the claim is reported as the ordering provider on each service line. In the event an ordering provider should be reported different than the referring provider you can indicate it as needed.

API Updates 

  • A new Tasks group of APIs have been added Learn More
  • Get/v1/invoices/{id} – the Name field within the service lines block has been depreciated and replaced with Service to match the field name on the user interface.

Tweaks 

  • Provider adjustment selection has been sorted to display in alphabetical order.
  • Plan section within a patient insurance record has been sorted to display in alphabetical order.
  • Menu action buttons on the patient, order and invoice have been sorted to display in alphabetical order.
  • Reports within the billing, revenue and payment categories have been updated to reflect the display invoice id (Invoice) and the unique invoice id (Invoice Id).

We want to make you aware that this Sunday, March 10th between the hours of 5:00-7:00 AM ET there will be scheduled down time for up to 2 hours.

We will be using this time to do system maintenance to our infrastructure in order to continuously improve system performance, ensure uptime and stability of the platform. During this maintenance window, NikoHealth will be inaccessible.

Change Healthcare has provided an update regarding the intended timeline to restore medical claims services as follows:

  • Medical claims: We expect to begin testing and reestablish connectivity to our claims network and software on March 18, restoring service through that week.

For additional information please visit: https://www.unitedhealthgroup.com/changehealthcarecyberresponse

At NikoHealth, our teams have been working tirelessly to make sure that we support our clients business continuity through our alternate clearinghouse Availity. We will continue to support multiple clearinghouse options for our customers moving forward.  We thank you for your patience during this time and if we can provide additional assistance please contact your account manager.

Upon being notified of the Change HealthCare outage reported as of Feb 21st in response to a cyber security incident, NikoHealth enacted our incident response and risk assessment protocols. We proactively engaged multiple clearinghouse vendors to identify the right solution partner in an effort to enable our customers ongoing business continuity. As a result, we have expanded our relationship to include Availity as a clearinghouse.

Next Steps

Our teams will be in contact with our customers over the next few days and coordinate necessary steps needed in order to enable the transition  for electronic claims transactions. There will be no change to the existing  NikoHealth workflows as part of this transition.

We understand the disruption that this event has caused and appreciate your patience.