File Import - DRG Code Table
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
- Crystal Report Viewer
- Diagnosis
- Electronic Billing
- File Import
Scenario 1: PM - File Import - DRG Code Table - Validating an 837 institutional bill
Specific Setup:
- Registry Settings:
- The 'Enable DRG Codes' must be enabled.
- The 'Import File Delimiter' registry setting is set to value to "2".. This will change the delimiter type to tabs.
- Site Specific Section Modeling:
- Field 'DRG Code (ICD-10)' must be added to Avatar PM 'Diagnosis' form.
- The following file import files are created to add and/or update the DRG Code Table. Note the location and of the files.
- File import file to add 2-digit DRG code in the system.
- File import file to delete the 2-digit DRG code from the system.
- File import file to update the 2-digit DRG code to 3-digit DRG code by adding leading zero in the system.
- Guarantor/Program Billing Defaults:
- The 'Enable Using DRG Code In 2300-HI-Diagnosis Related Group (DRG) Information' must be set to 'Yes' in applicable template for 837 Institutional billing file generation.
- Access to Crystal Reports or other SQL reporting tool.
- Guarantors/Payors:
- An existing guarantor is identified to be used. Note the guarantor's code/name.
- Service codes:
- An existing service code is identified to be used. Note the service code/description.
- Service Fee/ Cross Reference Maintenance:
- A fee definition is created for the service code identified in the 'Service Codes' form.
- Admission:
- An existing client is identified, or a new client is admitted in the desired program. Note client id, admission program, admission date.
- Financial Eligibility:
- The guarantor identified in the 'Guarantors/Payors' form is assigned to the client as the primary guarantor.
- Diagnosis:
- Diagnosis record exists with value for 'DRG Code (ICD-10)' included/filed.
- Client Charge Input:
- A service is rendered to the client. Note service date, service code.
- Client Ledger:
- The service distributed correctly to the assigned guarantor.
- Close Charges:
- Create Interim Billing Batch File:
- An interim billing batch is created to include client, services and guarantor in the batch. Note the batch number.
Steps
- Open 'File Import' form.
- Select "DRG Code Table" from the 'File Type'.
- Select "Upload New File" in the 'Action' field.
- Click [Process Action].
- Select 'DRG Code Table' import file to import 2-digit DRG code.
- Click [Open].
- Select "Compile/Validate File" in the 'Action' field.
- Select loaded import file.
- Click [Process Action].
- Verify that 'Compile/Validate File' action completes, and message 'Compiled' is displayed.
- Click 'OK' button.
- Select "Print File" in 'Action' field to view successfully compiled import data.
- Select compiled import file.
- Click [Process Action].
- In 'DRG Code Table' File Import Report, verify that all valid import row(s) are included in the report with segment/value details.
- Select "Post File" in 'Action' field to post successfully compiled import data.
- Select compiled import file.
- Click [Process Action].
- Verify that 'Compile/Validate File' action completes, and message 'Posted' is displayed.
- Open Crystal Reports or other SQL reporting tool.
- Access the SQL table 'SYSTEM.file_import_drg_codes'.
- Verify that all 'DRG Code Table' File Import rows are included in the table with values from the import data file.
- Access the 'SYSTEM.table_drg_codes' table.
- Verify that all successfully posted 'DRG Code Table' File Import rows are reflected as new (or updated) DRG Code entries in table.
- Repeat the steps from 1 through 24 to update the 2 digit code with leading zero.
- Open the 'Diagnosis' form.
- Add/update the diagnosis record for the client for the date of service.
- Select the updated DRG code to the diagnosis record.
- Submit the form.
- Open the 'Electronic Billing' form.
- Select 837 Institutional in 'Billing Form' field.
- Select values for 837 bill generation in the 'Type of Bill', 'Individual or All Guarantors' and 'Billing Type' fields.
- Select "Sort File" in the 'Billing Options' field.
- Select/enter values for service inclusion in 'All Clients or Interim Billing Batch', 'Program(s)'
- Select value for 'Create Claims' field (and enter value for 'Date of Claim' if 'Yes').
- Enter/select values 'First Date of Service to Include' and 'Last Date of Service to Include' fields.
- Enter/select values for any other bill sorting criteria fields as required/desired.
- Click [Process].
- Verify the bill compiles successfully.
- Select 'Dump File' in the 'Billing Options' field.
- Select 837 file generated.
- Click [Process].
- For 837 Institutional format billing files generated - ensure that the 'DRG Code (ICD-10)' value associated to applicable Diagnosis record/entries for service(s) included in bill is present in 2300-HI-Diagnosis Related Group (DRG) Information claim loop. (Example: 'HI*ABK:O2402:::::::Y~HI*ABJ:O24013~HI*DR:079')
- Close the report.
- Close the form.
Scenario 2: PM - 'File Import' - Add / Edit / Delete 'DRG Code Table' Import
Specific Setup:
- Registry Settings:
- The 'Enable DRG Codes' must be enabled.
- The 'Import File Delimiter' registry setting is set to "2". This will change the delimiter type to tabs.
- The file import record layout for the Avatar 'DRG Code Table' is available for the user.
- The file import files are created for the Avatar 'DRG Code Table to add, update and delete the DRG Code Table. Note the location of the files.
- Access to Crystal Reports or other SQL reporting tool
Steps
- Open 'File Import' form.
- Select "DRG Code Table" from the 'File Type' field.
- Select "Upload New File" in the 'Action' field.
- Click [Process Action].
- Select 'DRG Code Table' import file to add the new DRG code to the table.
- Click [Open].
- Select "Compile/Validate File" in the 'Action' field.
- Select recently loaded import file.
- Click [Process Action].
- Verify that 'Compile/Validate File' action completes, and message 'Compiled' is displayed.
- Click [OK].
- Select "Print File" in the 'Action' field to view successfully compiled import data.
- Select successfully compiled import file.
- Click [Process Action].
- Verify all valid import row(s) are included in the report.
- Select "Post File" in the 'Action' field to post successfully compiled import data.
- Select successfully compiled import file.
- Click [Process Action].
- Validate the message 'Posted' is displayed.
- Query - select * from SYSTEM.file_import_drg_codes
- Validate the' add_edit_code' cell is equal to "A".
- Validate the 'add_edit_value' cell is equal to "Add".
- Validate the 'Code_set_code' cell is equal to "ICD10".
- Validate the 'drg_code' cell is equal to the DRG code added in the import file.
- Validate the drg_value cell is equal to description of the code added in the import file.
- Verify the 'pkey' cell exists.
- Query - select * from SYSTEM.table_drg_codes.
- Validate the 'drg_code' cell is equal to the DRG code added in the import file.
- Validate the drg_value cell is equal to description of the code added in the import file.
- Validate the ID cell is equal to the system generated unique id which will be used in the 'pkey' column of the import file. Note the ID.
- Close the report.
- Repeat steps 1 through 19 to import the file import file to edit an existing DRG code in the table.
- Query - select * from SYSTEM.file_import_drg_codes
- Validate the' add_edit_code' cell is equal to "E".
- Validate the 'add_edit_value' cell is equal to "Edit".
- Validate the 'Code_set_code' cell is equal to "ICD10".
- Validate the 'drg_code' cell is equal to the updated DRG code as listed in the import file.
- Validate the drg_value cell is equal to description of the code added in the import file.
- Verify the 'pkey' cell exists.
- Validate the ‘pkey’ column displays the correct value as listed in the import file.
- Query - select * from SYSTEM.table_drg_codes.
- Validate the 'drg_code' cell is equal to the updated DRG code as listed in the import file.
- Validate the drg_value cell is equal to description of the code added in the import file.
- Verify the 'pkey' cell exists.
- Validate the ‘pkey’ column displays the correct value as listed in the import file.
- Close the report.
- Repeat steps 1 through 19 to import the file import file to delete an existing DRG code from the table.
- Query - select * from SYSTEM.file_import_drg_codes
- Validate the' add_edit_code' cell is equal to "D".
- Validate the 'add_edit_value' cell is equal to "Delete".
- Validate the 'Code_set_code' cell is equal to "ICD10".
- Validate the 'drg_code' cell is equal to the DRG code added in the import file.
- Validate the drg_value cell is equal to description of the code added in the import file.
- Verify the 'pkey' cell exists.
- Validate the ‘pkey’ column displays the correct value as listed in the import file.
- Query - select * from SYSTEM.table_drg_codes.
- Validate the 'drg_code' cell does not contain the deleted DRG code which is listed to be deleted in the import file.
- Close the report.
|
Topics
• 837 Institutional
• Diagnosis
• File Import
|
Financial Determination - Field Verification
Note - These testing guidelines assume the user is skilled in the use of, at a minimum, the following:
Scenario 1: 'Financial Determination' - filing financial determination for a client
Specific Setup:
- Dictionary Update:
- User must populate the following Client dictionary tables: 7104, 7108, 7110, 7113, 7118, 7127, and 7131.
- Registry Setting:
- The 'Include Enhanced Limits' setting must be enabled.
- Guarantors/Payors:
- An existing guarantor is identified to be used. Note the guarantor's code/name.
- Admission:
- An existing client is identified, or a new client is admitted. Note client id, admission program, admission date.
- Financial Eligibility:
- The guarantor identified in the 'Guarantors/Payors' form is assigned to the client as the primary guarantor.
- User Definition:
- User has access to the 'Financial Determination Configuration' and 'Financial Determination' forms.
- Financial Determination Configuration:
- Select "Create New" in the 'Configuration' field.
- Enter the leap year day (i.e. 2/29/2024) in the 'Effective Date' field.
- Do not enter any value in the 'Expiration Date' field.
- Enter desired amount in the 'Lump Sum Value Is Net Assets Plus' field.
- Enter desired amount in the 'FICA Tax Rate' field.
- Enter desired amount in the 'Room And Board' field.
- Enter desired amount in the 'Default Income Percentage For Ability To Pay' field.
- Enter desired amount in the 'Each Additional Dependent' field.
Steps
- Select desired client and access the 'Financial Determination' form.
- Enter the leap year day (ex. 02/29/2024) in the 'Effective Date' field.
- Do not enter any value in the 'Expiration Date' field.
- Verify the 'Expiration Date' field is auto populated with the desired date (i.e. 02/28/2025).
- Clear the date from the 'Expiration Date' field.
- Change the 'Effective Date' field to non leap year day (i.e. 02/28/2022).
- Verify the 'Expiration Date' field is auto populated with the desired date (i.e. 02/27/2023).
- Clear the date from the 'Expiration Date' field.
- Change the 'Effective Date' field to non leap year day (i.e. 04/20/2024).
- Verify the 'Expiration Date' field is auto populated with the desired date (i.e. 04/19/2025).
- Select desired value in the 'Active?' field.
- Select desired value in the 'Residence Type' field.
- Select "Create New" in the 'Determination Information' field.
- Select desired value in the 'Determination Method' field.
- Select "Create New" in the 'Included Assets' field.
- Select desired value in the 'Asset Type' field.
- Enter desired value in the 'Asset Value' field.
- Select "Create New" in the 'Expense' field.
- Select desired value in the 'Expense Type' field.
- Select "Monthly" in the 'Expense Time' field.
- Enter desired value in the 'Expense Value' field.
- Validate the 'Total Assets' field contains desired amount.
- Validate the 'Net Value Of Excluded Assets' field contains desired value.
- Validate the 'Total Liabilities' field contains desired value.
- Validate the 'Protected Assets' field contains desired value.
- Validate the 'Net Assets' field contains desired value.
- Validate the 'Total Income' field contains desired value.
- Validate the 'Total Expenses' field contains desired value.
- Validate the 'Protected Income' field contains desired value.
- Validate the 'Net Income' field contains desired value.
- Click [Submit].
- Validate all the fields filled out in the previous steps remain filled out.
- Close the form.
|
Topics
• Financial Determination
|