Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields |  ICR |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables |  All
Print Page as PDF
Global: ^IBE(350.9

Package: Integrated Billing

Global: ^IBE(350.9


Information

FileMan FileNo FileMan Filename Package
350.9 IB SITE PARAMETERS Integrated Billing

Description

Directly Accessed By Routines, Total: 78

Package Total Routines
Integrated Billing 75 IB20PT1    IB20PT3    IB20PT5    IB20PT6    IB20PT61    IB20PT62    IBAERR    IBAERR1
IBAERR2    IBAERR3    IBAFIL    IBARX    IBARXEB    IBARXEC    IBARXEC1    IBARXEC2
IBARXEC3    IBARXEU4    IBAUTL    IBAUTL2    IBAUTL5    IBAUTL7    IBCA    IBCB
IBCB1    IBCBULL    IBCC    IBCCC    IBCD    IBCD2    IBCD4    IBCF1
IBCF22    IBCF2P    IBCF2TP    IBCF3    IBCFP    IBCNQ    IBCNSBL    IBCNSBL1
IBCNSM3    IBCNSM31    IBCNSP2    IBCONSC    IBCORC2    IBCSC3    IBCSC4C    IBCSC5C
IBCSCE    IBCSCH1    IBCU1    IBCU3    IBCU63    IBCU7    IBECK    IBEF
IBEFUTL    IBEPAR    IBESTAT    IBRUTL    IBTOAT    IBTOAT1    IBTRKR    IBTRKR1
IBTRKR2    IBTRKR3    IBTRKR4    IBTRKR5    IBTRP    IBXPAR    IBXPAR1    IBXSC3
IBXX10    ^DGCR(399    ^IBE(350.9    
Kernel 3 XUSNPIX1    XUSNPIX2    XUSNPIXU    

Accessed By FileMan Db Calls, Total: 11

Package Total Routines
Integrated Billing 11 IB20PT1    IB20PT5    IBCD    IBCDE    IBEF    IBEFCOP    IBEFUTL    IBEPAR1
IBTRP    IBXPAR    IBXPAR1    

Pointer To FileMan Files, Total: 12

Package Total FileMan Files
Kernel 4 INSTITUTION(#4)[.02]    SERVICE/SECTION(#49)[1.14]    STATE(#5)[2.04]    NEW PERSON(#200)[1.08]    
Integrated Billing 3 REVENUE CODE(#399.2)[1.181.28]    INSURANCE COMPANY(#36)[4.024.06]    BILL FORM TYPE(#353)[1.26]    
Registration 2 MEDICAL CENTER DIVISION(#40.8)[1.25]    VA PATIENT(#2)[4.02]    
CPT Files 1 CPT(#81)[1.3]    
DRG Grouper 1 ICD DIAGNOSIS(#80)[1.29]    
MailMan 1 MAIL GROUP(#3.8)[.09.11.131.071.094.04]    

Fields, Total: 106

Field # Name Loc Type Details
.01 NAME 0;1 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>1)!(X<1)!(X?.E1"."1N.N) X I $D(X) S DINUM=X
  • HELP-PROMPT:  Type a Number between 1 and 1, 0 Decimal Digits
  • DESCRIPTION:  
    You may only have one site parameter entry.  Its internal number must be 1 and its name must be the same.
  • DELETE TEST:  1,0)= I 1 W !,"Deleting site parameters not allowed!"
  • NOTES:  XXXX--CAN'T BE ALTERED EXCEPT BY PROGRAMMER
  • CROSS-REFERENCE:  350.9^B
    1)= S ^IBE(350.9,"B",$E(X,1,30),DA)=""
    2)= K ^IBE(350.9,"B",$E(X,1,30),DA)
.02 FACILITY NAME 0;2 POINTER TO INSTITUTION FILE (#4)
************************REQUIRED FIELD************************
INSTITUTION(#4)

  • INPUT TRANSFORM:  S DIC("S")="I $S('$D(^(99)):0,+^(99)<1:0,1:1)" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  FEB 21, 1991
  • DESCRIPTION:  
    This is the name of your facility from the institution file.  There must be a station number associated with this entry.  This value will be used by IFCAP in determining the bill number.
  • SCREEN:  S DIC("S")="I $S('$D(^(99)):0,+^(99)<1:0,1:1)"
  • EXPLANATION:  Institution must have a facility number defined
.03 FILE IN BACKGROUND 0;3 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  FEB 25, 1991
  • DESCRIPTION:  Set this field to 'YES' to cause the IB Background Filer to run as a background job. If it is set to 'NO' or left blank, filing will occur as applications pass data to Integrated Billing. Sites may wish to experiment
    with running the filer in the foreground (answer 'NO') or filing in the background.  For Pharmacy Co-Pay, it is expected that some sites will experience significant delays in Outpatient Pharmacy label printing if filing is
    not done in the background.
.04 FILER STARTED 0;4 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  FEB 25, 1991
  • DESCRIPTION:  This is the internal fileman date/time that the IBE filer was last started. This field should be blank if the FILER STOPPED field contains data.
    If this field contains a date/time and the field FILE IN BACKGROUND is answered 'YES' then it is assumed that an IBE Filer is running.  Use the option 'Start the Integrated Billing Background Filer' to start a new filer if
    needed.  This field is updated by the IBE Filer and should not be edited with FileMan.
.05 FILER STOPPED 0;5 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  FEB 25, 1991
  • DESCRIPTION:  This is the internal fileman date/time that the IBE filer was last stopped. This field should be blank if the FILER STARTED field contains data.
    This field is updated by the IBE Filer.  It should not be edited with FileMan.
.06 FILER LAST RAN 0;6 DATE

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  FEB 25, 1991
  • DESCRIPTION:  This is the date/time that the IBE Filer last passed data to the Accounts Receivable module of IFCAP.
    This field is updated by the IBE Filer and should not be edited with FileMan.
.07 FILER UCI,VOL 0;7 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>30!($L(X)<3) X
  • LAST EDITED:  FEB 25, 1991
  • HELP-PROMPT:  Answer must be 3-30 characters in length.
  • DESCRIPTION:  
    This is the UCI and Volume set that you want the IBE Filer to run on.  Vax sites should leave this blank.  It is recommended that the filer run on the volume set that contains either the IB globals or the PRC globals.
.08 FILER HANG TIME 0;8 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>15)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  FEB 27, 1991
  • HELP-PROMPT:  Type a Number between 1 and 15, 0 Decimal Digits
  • DESCRIPTION:  This is the number of seconds that the filer will remain idle after finishing all transactions and before checking for more transactions to file. The filer will shut itself down after 2000 hangs with no activity detected.
    The default value for this field is 2 if left blank.
.09 COPAY BACKGROUND ERROR GROUP 0;9 POINTER TO MAIL GROUP FILE (#3.8) MAIL GROUP(#3.8)

  • LAST EDITED:  FEB 20, 1992
  • DESCRIPTION:  
    This is the mail group that will receive mail bulletins from the IBE filer when an unsuccessful attempt to file is detected.  Remember to add users to it.
.1 FILER QUEUED 0;10 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  FEB 28, 1991
  • DESCRIPTION:  
    This field will be set to 'YES' when a file job is queued and set back to 'NO' when the queued job is started.  It will be used to prevent queueing two or more jobs before the first job starts.
.11 CATEGORY C BILLING MAIL GROUP 0;11 POINTER TO MAIL GROUP FILE (#3.8) MAIL GROUP(#3.8)

  • LAST EDITED:  DEC 09, 1991
  • DESCRIPTION:  
    Members of this mail group will receive bulletins when Means Test/Category C billing processing errors have been encountered, and when movements and Means Tests for Category C patients have been edited or deleted.
.12 PER DIEM START DATE 0;12 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:3991231X) X
  • LAST EDITED:  FEB 05, 1992
  • HELP-PROMPT:  This is the date this hospital began the $5 and $10 Per Diem Billing. Enter a date no earlier than 11/5/90.
  • DESCRIPTION:  This is the date that this facility counseled category C patients that they would have to pay the new Per Diem charges and began the Per Diem billing.
    This field represents the earliest date for which the Hospital ($10) or Nursing Home ($5) Per Diem charge may be billed to a Category C patient.  This billing is mandated by Public Law 101-508, which was implemented on
    November 5, 1990.
    Please note that the Per Diem billing will not occur if this field is null.
.13 COPAY EXEMPTION MAIL GROUP 0;13 POINTER TO MAIL GROUP FILE (#3.8) MAIL GROUP(#3.8)

  • LAST EDITED:  JAN 15, 1993
  • HELP-PROMPT:  Type a Number between 1 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This mail group will be sent the copay exemption bulletins and error messages.
.14 USE ALERTS 0;14 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  FEB 04, 1993
  • DESCRIPTION:  If a facility has installed Version 7 or higher of Kernel, then the site may decide whether to use Alerts or Bulletins for internal messages in Integrated Billing. Initially this functionality will only be available for
    the Medication Copayment Exemption functionality.  If this is a desirable feature it may be expanded in the future.
    If this field is unanswered, the default is No and IB will use bulletins.
  • TECHNICAL DESCR:  
    The node ^DD(200,0,"VR") is checked for version number.  If the value of this node is less than 7 then the user will not be able to turn this feature on.
  • SCREEN:  S DIC("S")="I 'Y!(+$G(^DD(200,0,""VR""))'<7)"
  • EXPLANATION:  Version 7 of Kernel must be installed inorder to turn this feature on.
.15 SUPPRESS MT INS BULLETIN 0;15 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  AUG 05, 1993
  • DESCRIPTION:  This parameter is used to control the bulletin that is posted when any Means Test charge which might be covered by the patient's health insurance is billed. If the site wishes to suppress this bulletin, then this
    parameter should be answered 'Yes'.
1.01 NAME OF CLAIM FORM SIGNER 1;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<2) X
  • LAST EDITED:  JAN 19, 1994
  • HELP-PROMPT:  Enter the name of the person responsible for signing third party bills as it should appear on the bills. Answer must be 2-20 characters in length
  • DESCRIPTION:  
    This is the name of the signer of third party bills and will be printed on the claim form in the signature block.
1.02 TITLE OF CLAIM FORM SIGNER 1;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<2) X
  • LAST EDITED:  JAN 19, 1994
  • HELP-PROMPT:  Enter the title of the person responsible for signing this bill as it should appear on the bill. Answer must be 2-20 characters in length.
  • DESCRIPTION:  
    This is the title of the person signing the claim form as it will appear on the bill.
1.03 *CAN REVIEWER AUTHORIZE? 1;3 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  APR 29, 1992
  • HELP-PROMPT:  Enter 1 or 'YES' if the person who reviews a billing record is also able to authorize that record.
  • DESCRIPTION:  Creating a third party bill is a 4 part process. The bill is Entered, Reviewed, Authorized, and Printed. The bill is considered complete and passed to Accounts Receivable immediately after it has been Authorized. This
    parameter is used to determine if the same person who Reviewed the bill can Authorize the bill.  If the paramater CAN INITIATOR REVIEW? and this parameter, CAN REVIEWER AUTHORIZE?, are both answered "YES" then the same
    individual can perform all 4 parts of the billing process.  If either parameter is answered 'NO' then more than one person must be involved in each bill.
  • TECHNICAL DESCR:  
    This field should be deleted in the next release of IB after v2.0.
1.04 REMARKS TO APPEAR ON EACH FORM 1;4 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>39!($L(X)<2) X
  • LAST EDITED:  JAN 19, 1994
  • HELP-PROMPT:  Enter any facility specific remarks which you would like to print on every UB bill. Answer must be 2-39 characters in length.
  • DESCRIPTION:  
    Enter any remarks that need to appear on every UB claim form.  This remark will print in the remarks section of every UB-82 and UB-92.
1.05 FEDERAL TAX NUMBER 1;5 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>10!($L(X)<10)!'(X?2N1"-"7N) X
  • LAST EDITED:  FEB 04, 1992
  • HELP-PROMPT:  Enter the federal tax number for your facility in NN-NNNNNNN format. Answer must be 10 characters in length.
  • DESCRIPTION:  
    This is your facility federal tax number.  If unknown, this may be obtained from your Fiscal Service.
  • TECHNICAL DESCR:  
    This is not editable from the billing screens.  Printed in Form Locator 6 of the UB-82 and in Form Locator 5 of the UB-92.
1.06 BLUE CROSS/SHIELD PROVIDER # 1;6 FREE TEXT
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:$L(X)>13!($L(X)<3) X
  • LAST EDITED:  FEB 04, 1992
  • HELP-PROMPT:  Enter the 3-13 character BC/BS Provider Number which will be the default for all billing episodes at this facility. Answer must be 3-13 characters in length.
  • DESCRIPTION:  
    This is the BC/BS Provider Number which Blue Cross has assigned your facility.
1.07 BILL CANCELLATION MAILGROUP 1;7 POINTER TO MAIL GROUP FILE (#3.8) MAIL GROUP(#3.8)

  • LAST EDITED:  JAN 19, 1994
  • HELP-PROMPT:  Enter the mail group you want notified whenever a third party bill is cancelled. If none is entered no mailman notification will be made.
  • DESCRIPTION:  
    This is the mail group that will recieve automatic notification every time a third party bill is cancelled.  This must be answered for the automatic notification to occur.
1.08 BILLING SUPERVISOR NAME 1;8 POINTER TO NEW PERSON FILE (#200)
************************REQUIRED FIELD************************
NEW PERSON(#200)

  • LAST EDITED:  FEB 04, 1992
  • HELP-PROMPT:  Enter the Person who is the billing supervisor.
  • DESCRIPTION:  
    This is the pointer to the PERSON file for the Billing Supervisor.
1.09 BILL DISAPPROVED MAILGROUP 1;9 POINTER TO MAIL GROUP FILE (#3.8) MAIL GROUP(#3.8)

  • LAST EDITED:  JAN 19, 1994
  • HELP-PROMPT:  When a third party bill is disapproved the supervisor and initiator of the bill will be notified. If you want additional people notified create a mailgroup and specify it here.
  • DESCRIPTION:  When a third party bill is disapproved the supervisor and initiator of the bill will be notified. If you want additional people to be notified that a bill has been disapproved then you must create a mail group and add the
    member and then specify the group here.  The members of this mail group will then recieve the disapproval bulletin.
1.1 PRINT '001' FOR TOTAL CHARGES? 1;10 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  FEB 04, 1992
  • HELP-PROMPT:  Enter 'YES' if you want the Revenue Code '001' printed on each third party bill with the total charges.
  • DESCRIPTION:  
    The revenue code '001', TOTAL CHARGES, may be printed on each bill with the total charges if this parameter is set to 'YES'.
1.11 *CAN INITIATOR REVIEW 1;11 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  APR 29, 1992
  • HELP-PROMPT:  Enter 1 or 'YES' if the person who created/edited a billing record is also able to review that record.
  • DESCRIPTION:  Creating a third party bill is a 4 part process. The bill is Entered, Reviewed, Authorized, and Printed. The bill is considered complete and passed to Accounts Receivable immediately after it has been Authorized. This
    parameter is used to determine if the same person who Reviewed the bill can Authorize the bill.  If the paramater CAN REVIEWER AUTHORIZE? and this parameter, CAN INITIATOR REVIEW?, are both answered "YES" then the same
    individual can perform all 4 parts of the billing process.  If either parameter is answered "NO" then more than one person must be involved in each bill.
  • TECHNICAL DESCR:  
    This field should be deleted in the next release of IB after v2.0.
1.14 MAS SERVICE POINTER 1;14 POINTER TO SERVICE/SECTION FILE (#49)
************************REQUIRED FIELD************************
SERVICE/SECTION(#49)

  • HELP-PROMPT:  Enter the Service/Section which is your facilities MAS Service.
  • DESCRIPTION:  
    Accounts Receivable requires that every bill be associated with a SERVICE/SECTION.  This is the Service that will be identified with bills sent to Accounts Receivable from the Integrated Billing Module.
1.15 CAN CLERK ENTER NON-PTF CODES? 1;15 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • HELP-PROMPT:  Enter '1' or 'YES' if diagnosis and procedure codes not found in the PTF record may be entered by the billing clerk into a billing record. This affects inpatient bills only.
  • DESCRIPTION:  Answering 'YES' to this parameter will also allow billing clerks to enter CPT and HCPS codes into the billing record as well as ICD diagnosis and Procedure codes that are not in the corresponding PTF record. This
    parameter only affects inpatient bills.
1.16 ASK HINQ IN MCCR 1;16 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • HELP-PROMPT:  Enter '1' or 'YES' if you want the person entering a new bill to be able to request a HINQ inquiry for bills on patients with unverified eligibility.
  • DESCRIPTION:  
    When creating a new bill on a Veteran with unverified eligibility the user may be asked if they would like to put a HINQ request in the HINQ SUSPENSE file if this parameter is answered 'YES'.
1.17 USE OP CPT SCREEN? 1;17 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • HELP-PROMPT:  Enter '1' or 'YES' if you want the person entering an outpatient bill to easily transfer CPT procedures from scheduling into the bill.
  • DESCRIPTION:  CPT codes for outpatient visits are currently stored as Ambulatory Procedures in the Scheduling Visits file. The user editing a bill will be displayed all CPT codes stored in the Scheduling Visits file for the date range
    of the bill if the parameter is set to 'YES'.  This display screen will prompt the user if they would like to easily import any or all of the CPT codes into the bill.  This will include both Ambulatory Procedures and the
    Billable Ambulatory Surgical Codes.
1.18 DEFAULT AMB SURG REV CODE 1;18 POINTER TO REVENUE CODE FILE (#399.2) REVENUE CODE(#399.2)

  • INPUT TRANSFORM:  S DIC("S")="I $P(^(0),U,3)" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • HELP-PROMPT:  Enter the Revenue Code that you will usually want for Ambulatory Surgery.
  • DESCRIPTION:  When billing Billable Ambulatory Surgical Codes (BASC), this will be the default revenue code stored in the bill. If this is not appropriate for any particular insurance company then the field AMBULATORY SURG. REV. CODE
    in the Insurance Company file may be entered and it will be used for that particular insurance company entry.
1.19 TRANSFER PROCEDURES TO SCHED? 1;19 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  FEB 05, 1992
  • HELP-PROMPT:  Enter '1' or 'YES' if you would like the person entering a bill to be able to automatically store the CPT procedures in a bill in the Scheduling Visits file.
  • DESCRIPTION:  CPT procedures may be stored as Ambulatory Procedures in the Scheduling Visits file (using the Add/Edit Stop Code option) and they may be stored in the billing record as procedures to print on a bill. There is now a two
    way sharing of information between these two files.  If this parameter is answered 'YES' then as CPT procedures are entered in a bill that are also Ambulatory Procedures, then the user will be prompted as to whether they
    should be transfered to the Scheduling Visits file also.  The reverse of this is the parameter USE OP CPT SCREEN? which allows importing of Ambulatory Procedures into a bill.
    Only CPT procedures that are either Billable Ambulatory Surgical Codes or either Nationally or Locally active Ambulatory Procedures may be transfered.
1.2 HOLD MT BILLS W/INS 1;20 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  MAR 02, 1992
  • HELP-PROMPT:  Enter 'Yes' if automated Means Test Charges should be held until claim disposition from an insurance Company. If 'Yes' and a patient has insurance then the bills will automatically be placed on hold.
  • DESCRIPTION:  If this parameter is answered 'YES' then the automated Category C bills will automatically be placed on hold if the Patient has active Insurance. The bills will need to be released to Accounts Receivable after claim
    disposition from the Insurance Company.
1.21 MEDICARE PROVIDER NUMBER 1;21 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>8!($L(X)<1) X
  • LAST EDITED:  MAR 06, 1992
  • HELP-PROMPT:  Enter the number Medicare provided your facility. Answer must be 1-8 characters in length.
  • DESCRIPTION:  This is the 1-8 character number provided by Medicare to the facility.
1.22 MULTIPLE FORM TYPES 1;22 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  APR 14, 1992
  • HELP-PROMPT:  Enter 'Y'es if your facility uses the HCFA 1500 as well as one of the UB claim forms.
  • DESCRIPTION:  Set this field to 'YES' if the facility uses more than one health insurance form type. The UB-82 and the UB-92 are considered a single form because one is replacing the other. Therefore, if your site uses one of the UB
    forms and the HCFA 1500 then this should be answered 'YES'.  If your site is only using the UB forms (UB-82 and/or UB-92) then answer 'NO'.  If this is set to 'NO' or left blank then only the UB type claim forms will be
    allowed.
1.23 CAN INITIATOR AUTHORIZE? 1;23 SET
  • '1' FOR YES;
  • '0' FOR NO;

  • LAST EDITED:  APR 28, 1992
  • DESCRIPTION:  Beginning with IB Version 1.5, the Review step in creating a bill has been eliminated. If this parameter is answered YES and the initiator holds the IB AUTHORIZE key then the initiator of the bill will be allowed to
    Authorize the Bill.  If this is answered no then another user who holds the IB AUTHORIZE key will have to authorize the bill.
1.24 BASC START DATE 1;24 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  MAY 06, 1992
  • DESCRIPTION:  This is the date that facilities can begin billing Ambulatory Surgical Code Rates. The earliest date is the date that IB Version 1.5 was installed at the site or the date the regulation allowing BASC billing was approved.
    This date will be stored automatically in the file.
    If this field is null then BASC rates will not automatically calculate.
1.25 DEFAULT DIVISION 1;25 POINTER TO MEDICAL CENTER DIVISION FILE (#40.8) MEDICAL CENTER DIVISION(#40.8)

  • LAST EDITED:  MAY 26, 1992
  • HELP-PROMPT:  Enter the division you wish to show as a default division when entering procedures into a bill.
  • DESCRIPTION:  
    This field will be used as the default answer to the division question when entering Billable Ambulatory Surgeries into a bill.
1.26 DEFAULT FORM TYPE 1;26 POINTER TO BILL FORM TYPE FILE (#353) BILL FORM TYPE(#353)

  • INPUT TRANSFORM:  S DIC("S")="I $P(^IBE(353,Y,0),U,1)[""UB""" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  NOV 10, 1993
  • HELP-PROMPT:  Enter the form type that is most commonly used at your facility.
  • DESCRIPTION:  Enter the form type most commonly used at your facility. Used for the conversion between the UB-82 and the UB-92. All new bills and all follow-up bills will be printed on this form unless the primary insurer has the
    other UB form defined as it's form type.
  • TECHNICAL DESCR:  Used specifically to help in the conversion from the UB-82 to the UB-92. The UB-92 is replacing the UB-82, which will no longer be accepted after a certain date, so that even follow-up bills that were originally printed
    on the UB-82 must then be printed on the UB-92.
  • SCREEN:  S DIC("S")="I $P(^IBE(353,Y,0),U,1)[""UB"""
  • EXPLANATION:  Only UB form types can be chosen.
1.27 HCFA 1500 ADDRESS COLUMN 1;27 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>80)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 12, 1994
  • HELP-PROMPT:  Type a Number between 1 and 80, 0 Decimal Digits. Used only for the HCFA 1500 bill form.
  • DESCRIPTION:  
    This is the column that the mailing address will begin printing on row 1 of the HCFA 1500 form.
  • TECHNICAL DESCR:  Necessary because the latest version of the HCFA 1500 form has black bars in the space where the mailing address is supposed to print. With this parameter the site can specify where the address prints, depending on the
    type of envelope they use.  The first 5 rows are the only blank space on the form available for the mailing address.
1.28 DEFAULT RX REFILL REV CODE 1;28 POINTER TO REVENUE CODE FILE (#399.2) REVENUE CODE(#399.2)

  • INPUT TRANSFORM:  S DIC("S")="I $P(^(0),U,3)" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  JAN 05, 1994
  • HELP-PROMPT:  Enter the revenue code that should be used for Rx Refills.
  • DESCRIPTION:  If entered, this Revenue Code will be used for all prescription refill's on a bill when the revenue codes and charges are automatically calculated. This default will be overridden by the PRESCRIPTION REFILL REV. CODE for
    an insurance company, if one exists.
  • SCREEN:  S DIC("S")="I $P(^(0),U,3)"
  • EXPLANATION:  Only Activated Revenue Codes can be selected!
1.29 DEFAULT RX REFILL DX 1;29 POINTER TO ICD DIAGNOSIS FILE (#80) ICD DIAGNOSIS(#80)

  • LAST EDITED:  JAN 05, 1994
  • HELP-PROMPT:  Enter a Diagnosis that should be added to every RX Refill bill.
  • DESCRIPTION:  
    If entered, this diagnosis will be automatically added to every bill that has prescription refills.
  • TECHNICAL DESCR:  
    Should probably be a genaric code like V68.1 ISSUE REPEAT PRESCRIPT.
1.3 DEFAULT RX REFILL CPT 1;30 POINTER TO CPT FILE (#81) CPT(#81)

  • LAST EDITED:  JAN 05, 1994
  • HELP-PROMPT:  Enter a CPT procedure code that should be printed on every bill that has RX Refills.
  • DESCRIPTION:  
    If entered, this procedure will automatically be added to every bill that has a prescription refill.
  • TECHNICAL DESCR:  
    Should probably be a genaric code like 99070 SPECIAL SUPPLIES.
1.31 UB-92 ADDRESS COLUMN 1;31 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>80)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 12, 1994
  • HELP-PROMPT:  Type a Number between 1 and 80, 0 Decimal Digits. Applies only to the UB-92 Claim Form.
  • DESCRIPTION:  This is the column on which the Mailing Address should begin printing on the UB-92. The purpose of this field to to help in placing the mailing address in the area required so that is visible through an envelopes window.
    Please note that on the UB-92 the Mailing Address block (FL 38) has a maximum width of 40 characters.  The number entered here will cause the address be moved to the right and therefore the allowable width of the mailing
    address will be reduced.
2.01 AGENT CASHIER MAIL SYMBOL 2;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>25!($L(X)<1) X
  • LAST EDITED:  FEB 04, 1992
  • HELP-PROMPT:  Enter the mail routing symbol for the agent cashier. Answer must be 1-25 characters in length.
  • DESCRIPTION:  
    This is the facility mail routing symbol for the Agent Cashier.  This may begin with 04 (for Fiscal Service) at most facilities.
2.02 AGENT CASHIER STREET ADDRESS 2;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>25!($L(X)<3) X
  • LAST EDITED:  MAR 02, 1992
  • HELP-PROMPT:  Enter the street address for the Agent Cashier. Aswer must be 3-25 characters in length.
  • DESCRIPTION:  
    This is the street address that checks should be mailed to.  This will appear on the on all claim forms as the billing address.
2.03 AGENT CASHIER CITY 2;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>15!($L(X)<1) X
  • LAST EDITED:  FEB 04, 1992
  • HELP-PROMPT:  Enter the City for the Agent Cashier. Answer must be 1-15 characters in length.
  • DESCRIPTION:  
    This is the City for the Agent Cashier.  This will be part of the address that Checks are mailed to and will appear on the claim forms.
2.04 AGENT CASHIER STATE 2;4 POINTER TO STATE FILE (#5) STATE(#5)

  • LAST EDITED:  FEB 04, 1992
  • HELP-PROMPT:  Enter the state for the Agent Cashier.
  • DESCRIPTION:  
    This is the state for the Agent Cashier.  This will be the State part of the address that checks are mailed to as it appears on the claim forms.
2.05 AGENT CASHIER ZIP CODE 2;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>5!($L(X)<5)!'(X?5N) X
  • LAST EDITED:  FEB 04, 1992
  • HELP-PROMPT:  Answer must be 5 characters in length.
  • DESCRIPTION:  
    Enter the zip code for the Agent Cashier.  This will be the zip code that checks will be mailed to as it should appear on the claim forms.
2.06 AGENT CASHIER PHONE NUMBER 2;6 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>25!($L(X)<4) X
  • LAST EDITED:  FEB 04, 1992
  • HELP-PROMPT:  Answer must be 4-25 characters in length.
  • DESCRIPTION:  
    This is the phone number for the agent cashier.
2.07 CANCELLATION REMARK FOR FISCAL 2;7 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>75!($L(X)<3)!'(X?1A.E) X
  • LAST EDITED:  FEB 04, 1992
  • HELP-PROMPT:  Enter the remark (reason for cancellation) which will be sent to Fiscal Service every time a bill is cancelled in MAS. Answer must be 3-75 characters in length.
  • DESCRIPTION:  This is the remark which will be sent to Fiscal every time a bill is cancelled in MAS. This remark will explain to Fiscal why the IFCAP billing record is being amended or cancelled. The generic remark, "BILL CANCELLED IN
    MAS" will be transmitted to Fiscal Service if no remark is entered in this field.  The site may enter any remark which is meaningful to MAS and Fiscal.
3.01 *CONVERSION LAST BILL DATE 3;1 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JAN 27, 1994
  • DESCRIPTION:  This field will only be used for the Means Test conversion which is part of the Integrated Billing v1.5 post init. The field will be deleted with the next version of Integrated Billing.
    This field is updated during the IB v1.5 post init.  The value of this field designates the last day through which Means Test charges will be created during the conversion.
    Please note that this field has been starred for deletion in IB v2.0.  This field will be deleted in the version of IB which follows v2.0.
3.02 *CONVERSION BREAK DATE 3;2 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JAN 27, 1994
  • DESCRIPTION:  This field will only be used for the Means Test conversion which is part of the Integrated Billing v1.5 post init. The field will be deleted with the next version of Integrated Billing.
    This field is updated during the IB v1.5 post init.  The value of this field is used by the conversion when creating Hospital/NHCU per diem charges.  If a patient owes the per diem on this date, and has accumulated other
    charges prior to this date, a charge is filed for all previous charges up through the date.  The intent of "splitting" charges in this manner is to allow facilities to select a "final" date through which Means Test billing
    will have been completed manually so that charges created by the conversion may easily be passed to the Accounts Receivable package (and thus billed to the patient).
    Please note that this field has been starred for deletion in IB v2.0.  This field will be deleted in the version of IB which follows v2.0.
3.03 COPAY EXEMPTION CONV. STARTED 3;3 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 14, 1993
  • HELP-PROMPT:  Type a Number between 1 and 9999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of times the Medication Copayment Exemption Conversion has been started.  It is used to tell if the conversion has been restarted.
  • TECHNICAL DESCR:  The Medication Copayment Exemption Conversion can be stopped by editing this field to a number different that its current value. This is NOT a recommended procedure but should only be used in exception cases. It will
    cause an orderly shut down on the completion of a single patient.  After the conversion shuts down, the value of this field should be returned to its original value.
    If a second conversion is started this field will be updated causing the first conversion to stop.  At that point it is possible that a patient may be double processed, possible causing the double decreasing of charges in
    AR for that patient.
3.04 COPAY EXEMPTION LAST DFN 3;4 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  NOV 24, 1992
  • HELP-PROMPT:  Type a Number between 1 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  This is the internal entry number of the last patient completely converted by the Medication Copayment Exemption Conversion. The Conversion processes patients in order of internal entry number. If the conversion stops
    for any reason it will start with the next internal number after this one.
    WRITE AUTHORITY:  ^
3.05 TOTAL PATIENTS CONVERTED 3;5 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 07, 1993
  • HELP-PROMPT:  Type a Number between 1 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the total number of patients in the IB file that were set up with an exemption status during the conversion.
    WRITE AUTHORITY:  ^
3.06 TOTAL PATIENTS EXEMPT 3;6 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 07, 1993
  • HELP-PROMPT:  Type a Number between 1 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of patients that were converted to an exempt status.
    WRITE AUTHORITY:  ^
3.07 TOTAL PATIENT NON-EXEMPT 3;7 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 07, 1993
  • HELP-PROMPT:  Type a Number between 1 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of patients converted to a non-exempt status.
    WRITE AUTHORITY:  ^
3.08 COUNT OF EXEMPT BILLS 3;8 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 14, 1993
  • HELP-PROMPT:  Type a Number between 1 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of Medication Copayment IB Actions that were issued to patients who's status is exempt from the start of the exemption legislation to the running of the conversion.
    WRITE AUTHORITY:  ^
3.09 AMOUNT OF CHARGES CHECKED 3;9 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 07, 1993
  • HELP-PROMPT:  Type a Number between 1 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the total dollar amount of charges checked during the Medication Copayment Exemption Conversion issued to patients from the start date of the exemption legislation to the running of the conversion.
    WRITE AUTHORITY:  ^
3.1 TOTAL EXEMPT DOLLAR AMOUNT 3;10 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 14, 1993
  • HELP-PROMPT:  Type a Number between 1 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the total dollar amount of charges checked during the Medication Copayment Exemption Conversion issued to Exempt patients from the start date of the exemption legislation to the running of the conversion.
    WRITE AUTHORITY:  ^
3.11 AMOUNT OF NON-EXEMPT CHARGES 3;11 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 07, 1993
  • HELP-PROMPT:  Type a Number between 1 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the total dollar amount of charges checked during the Medication Copayment Exemption Conversion issued to Non-Exempt patients from the start date of the exemption legislation to the running of the conversion.
    WRITE AUTHORITY:  ^
3.12 AMOUNT OF CANCELED CHARGES 3;12 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 07, 1993
  • HELP-PROMPT:  Type a Number between 1 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the total dollar amount of charges actually canceled during the Medication Copayment Exemption Conversion issued to Exempt patients from the start date of the exemption legislation to the running of the conversion.
    WRITE AUTHORITY:  ^
3.13 COPAY EXEMPTION START DATE 3;13 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JAN 13, 1993
  • DESCRIPTION:  
    This is the date/time that the Medication Copayment Exemption Conversion started.  It should not be edited.
    WRITE AUTHORITY:  ^
3.14 COPAY EXEMPTION STOP DATE 3;14 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="ESTXR" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  JAN 13, 1993
  • DESCRIPTION:  This is the date/time that the conversion completed. This field should not be edited. It will be stored by the conversion routine when it is finished.
  • TECHNICAL DESCR:  If for some reason, it is necessary to restart the conversion after this field has been populated you may delete the data in this field. Sites should check with their supporting ISC prior to doing this. The field, LAST
    DFN UPDATED (3.04) in this file may also need to be edited.
    Normally it is not recommended that the conversion be re-run after it has run once.  Re-running the conversion will not cause updating of patients with current exemptions, nor will it cause re-cancellation of charges
    cancelled previously.
    WRITE AUTHORITY:  ^
    UNEDITABLE
3.15 NON-EXEMPT PATIENTS CONVERTED 3;15 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 14, 1993
  • HELP-PROMPT:  Type a Number between 0 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the count of patients in the IB Action file that had an exemption status of Non-exempt set up during the conversion.
    WRITE AUTHORITY:  ^
3.16 TOTAL BILLS DURING CONVERSION 3;16 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 14, 1993
  • HELP-PROMPT:  Type a Number between 0 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the total number of IB ACTION entries issued from the effective date of the Income Exemption Legislation until the running of the conversion that were issued to either exempt or non-exempt patients.
    WRITE AUTHORITY:  ^
3.17 COUNT OF BILLS CANCELED 3;17 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>999999999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 14, 1993
  • HELP-PROMPT:  Type a Number between 0 and 999999999, 0 Decimal Digits
  • DESCRIPTION:  
    This is the count of bills actually sent to be canceled in the IB ACTION file during the conversion.
    WRITE AUTHORITY:  ^
3.18 INSURANCE CONVERSION COMPLETE 3;18 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  NOV 08, 1993
  • DESCRIPTION:  This is the date the insurance conversion completes. It is not editable. The data should not be deleted.
    The v2.0 insurance conversion will automatically set this field to the date it completes.
    UNEDITABLE
3.19 BILL/CLAIMS CONV. COMPLETE 3;19 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  NOV 08, 1993
  • DESCRIPTION:  
    This is the date that the v2 post-init conversion of the bill/claims file completed.  It will automatically be updated by the conversion routine when it completes.
    UNEDITABLE
3.2 CURRENT INPATIENTS LOADED 3;20 DATE
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  NOV 08, 1993
  • DESCRIPTION:  
    This is the date that the current inpatients were loaded into claims tracking as part of the IB v2 post init.  This date will automatically be entered upon completion.
    UNEDITABLE
4.01 INSURANCE EXTENDED HELP 4;1 SET
  • '0' FOR OFF;
  • '1' FOR ON;

  • LAST EDITED:  AUG 13, 1993
  • DESCRIPTION:  Should the extended help display be always on in the Insurance Management options. Answer 'ON' if you always want it to display automatically or answer 'OFF' if you do not want to see it.
    It is recommended that the extended help be turned on initially after v2 is installed.  As users become more familiar with the new functionality the parameter can be turned off.
4.02 PATIENT OR INSURANCE COMPANY 4;2 VARIABLE POINTER VA PATIENT(#2)  INSURANCE COMPANY(#36)  

  • LAST EDITED:  MAR 03, 1993
  • DESCRIPTION:  
    Enter the patient or insurance company you wish to access.
  • TECHNICAL DESCR:  
    This field does not contain data.  It is used as a file definition by the reader to do a variable pointer look up that is not tied to any data base element.
4.03 HEALTH INSURANCE POLICY 4;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>20!($L(X)<1) X
  • LAST EDITED:  AUG 29, 1993
  • HELP-PROMPT:  Answer must be 1-20 characters in length.
  • DESCRIPTION:  
    Enter the name of the patient's health insurance policy.
  • TECHNICAL DESCR:  
    This field does not contain data.  It is used by the reader to provide a definition to do a lookup that is not tied to a particular data base element.
4.04 NEW INSURANCE MAIL GROUP 4;4 POINTER TO MAIL GROUP FILE (#3.8) MAIL GROUP(#3.8)

  • LAST EDITED:  AUG 29, 1993
  • DESCRIPTION:  
    Enter the mail group that should receive a bulletin every time an insurance policy is added for a patient that has potential billings associated with it.
4.05 CENTRAL COLLECTION MAIL GROUP 4;5 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>45!($L(X)<3) X
  • LAST EDITED:  SEP 03, 1993
  • HELP-PROMPT:  Answer must be 3-45 characters in length.
  • DESCRIPTION:  The MCCR Program Office has recently requested that the results from the report Rank Insurance Carriers By Amount Billed be transmitted centrally for nation-wide compilation. This field contains the mail group on Forum to
    which these reports will be sent.
    The field is being exported with the value G.MCCR DATA@FORUM.VA.GOV.  It is anticipated that future reports may be sent to this group for compilation.  If it becomes necessary to change the mail group name or domain, this
    field may be edited using Fileman.  Do not edit this field without receiving instructions from your supporting ISC.
4.06 INSURANCE COMPANY 4;6 POINTER TO INSURANCE COMPANY FILE (#36) INSURANCE COMPANY(#36)

  • INPUT TRANSFORM:  S DIC("S")="I '$P(^(0),U,5)" D ^DIC K DIC S DIC=DIE,X=+Y K:Y<0 X
  • LAST EDITED:  JAN 19, 1994
  • SCREEN:  S DIC("S")="I '$P(^(0),U,5)"
  • EXPLANATION:  Only Active Companies may be selected!
5.01 ADMISSION SHEET HEADER LINE 1 5;1 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>50!($L(X)<3) X
  • LAST EDITED:  AUG 26, 1993
  • HELP-PROMPT:  Answer must be 3-50 characters in length.
  • DESCRIPTION:  
    Enter the text that your facility would like to have printed as the first line of the header on the admission sheet.  This is generally the name of your medical center.
5.02 ADMISSION SHEET HEADER LINE 2 5;2 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>50!($L(X)<3) X
  • LAST EDITED:  AUG 26, 1993
  • HELP-PROMPT:  Answer must be 3-50 characters in length.
  • DESCRIPTION:  
    Enter the text that your facility would like to have printed as the second line of the header on the admission sheet.  This is generally the street address of your medical center.
5.03 ADMISSION SHEET HEADER LINE 3 5;3 FREE TEXT

  • INPUT TRANSFORM:  K:$L(X)>50!($L(X)<3) X
  • LAST EDITED:  AUG 26, 1993
  • HELP-PROMPT:  Answer must be 3-50 characters in length.
  • DESCRIPTION:  
    Enter the text that your facility would like to have printed as the third line of the header on the admission sheet.  This is generally the city, state and zip code of your medical center.
6.01 CLAIMS TRACKING START DATE 6;1 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  AUG 04, 1993
  • DESCRIPTION:  If you choose to run the claims tracking module and populate the files with past episodes of care, this is the date that the routine will use to start.
    This is the main parameter that contro what past care can be entered into claims tracking.  At no time does the software automatically add entires older than this date.  The one exception is that this parameter does not
    affect the entries that may be added to claims tracking using the add tracking entry action on the main claims tracking screen.
6.02 INPATIENT CLAIMS TRACKING 6;2 SET
  • '0' FOR OFF;
  • '1' FOR INSURED AND UR ONLY;
  • '2' FOR ALL PATIENTS;

  • LAST EDITED:  AUG 04, 1993
  • DESCRIPTION:  This field determines what inpatients will automatically be added to the claims tracking module. If this parameter is set to "OFF" then no new patients will be added. If this is set to "INSURED AND UR ONLY" then only the
    insured patients and random sample patients will be added.  If this is set to "ALL PATIENTS" then a record of all admissions will be created.
    If a patient is not insured then each record will be so annotated automatically on creation and no follow-up will be required.  The advantage of tracking all patients is that you can determine the percentage of billable
    cases and make necessary adjustments if the patients are later found to have insurance.  The disadvantage is that additional capacity is used.
6.03 OUTPATIENT CLAIMS TRACKING 6;3 SET
  • '0' FOR OFF;
  • '1' FOR INSURED ONLY;
  • '2' FOR ALL PATIENTS;

  • LAST EDITED:  AUG 04, 1993
  • DESCRIPTION:  This field determines if outpatient visit dates will automatically be entered into the claims tracking module. If this is answered "OFF" then no entries will be entered. If this is answered "INSURED ONLY" then only
    outpatient visits for insured patients will be added.  If this parameter is set to ALL PATIENTS then the outpatient visits for all patients will be added to claims tracking.
    Initially we recommend this parameter be set to INSURED ONLY.
6.04 PRESCRIPTION CLAIMS TRACKING 6;4 SET
  • '0' FOR OFF;
  • '1' FOR INSURED ONLY;
  • '2' FOR ALL PATIENTS;

  • LAST EDITED:  AUG 04, 1993
  • DESCRIPTION:  This field determines if prescriptions will automatically be entered into the claims tracking module. If this is answered "OFF" then no prescriptions or refills will be entered. If this is answered "INSURED ONLY", then
    only prescriptions and refills will be added if the patient is insured.  If all is choose then an entry for all prescriptions will be entered.
    If a prescription or refill does not appear to be billable, that is it may be for SC care, or there is a visit date associated with that prescription or refill, this will be so noted in the reason not billable.
6.05 PROSTHETICS CLAIMS TRACKING 6;5 SET
  • '0' FOR OFF;
  • '1' FOR INSURED ONLY;
  • '2' FOR ALL PATIENTS;

  • LAST EDITED:  AUG 04, 1993
  • DESCRIPTION:  This field will be used to determine if prosthetics should be tracked in the claims tracking module. If this parameter is set to OFF, then no prosthetic entries will be added to claims tracking. If this is set to INSURED
    ONLY then only parameter entries for insured patients will be added to claims tracking.  If this is set to ALL PATIENTS then an entry will be created for all patients prosthetic items.
6.06 USE ADMISSION SHEETS 6;6 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  AUG 04, 1993
  • DESCRIPTION:  Enter whether your facility is using Admission Sheets as part of the MCCR/UR functionality. If this parameter is answered "YES" then users will be asked for the device to print admissions sheets to. The default device
    will be from the BILL FORM TYPE file.
6.07 RANDOM SAMPLE DATE 6;7 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  AUG 04, 1993
  • DESCRIPTION:  
    This is the date that random sampling was last re-generated.  The IB background job will re-generate a new date, new random numbers, and zero the counters every Sunday night.
6.08 MEDICINE SAMPLE SIZE 6;8 NUMBER
************************REQUIRED FIELD************************

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 13, 1994
  • HELP-PROMPT:  Type a Number between 0 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of required Utilization Reviews that you wish to have done each week for Medicine admissions.  The minimum recommended by the QA office is one per week.
6.09 MEDICINE WEEKLY ADMISSIONS 6;9 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<5)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 04, 1993
  • HELP-PROMPT:  Type a Number between 5 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This is the minimum number of admissions for Medicine that your Medical Center generally averages.  This is used along with the Medicine sample size to compute a random number.
6.1 MEDICINE RANDOM NUMBER 6;10 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 04, 1993
  • HELP-PROMPT:  Type a Number between 1 and 99, 0 Decimal Digits
  • DESCRIPTION:  This is an internally computed random number. It is re-computed each week. When the count of the Medicine admissions reaches a multiple of this number it is considered the random selection. The total number of random
    selections for UR will not exceed the Medicine sample size.
6.11 MEDICINE ENTRIES MET 6;11 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 04, 1993
  • HELP-PROMPT:  Type a Number between 1 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of random selections generated this week.
6.12 MEDICINE ADMISSION COUNTER 6;12 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 04, 1993
  • HELP-PROMPT:  Type a Number between 1 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of admissions for this service counted by the claims tracking module so far this week.
6.13 SURGERY SAMPLE SIZE 6;13 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 13, 1994
  • HELP-PROMPT:  Type a Number between 0 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of required Utilization Reviews that you wish to have done each week for Surgery admissions.  The minimum recommended by the QA office is one per week.
6.14 SURGERY WEEKLY ADMISSIONS 6;14 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<5)!(X?.E1"."1N.N) X
  • LAST EDITED:  SEP 01, 1993
  • HELP-PROMPT:  Type a Number between 5 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This is the minimum number of admissions for Surgery that your Medical Center generally averages.  This is used along with the Surgery sample size to compute a random number.
6.15 SURGERY RANDOM NUMBER 6;15 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 04, 1993
  • HELP-PROMPT:  Type a Number between 1 and 99, 0 Decimal Digits
  • DESCRIPTION:  This is an internally computed random number. It is re-computed each week. When the count of the Surgery admissions reaches a multiple of this number it is considered the random selection. The total number of random
    selections for UR will not exceed the Surgery sample size.
6.16 SURGERY ENTRIES MET 6;16 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 04, 1993
  • HELP-PROMPT:  Type a Number between 1 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of random selections generated this week.
6.17 SURGERY ADMISSION COUNTER 6;17 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 04, 1993
  • HELP-PROMPT:  Type a Number between 1 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of admissions for this service counted by the claims tracking module so far this week.
6.18 PSYCH SAMPLE SIZE 6;18 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  JAN 13, 1994
  • HELP-PROMPT:  Type a Number between 0 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of required Utilization Reviews that you wish to have done each week for Psychiatry admissions.  The minimum recommended by the QA office is one per week.
6.19 PSYCH WEEKLY ADMISSIONS 6;19 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<5)!(X?.E1"."1N.N) X
  • LAST EDITED:  SEP 01, 1993
  • HELP-PROMPT:  Type a Number between 5 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This is the minimum number of admissions for Psychiatry that your Medical Center generally averages.  This is used along with the Psychiatry sample size to compute a random number.
6.2 PSYCH RANDOM NUMBER 6;20 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 04, 1993
  • HELP-PROMPT:  Type a Number between 1 and 99, 0 Decimal Digits
  • DESCRIPTION:  This is an internally computed random number. It is re-computed each week. When the count of the Psychiatry admissions reaches a multiple of this number it is considered the random selection. The total number of random
    selections for UR will not exceed the Psychiatry sample size.
6.21 PSYCH ENTRIES MET 6;21 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 04, 1993
  • HELP-PROMPT:  Type a Number between 1 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of random selections generated this week.
6.22 PSYCH ADMISSION COUNTER 6;22 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>99)!(X<1)!(X?.E1"."1N.N) X
  • LAST EDITED:  AUG 04, 1993
  • HELP-PROMPT:  Type a Number between 1 and 99, 0 Decimal Digits
  • DESCRIPTION:  
    This is the number of admissions for this service counted by the claims tracking module so far this week.
6.23 REPORTS ADD TO CLAIMS TRACKING 6;23 SET
  • '0' FOR NO;
  • '1' FOR YES;

  • LAST EDITED:  OCT 26, 1993
  • HELP-PROMPT:  Should the Patients with Insurance Reports add entries to claims tracking.
  • DESCRIPTION:  This field determines whether or not you wish to allow the Veterans with Insurance reports to add entries to Claims tracking. If you answer 'YES' then admisssions and outpatient visits found as billable but not found in
    claims tracking will be added to claims tracking for billing information purposes only.  No review will be set up.  This is to allow flagging of these visits as unbillable so that they can be removed from these reports.
    Answering 'YES' does not guarantee that the entry will be added.  The related parameters about whether Claims Tracking is turned on and the Claims Tracking Start Date will override this parameter.
  • TECHNICAL DESCR:  
7.01 AUTO BILLER FREQUENCY 7;1 NUMBER

  • INPUT TRANSFORM:  K:+X'=X!(X>9999)!(X<0)!(X?.E1"."1N.N) X
  • LAST EDITED:  OCT 21, 1993
  • HELP-PROMPT:  Type a Number between 0 and 9999, 0 Decimal Digits
  • DESCRIPTION:  Enter the number of days between each execution of the automated biller. For example, if the auto biller should run only once a week, enter 7. If the auto biller should run every night, enter 1.
    This will not effect the date range of the bills themselves, but will only effect the date they are created.
    If this is left blank or zero then the auto biller will never run.
7.02 LAST AUTO BILLER DATE 7;2 DATE

  • INPUT TRANSFORM:  S %DT="EX" D ^%DT S X=Y K:Y<1 X
  • LAST EDITED:  OCT 21, 1993
  • HELP-PROMPT:  This is the last date on which the auto biller ran.
  • DESCRIPTION:  
    This is generally set by the system.
7.03 INPATIENT STATUS (AB) 7;3 SET
  • '1' FOR Closed;
  • '2' FOR Released;
  • '3' FOR Transmitted;

  • LAST EDITED:  JAN 25, 1994
  • HELP-PROMPT:  Enter the Status that an Inpatients PTF record should have before the automated biller attempts to create a bill for that inpatient stay.
  • DESCRIPTION:  This is the status that a PTF record must be in before the automated biller will attempt to create an inpatient bill.
    The auto biller will use the Frequency, Billing Cycle and Days Delay parameters to decide when to try to create an inpatient bill.  However, the auto biller can not set up a bill until the PTF record is Closed.  Of the two
    dates, the date calculated from the site parameters or the date that the PTF record meets the Status entered here, the bill will be created on the later date.
  • TECHNICAL DESCR:  This set of codes should exactly mirror the PTF Status (45,6) set of codes, except for Open.
    Some sites want to wait until the PTF is closed before a bill is created because they know it will be coded at that time.  Others do not want to bill until the PTF record has been transmitted and they know that it is
    complete.
    After this had been added it was decided that an auto bill should not be created for inpatients until after the PTF record has been closed.  So, the option of creating an auto bill when the PTF record was still open was
    removed.

ICR, Total: 4

ICR LINK Subscribing Package(s) Fields Referenced Description
ICR #3827
  • ACCOUNTS RECEIVABLE
  • MEDICARE PROVIDER NUMBER (1.21).
    Access: Direct Global Read & w/Fileman

    ICR #4049
  • ACCOUNTS RECEIVABLE
  • AGENT CASHIER PHONE NUMBER (2.06).
    Access: Direct Global Read & w/Fileman

    ICR #4964
  • KERNEL
  • FACILITY NAME (.02).
    Access: Direct Global Read & w/Fileman

    FEDERAL TAX NUMBER (1.05).
    Access: Direct Global Read & w/Fileman

    PAY-TO PROVIDER NAME (19;.02).
    Access: Direct Global Read & w/Fileman

    Street Address 1. (19;1.01).
    Access: Direct Global Read & w/Fileman

    Street Address 2 (19;1.02).
    Access: Direct Global Read & w/Fileman

    City (19;1.03).
    Access: Direct Global Read & w/Fileman

    State (19;1.04).
    Access: Direct Global Read & w/Fileman

    Default Pay-To Provider (11.03).
    Access: Direct Global Read & w/Fileman

    Pay-To Provider Zip Code (19;1.05).
    Access: Direct Global Read & w/Fileman

    The IBE(350.9 global contains the data necessary to runthe IB package and to manage the IB background filer.
    ICR #6143
  • INSURANCE CAPTURE BUFFER
  • LIMIT FIELD LENGTH OF EIV FIELDS? (62.01).
    Access: Read w/Fileman

    External References

    Name Field # of Occurrence
    ^%DT .04+1, .05+1, .06+1, .12+1, 1.24+1, 3.01+1, 3.02+1, 3.13+1, 3.14+1, 3.18+1
    , 3.19+1, 3.2+1, 6.01+1, 6.07+1, 7.02+1
    ^DIC .02+1, 1.18+1, 1.26+1, 1.28+1, 4.06+1
    Y^DIQ ID.02+1

    Global Variables Directly Accessed

    Name Line Occurrences  (* Changed,  ! Killed)
    ^DD(4 ID.02+1
    ^DIC(4 - [#4] ID.02+1
    ^IBE(350.9 - [#350.9] .01(XREF 1S), .01(XREF 1K)

    Naked Globals

    Name Field # of Occurrence
    ^(0 ID.02+1

    Local Variables

    Legend:

    >> Not killed explicitly
    * Changed
    ! Killed
    ~ Newed

    Name Field # of Occurrence
    >> %DT .04+1*, .05+1*, .06+1*, .12+1*, 1.24+1*, 3.01+1*, 3.02+1*, 3.13+1*, 3.14+1*, 3.18+1*
    , 3.19+1*, 3.2+1*, 6.01+1*, 6.07+1*, 7.02+1*
    %I ID.02+1*!
    >> C ID.02+1*
    >> DA .01(XREF 1S), .01(XREF 1K)
    DIC ID.02+1, .02+1!*, 1.18+1!*, 1.26+1!*, 1.28+1!*, 4.06+1!*
    DIC("S" .02+1*, .02SCR+1*, .14SCR+1*, 1.18+1*, 1.26+1*, 1.26SCR+1*, 1.28+1*, 1.28SCR+1*, 4.06+1*, 4.06SCR+1*
    >> DIE .02+1, 1.18+1, 1.26+1, 1.28+1, 4.06+1
    >> DINUM .01+1*
    U ID.02+1
    X .01+1!, .01(XREF 1S), .01(XREF 1K), .02+1*!, .04+1*!, .05+1*!, .06+1*!, .07+1!, .08+1!, .12+1*!
    , 1.01+1!, 1.02+1!, 1.04+1!, 1.05+1!, 1.06+1!, 1.18+1*!, 1.21+1!, 1.24+1*!, 1.26+1*!, 1.27+1!
    , 1.28+1*!, 1.31+1!, 2.01+1!, 2.02+1!, 2.03+1!, 2.05+1!, 2.06+1!, 2.07+1!, 3.01+1*!, 3.02+1*!
    , 3.03+1!, 3.04+1!, 3.05+1!, 3.06+1!, 3.07+1!, 3.08+1!, 3.09+1!, 3.1+1!, 3.11+1!, 3.12+1!
    , 3.13+1*!, 3.14+1*!, 3.15+1!, 3.16+1!, 3.17+1!, 3.18+1*!, 3.19+1*!, 3.2+1*!, 4.03+1!, 4.05+1!
    , 4.06+1*!, 5.01+1!, 5.02+1!, 5.03+1!, 6.01+1*!, 6.07+1*!, 6.08+1!, 6.09+1!, 6.1+1!, 6.11+1!
    , 6.12+1!, 6.13+1!, 6.14+1!, 6.15+1!, 6.16+1!, 6.17+1!, 6.18+1!, 6.19+1!, 6.2+1!, 6.21+1!
    , 6.22+1!, 7.01+1!, 7.02+1*!
    >> Y ID.02+1*, .02+1, .04+1, .05+1, .06+1, .12+1, 1.18+1, 1.24+1, 1.26+1, 1.28+1
    , 3.01+1, 3.02+1, 3.13+1, 3.14+1, 3.18+1, 3.19+1, 3.2+1, 4.06+1, 6.01+1, 6.07+1
    , 7.02+1
    Info |  Desc |  Directly Accessed By Routines |  Accessed By FileMan Db Calls |  Pointer To FileMan Files |  Fields |  ICR |  External References |  Global Variables Directly Accessed |  Naked Globals |  Local Variables |  All