Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: FBDOC

FBDOC.m

Go to the documentation of this file.
  1. FBDOC ;ALBISC\TET - ROUTINE DOCUMENTATION ;10/9/92 11:24
  1. ;;3.5;FEE BASIS;**48**;JAN 30, 1995
  1. ;;Per VHA Directive 10-93-142, this routine should not be modified.
  1. ;Routine contains documentation of other routines. Name sets
  1. ; of routines are indicated in line label.
  1. FBPCR ;
  1. ;POTENTIAL COST RECOVERY REPORT
  1. ;user selects primary service areas and date range.
  1. ;The user is able to filter data to include Copays or Insurance only
  1. ;related information:
  1. ; Include (P)atient Co-pays / (I)nsurance / (B)oth
  1. ;If the user selects (P) or (B),the following prompt will allow
  1. ;the user to include Mean Test or LTC copays only or Both:
  1. ; Include (M)eans Test Co-pays /(L)TC Co-pays /(B)oth
  1. ;output will sort by primary service area, patient, program, vendor, date.
  1. ;only those that are means test category c/agree to pay deductible
  1. ; or for non-service connected treatment are printed, as well as
  1. ; insurance information.
  1. ;Since 7/5/2002 all LTC related payments are flagged in the report with
  1. ;appropriate messages. If the veteran doesn't have LTC test on file then
  1. ;the LTC related payment is flagged with "1010EC missing" message.
  1. ;
  1. ;outpatient info - program 2 - fbpcr2 uses date finalized for date range sort
  1. ; o for each service on a treatment date the value of the
  1. ; 'service connected y/n' field is checked.
  1. ; if no, flag to collect from insurance is set.
  1. ; o for the INITIAL TREATMENT DATE, checks if patient was cat c
  1. ; and agreed to pay deductible or was not exempt from LTC copay.
  1. ; if true, then software uses IB call to determine if patient
  1. ; is insured on treatment date
  1. ; o if service is for C&P, or both of the above two flags are
  1. ; negative, record is bypassed.
  1. ;pharmacy info - program 3 - fbpcr3 uses date certified for payment for date range sort
  1. ; o for each invoice number, RX number for a patient within the
  1. ; specified date range, the value of the rx fill date field is
  1. ; obtained and checked against the authorization in the fee
  1. ; patient file. a check is made to see if the value of the
  1. ; potential cost recovery field is yes for an authorization
  1. ; which encompasses the fill date.
  1. ; if yes, then software uses IB call to determine if patient
  1. ; is insured on date certified for payment
  1. ; o for date certified for payment, checks if patient was cat c
  1. ; and agreed to pay deductible. if true, flag to collect from
  1. ; patient is set.
  1. ; o if both of the above two flags are negative, record is bypassed.
  1. ;ch/cnh info - programs 6 and 7 - fbpcr67* uses date finalized for date range sort
  1. ; o for each record, for a patient within the specified date
  1. ; range, the value of the treatment from date is obtained
  1. ; and checked against the authorization in the fee patient file.
  1. ; a check is made to see if the value of the potential cost
  1. ; recovery field is yes for an authorization which encompasses
  1. ; the treatment from date.
  1. ; if yes, then software uses IB call to determine if patient
  1. ; is insured on date certified for payment.
  1. ; o for TREATMENT FROM DATE and TREATMENT TO DATE, checks if
  1. ; patient was cat c and agreed to pay deductible or was not
  1. ; exempt from LTC copay. if true, flag to collect from patient
  1. ; is set.
  1. ; o if both of the above two flags are negative, record is bypassed.