Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Patch Subject: MULTIPLE LINE ITEMS WITH 1ST SERVICE DATE; BILLING FACILITY NAME DISCREPANCY Description: ============ This patch addresses the following issues: -Insurance claims with multiple service line items/dates on the bill are not electronically transmitted properly. -The BILLING FACILITY NAME (#200) field in the INSTITUTION (#4) file is not correctly populated on the uniform billing form UB-04 FL-1. Patch Components: ----------------- Files & Fields Associated: File Name (Number) Field Name (Number) New/Modified/Deleted ------------------ ------------------- -------------------- N/A Forms Associated: Form Name File # New/Modified/Deleted --------- ------ -------------------- N/A Mail Groups Associated: Mail Group Name New/Modified/Deleted --------------- -------------------- N/A Option Name Type New/Modified/Deleted ----------- ---- -------------------- N/A Protocols Associated: Protocol Name New/Modified/Deleted ------------- -------------------- N/A Security Keys Associated: Security Key Name ----------------- N/A Templates Associated: Template Name Type File Name (Number) New/Modified/Deleted ------------- ---- ------------------ -------------------- N/A Additional Information: N/A New Service Requests (NSRs): ---------------------------- N/A Patient Safety Issues (PSIs): ----------------------------- N/A Defect Tracking System Ticket(s) & Overview: -------------------------------------------- 1. INC3318511 - Insurance claims with multiple line items/dates on a single bill are not transmitting electronically properly. Problem: -------- Insurance claims on the bill in the Electronic Data Interchange (EDI) Transmission, displays only the first date of service listed on all service line items instead of an individual date of service for each service line item. Resolution: ------------ Routine IBCEFG1 was modified to pull the procedure date to the 'Service Date From' field for each service line item for the EDI transmission if it can be determined by the associated procedure, otherwise it will use the start date of the statement on the bill. 2. INC3333745 - Billing Facility Naming discrepancy resulting in denied claims for NCCPAC. Problem: -------- The BILLING FACILITY NAME (#200) field in the INSTITUTION (#4) file does not display to the correct uniform billing form, UB-04 FL-1, resulting in claims being denied by payers. Resolution: ----------- Post-init routine IB20P644, was created to modify the FORMAT CODE (#1) field in the IB FORM FIELD CONTENT (#364.7) file for the BILLING PROVIDER NAME (FL-1/1) form field. If the BILLING FACILITY NAME (#200) field of the INSTITUTION (#4) file exists, the Facility Name will be used. If not, the NAME (#.01) field of the INSTITUTION (#4) file will be used for the UB-04 FL-1 uniform billing form. TEST SITES: ----------- MARTINSBURG VAMC VA MARYLAND HCS Software and Documentation Retrieval Instructions: -------------------------------------------------- N/A Pre/Post Installation Overview: Use default answers for KIDS load/install questions. Patch-Files: http://code.osehra.org/VistA.git/tree/master/Packages/Integrated+Billing/Patches/IB_2.0_644
- Loading branch information