home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / business / winclm.zip / MANUAL.TXT < prev    next >
Text File  |  1992-08-12  |  117KB  |  2,694 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.                 W I N C L A I M
  19.  
  20.                    Reference  Manual
  21.  
  22.                  Version 4.03
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.                Oxford Medical Systems
  39.                   2490 Fatima Place
  40.                  Hamilton, OH  45013
  41.                 513-896-5110
  42.  
  43.  
  44.  
  45.  
  46.              The entire contents of this document
  47.             Copyright 1992  Gary W. Boehm
  48.  
  49.                             CONTENTS - 1
  50.  
  51.                  WINCLAIM MEDICAL BILLING SOFTWARE
  52.  
  53.  
  54. TABLE OF CONTENTS:
  55.  
  56.  
  57.  
  58.   Getting Started
  59.  
  60.         Installation
  61.         Start-up
  62.  
  63.  
  64.   Special Keys
  65.  
  66.         Help Keys
  67.         Function Keys
  68.         Alt Keys
  69.         Navigation Keys
  70.  
  71.  
  72.   Maintain Files
  73.  
  74.         Doctor
  75.         Insurance 
  76.         Procedure 
  77.         Diagnoses 
  78.         Referring Physician
  79.         Facility 
  80.         Miscellaneous Descriptions
  81.         List Files
  82.  
  83.  
  84.   Patient Maintenance
  85.  
  86.         Assigning a Responsible Party
  87.         List Patients
  88.  
  89.  
  90.   Transaction Entry
  91.  
  92.         Selecting a User File
  93.         Command Menu
  94.         Entering Transactions
  95.         Editing User Entry
  96.         Editing Posted Information
  97.         List Transactions
  98.         Posting Entry
  99.         Transaction Flow
  100.                             CONTENTS - 2
  101.  
  102.   Open Payment Entry
  103.  
  104.         Selecting an Open File
  105.         Command Menu
  106.         Entering Payments
  107.         Editing Open Entry
  108.         List Payments
  109.         Posting Payments
  110.         Xfer to History
  111.  
  112.  
  113.   Reports 
  114.  
  115.         Aged Trial Balance
  116.         Financial Analysis
  117.         Billing Report
  118.  
  119.  
  120.   Forms Printing 
  121.  
  122.         Statement Forms
  123.         Insurance Forms
  124.  
  125.  
  126.   Utilities
  127.  
  128.         Program Parameters
  129.         Validate Files
  130.         Validate Entry
  131.         Directory Select
  132.                             INSTALL - 1
  133. To Install:
  134.  
  135.     Create a subdirectory on your hard disk called WINCLAIM.  Then
  136. change to that directory and copy all of the floppy disk to that sub-
  137. directory.  If the program was ZIPped (compressed into a smaller file
  138. in order to fit on a smaller disk) then you will need to UNZIP that
  139. file.  Once the compressed file is expanded, you can erase the original
  140. file in order to conserve disk space (you will not need the ZIPped file
  141. once it has been expanded).  The following steps are an example of how
  142. to accomplish the above - note that your drive letters may be
  143. different so you may have to edit these instructions to match your own
  144. particular system configuration.  What the computer displays is shown
  145. in capital letters and what you should type is shown in small letters.
  146. Press the Enter key after each of the commands listed below.
  147.  
  148.    C>cd \                        (starts you in the ROOT directory)
  149.    C>prompt $p$g                 (DOS prompt shows you the dir name)
  150.    C:\>md winclaim               (Makes Directory called WINCLAIM)
  151.    C:\>cd winclaim               (Changes Directory to WINCLAIM)
  152.  
  153.           -- insert the Install Disk in drive A: now --
  154.  
  155.    C:\WINCLAIM>copy a:*.*/v      (copy all of the install disk)
  156.    C:\WINCLAIM>winclm            (expand or UNZIP the compressed file)
  157.    C:\WINCLAIM>erase winclm.exe  (erase the unneeded compressed file)
  158.            
  159.     If the program was NOT shipped to you in a compressed file, then
  160. you will not have to do the last two steps.
  161.  
  162.  
  163. The CONFIG.SYS file:
  164.  
  165.     You are now almost ready to start the program.  However, before you
  166. do there is one thing you MUST check about your system configuration.
  167. In the ROOT directory there is a file called CONFIG.SYS.  There MUST
  168. be a line in that directory which says FILES = nn where the digits nn
  169. MUST be at least 47.  If there is NO FILES line, or the numbers after
  170. the equal sign is LESS THAN 47, then you must change or add the line to
  171. the file and RE-BOOT your system.  It is WELL beyond the scope of this
  172. manual to tell you EXACTLY how to modify every possible system con-
  173. figuration out there but we will help as much as we can.  Also, there
  174. is a small sample CONFIG.SYS file shipped as a part of this program
  175. set to give you an idea of the minimum requirements.  You MIGHT be able
  176. to use that file as-is on your system just by copying it to your ROOT
  177. directory and re-booting your system.  You probably should re-name
  178. your existing CONFIG.SYS file before using our sample.
  179.  
  180.     FAILURE TO HAVE THE MINUMUM NUMBER ON THE FILES LINE IN YOUR
  181.     CONFIG.SYS FILE ABSOLUTELY !!WILL!! CAUSE DOS ERRORS WHEN YOU
  182.     TRY TO RUN THE WINCLAIM PROGRAM.  THESE ERRORS WILL MOST
  183.     LIKELY BE DOS ERROR (4).
  184.  
  185.                             INSTALL - 2
  186.  
  187.     To check your CONFIG.SYS file, simply change back to your ROOT
  188. directory and TYPE the file to your screen.  Look for the FILES line
  189. (if there is one) and check the number.  If there IS a FILES line but
  190. the number is less than 47, you will have to edit the file (with an
  191. editor or word processor in non-document or text mode) and change the
  192. number.
  193.  
  194.   C:\WINCLAIM>cd \        (change back to the ROOT directory)
  195.   C:\>type config.sys     (display your current file contents)
  196.  
  197.     Now, LOOK at the file.  If the line is there and the number is
  198. greater than or equal to 47, then you're OK - go start the using the
  199. program!  If not, then edit the file yourself, or call for local tech-
  200. nical assistance (such as where you bought the system), give them the
  201. above information, and they can help you.
  202.  
  203.     If you want to try to use OUR sample CONFIG.SYS program, then
  204. use the following steps:
  205.  
  206.   C:\WINCLAIM>cd \               (change back to ROOT directory)
  207.   C:\>ren config.sys config.org  (saves your original file)
  208.   C:\>copy winclaim\config.sys   (copies our file from WINCLAIM dir)
  209.  
  210.     Now re-boot or reset your system (usually by pressing the Ctrl,
  211. Alt and Del keys at the same time).  You should be ready to start
  212. WINCLAIM now.  NOTE - after installing the sample CONFIG.SYS file it
  213. is possible that OTHER programs which have their OWN special CONFIG.SYS
  214. requirements may not operate properly now.  This is NOT the fault of
  215. the WINCLAIM program, but is because you simplefied the system con-
  216. figuration.  The solution is to combine the minimum requirements of
  217. ALL the programs you will be using so that they will ALL run properly.
  218. This is the job of your local dealer or local technical support person
  219. who is familiar with YOUR system and the programs you are using.
  220.  
  221.  
  222. Starting up WinClaim:
  223.  
  224.     To start the WinClaim program, you must first be sure that you are
  225. IN the WINCLAIM subdirectory, and then type winclaim <Enter>.
  226.  
  227.   C:\>cd \winclaim       (change to the right directory)
  228.   C:\WINCLAIM>winclaim   (start the program!)
  229.  
  230.     You could also put these two lines in a Batch file and place it
  231. in your ROOT directory.
  232.                             KEYS - 1
  233.                 HELP SCREENS
  234.  
  235.     There are three different types of Help Screens available in
  236. WinClaim, all using the F1 function key:
  237.  
  238. F1     = Field Help    Help Screen description of each field
  239. Alt F1 = Alt Key Help    Alt/Function Key Help Screen
  240. Sh  F1 = Navigate Keys    Help Screen showing all the Navigation Keys
  241.  
  242.  
  243. F1: Field Help
  244.  
  245.     The F1 key by itself will show a Help Window for the field you
  246. are in, primarily for the Patient File and Transaction Entry areas.
  247. Not all fields have a help screen, just the unique or unusual ones.
  248.  
  249.  
  250. Alt F1: Alt/Function Key Help
  251.  
  252.     Holding the Alt key and pressing F1 with show you the Alt Keys
  253. that are available.  Not all of the keys shown are active in all parts
  254. of the program (they will be 'locked out' if not).  Refer to the next
  255. section for more detail on these keys.
  256.  
  257.  
  258. Shift F1: Navigation Keys
  259.  
  260.     Holding the Shift key and pressing F1 will show a list of the
  261. Navigation keys that are available in an open file window.  These keys
  262. allow you to 'move around' in a file to see all the data.  More infor-
  263. mation about these keys is in the following section.
  264.  
  265.  
  266.               THE FUNCTION KEYS
  267.  
  268.     The function keys along the top or left side of the main key-
  269. board area give you additional operations in WinClaim.  Some of these
  270. operations are extended by the use of the Alt key:
  271.  
  272. F2    = Add        add a new record to a file
  273. F3    = Window    opens a Window to search for an item to select
  274. Alt F3    = Lock        Lock a row when editing in a window
  275. F4    = Select    Selects the item highlighted in a window
  276. F5    = Calculator    Pop-up calculator
  277. Alt F5    = Calendar    Display a Calender
  278. F6    = Patient    Window to edit/select a patient in Trans Entry
  279. Alt F6    = Pat Display    Displays a summary of the patient's information
  280. F9    = Diagnosis    Enter a patient's Diagnoses
  281. F10    = Chart        Enter a screen of general patient information
  282.  
  283.  
  284. F2: Add
  285.  
  286.     Whenever you have a file window open and you want to add a new
  287. record, just press F2.  A blank record will be appended to the bottom
  288. of the file (or top, depending on the file) for you to fill in.
  289.                             KEYS - 2
  290. F3: Window
  291.  
  292.     Whenever you are in Patient Maintenance, Transaction Entry, or
  293. Open Payment Entry and want to select an item from another file to fill
  294. in a field, you can press F3 to open a Window to that other file.  Use
  295. the Navigation Keys (see Shift F1) to "move around" in the window until
  296. you find the record you want.  Then press F4 to Select it and close the
  297. Window.  The item you selected will automatically be inserted in the
  298. field where you originally pressed F3.
  299.  
  300. The following files are available in a Window:
  301.  
  302.         Patient
  303.         Responsible Party
  304.         Doctor
  305.         Insurance
  306.         Procedure
  307.         Diagnosis        
  308.         Referring Physician
  309.         Facility 
  310.         Misc Description
  311.  
  312.  
  313. Alt F3: Lock a Row
  314.  
  315.     This function key is provided for you to 'lock' the cursor on
  316. a record of a window so you don't 'slip off' by accidentally pressing
  317. an Up or Down Navigation key.  Press Alt F3 again to 'Unlock' the row.
  318.  
  319.  
  320. F4: Select
  321.  
  322.     When you have opened a file window and located the record you
  323. want to select, press the F4 key.  This will close the file window and
  324. return the record you have selected to the original field where you
  325. pressed the Window key.
  326.  
  327.  
  328. F5: Calculator
  329.  
  330.     The program features a built-in pop up calculator available
  331. just about anywhere!  Press F5 and you can Add, Subtract, Multiply, and
  332. Divide.  Press the "=" to get the result, or F4 to return it to the
  333. field where you started (if numeric).
  334.  
  335.  
  336. Alt F5: Calender
  337.  
  338.     Another convenience provided with the program is a pop up
  339. Calender.  The calender will start with the current month, but you can
  340. change the month with the Up and Down arrow keys, and you can change
  341. the year with the PgUp and PgDn keys.
  342.  
  343.  
  344. F6: Patient Window
  345.  
  346.     This key is only available in Transaction Entry and Open Entry
  347. when you are entering or editing transaction lines.  It is the same as
  348. using the F3 key from a patient account field in that it allows you to
  349. edit the current Patient File record during other entry.
  350.                             KEYS - 3
  351.  
  352. Alt F6: Patient Display
  353.  
  354.     This is another convenience function available during Trans-
  355. action Entry and Open Entry.  This key will display a window of the
  356. key patient information, along with full descriptions of the items.
  357.  
  358.  
  359. F9: Diagnosis
  360.  
  361.     Although you can use the F6 key and access the Patient Diag-
  362. noses fields in that window, the F9 key gives you a short-cut to that
  363. operation by opening a special window just for the diagnoses.  Note
  364. that when this window is open you can still use the F3 window key to
  365. look up and select the diagnosis.
  366.  
  367.  
  368. F10: Patient Chart
  369.  
  370.    To create a patient chart press F10 and answer Yes to "create a new
  371. patient chart".  Enter in the appropriate information for this chart
  372. and when finished, press Ctrl W to write.  This will close up patient
  373. chart correctly and allow you an option to either press "P" to print
  374. the chart or press any other key to close the window.  If you have
  375. trouble keeping your entry aligned in the chart, just be sure to press
  376. the space key BEFORE pressing the Enter key at the end of a line.  You
  377. may actually enter more than one screen full of information (it will
  378. scroll down automatically).
  379.  
  380.  
  381.                 THE ALT KEYS
  382.  
  383.     These keys give you some additional operations whenever a
  384. patient has been selected in the Patient Window, or during Transaction
  385. Entry or Open Entry.  The Erase function is available for other windows
  386. as well.
  387.  
  388. Alt A    = Aging        Displays a window with patient's Aging
  389. Alt B    = Balance    Balance Display based on Responsibility Ind.
  390. Alt E    = Erase        will erase the line or record highlighted
  391. Alt L    = Ledger Card    Displays/Print a patient's Ledger Card
  392. Alt R    = Resp Balance    Balance due by all accounts under a Resparty
  393.  
  394.  
  395. Alt A: Aging Window
  396.  
  397.     This window displays the aging of a patient account based on
  398. amounts current, 30, 60 and 90 days and more past due.  It also shows
  399. credit amounts, Date of Last Service, Date of Last Payment, Amount of
  400. Last Payment and total Balance due.
  401.  
  402.  
  403. Alt B: Balance Window
  404.  
  405.     This window will display what is currently owed by the Patient
  406. based on what is pending by Insurance, Medicare or Medicaid (Medi-Cal),
  407. ChoiceCare, Other and credits.  It also shows the total balance due by
  408. the account.
  409.                             KEYS - 4
  410. Alt E: Erase
  411.  
  412.     If you have entered a record in one of the files and then decide
  413. you want to get rid of it, DON'T just press the space bar and try to
  414. blank it out - that will not change anything.  Instead, put the high-
  415. light bar on the record row that you want to erase, be sure you are
  416. NOT in the data entry mode (you should not be able to see the cursor)
  417. and then just press Alt E to Erase.  This way the record will be
  418. deleted from your system when Entry is Posted (for Transaction Entry)
  419. or when re-building files under Utilities.
  420.     There is no Erase function needed in Open Payment Entry - just
  421. enter a zero amount for both Payment and Adjustment on the right side
  422. of the screen and the line will have no effect when posted.
  423.  
  424.  
  425. Alt L: Ledger Card
  426.  
  427.     A Patient's Ledger consists of three parts: the History records,
  428. the Open Items, and Payment Summaries.  The History file is all the
  429. "Paid Off" items that have been entered, paid, and stored away.  These
  430. items are sometimes also refered to as X Items because once they are
  431. paid, the program automatically puts an X in the Responsibility
  432. Indicator field.  The Open Items are items that have been entered but
  433. are not paid off yet.  There can also be X Items in the Open Item
  434. area which have been paid off but have not been transferred to the
  435. History File yet.  The Payment Summary consists of a record of each
  436. payment entered into the system.
  437.     When displaying a Ledger Card, you can choose to see any one of
  438. these files or each one in turn.  You can also print or "List" just
  439. one or All of these records on your printer along with a header area
  440. consisting of the patient's Name and Address, Insurance numbers,
  441. Diagnosis Codes, etc.
  442.  
  443.  
  444. Alt R: Resparty Balance
  445.  
  446.     This window shows you all patients that have been assigned to a
  447. specific Primary Responsible Party.  The window will list the account
  448. number, patient's name, Date of Last Payment, Amount of Last Payment
  449. and balance.
  450.  
  451.  
  452.             NAVIGATION KEYS
  453.  
  454.     The navigation keys allow you to 'move around' in a file window
  455. either to let you see more records (up and down) or more fields (left
  456. and right).  The last three control the window and editing of fields.
  457.  
  458. Up Arrow    = Up one row or record    Down Arrow = Down a row or record
  459. Left Arrow  = Move left one field    Ctrl Left  = Pan columns left
  460. Right Arrow = Right one field        Ctrl Right = Pan columns right
  461. Page Up     = Up one full window    Ctrl PgUp  = To Top of file
  462. Page Down   = Down one full window    Ctrl PgDn  = To Bottom of file
  463. Home        = To left column        Ctrl Home  = To left most column
  464. End        = To right column        Ctrl End   = To right most col
  465.  
  466. F4  = Select and return the highlighted record and close the window
  467. Esc = Close the window without returning a selected record
  468.  
  469. Ctrl Enter = Begin editing the currently highlighted field (you can also
  470.          just start typing to overstrike the existing information).
  471.                             MAINT - 1
  472.                         MAINTENANCE FILES
  473.  
  474. The Doctor File -
  475.  
  476.     In this file you should list ALL persons in the practice who
  477. provide services for which you will be billing.  This includes
  478. physical therapists and anyone else for whom you may want to run
  479. selective reports.
  480.  
  481.      The first 'Doctor' you enter should be the overall practice name
  482. because that is the one which is generally used as a return address on
  483. statements and at the top of Ledger Cards.  Then enter each individual
  484. provider in the practice in the records following that.
  485.  
  486.  
  487. Insurance File -
  488.  
  489.     This file holds the list of all Insurance Companies used áby
  490. your patients.  A company need only be entered once, even áthough
  491. they may be one persons Primary Insurance and another's Secondary
  492. Insurance.  You should also enter Medicare and Medicaid ácarriers
  493. as an Insurance record.
  494.  
  495.     The Box 1 field in the Insurance File is used to mark the appro-
  496. priate box on the new HCFA 1500 Form.  To mark the right box, count
  497. the number of boxes on the form: if an "X" is to go in first box, enter
  498. a "1" in this field in the Insurance File, if "X" is to go in second
  499. box, fill in a "2", etc.  Most commercial insurance claims would be
  500. 5's.  These do have to be filled in for the program to meet all the
  501. different claims processing requirements. 
  502.  
  503.  
  504. Procedure File -
  505.  
  506.     This áfile is for all the procedures that are áperformed áby the
  507. doctor, including those by anyone else in the practice áwhere you áwill
  508. be billing for their services.  It has fields áfor áthe procedure code,
  509. description, and the usual fee, and some fields that are ánecessary for
  510. insurance forms and electronic claims.  Like the diagnosis codes, you 
  511. don't have áto enter the entire CPT book!  Just enter the ones on the
  512. superbill, or your current list.
  513.     You should enter each procedure code once for category PR, and
  514. again for any other category ONLY where the Description, Fee, Place of
  515. Service, etc. is DIFFERENT for another type of billing.
  516.  
  517.  
  518. Diagnosis File -
  519.  
  520.      The Diagnosis file is where you keep your list of Diagnoses seen
  521. by the Doctor and their Descriptions.  To the basic áICD9 code and
  522. description is added one other áitem ácalled the 'Group' which can be
  523. used to group together the Diagnoses on aáprinted list.  To work áwith 
  524. this áfile, select 'Maint' from the Main Menu áand áthen 'Diagnosis'
  525. from that menu (remember to use  the arrow key to get down áto
  526. Diagnosis - if you just press `D' you'll get the áDoctor file!).
  527.                             MAINT - 2
  528.  
  529.      If you are just starting WINCLAIM, don't worry - you don't
  530. have to enter the entire ICD9 book! If you currently have a 'Super
  531. Bill' for the office, just put in any Diagnoses on that, and áany
  532. others can be added as you go along.
  533.  
  534.  
  535. Referring Physicians -
  536.  
  537.     The Referring Physician file is where you maintain the list of
  538. other doctors who refer patients to your practice.  Besides the name
  539. and address information, there is a field for a provider number (used
  540. in some states), and also fields for a name and phone number for
  541. whomever you usually contact at that office. 
  542.  
  543.     The UPIN# is used in Box 17A of the HCFA 1500 when the Doctor is
  544. a referring physician.  Medicare usually wants any doctor who does lab
  545. work in their office for a Medicare Patient to consider themselves the
  546. ordering physician for that service.  In that case you must enter the
  547. Doctor as a Referrinjg Physician too AND then put their Referring
  548. Physician number on the first transaction entry line in the REF field,
  549. so that their name will print out in Box 17 and their UPIN number will
  550. print in Box 17A.
  551.  
  552.  
  553. Facility File -
  554.  
  555.      The Facility file is where you maintain the list of any locations
  556. outside your office where the doctor(s) provide services.  Like the
  557. Referring Physician file, there is a field for a provider number (used
  558. in some states), and also fields for a name and phone number for
  559. whomever you usually contact at that office.  The Facility is printed
  560. on the HCFA 1500 form in box 32, "Name and Address of Facility where
  561. Services Rendered".
  562.  
  563. Miscellaneous Description File -
  564.  
  565.     This file is provided to assist the practice in grouping accounts
  566. and reports by Patient Categories, Billing Types, Payment Types and
  567. Adjustment Types.
  568.  
  569. Examples of Patient Categories:
  570.  
  571. PR - Private (cash patients, or file their own insurance)
  572. IN - Insurance (general category)
  573. CC - Choice Care
  574. MR - Medicare
  575. MD - Medicaid
  576. MC - Medi-Cal
  577. WC - Workers Compensation
  578. SP - Self Pay (No Insurance)
  579. WE - Welfare
  580.                             MAINT - 3
  581. Examples of Billing Types:
  582.  
  583. IN - Insurance (print a HCFA 1500 form, for example)
  584. PR - When patients are paying at the time of service
  585.        and submitting their own claims
  586. MR - Medicare Paper Claim on HCFA 1500
  587. WE - Print special state Welfare/Medicaid form
  588. MD - Print Medicaid claim (might also be on HCFA 1500)
  589. PA - Prior Authorization (charges IGNORED when reporting balances)
  590. KC - File the claim electronically
  591.  
  592. Examples of Payment Types:
  593.  
  594. CA  - Cash
  595. CK  - Check
  596. IC  - Insurance Check
  597. MO  - Money Order 
  598.  
  599. Examples of Adjustments Types:
  600.  
  601. WO - Write Off
  602. AD - Adjustment
  603. PC - Professional Courtesy
  604.  
  605.     To identify which of the four Misc Types an entry is in this file,
  606. enter one of the following two letter codes in the Type field:
  607.  
  608.                     PC - Patient Category
  609.                     BT - Billing Type
  610.                     PT - Payment Type
  611.                     AT - Adjustment Type    
  612.  
  613.  
  614.                 LIST FILES
  615.  
  616.     Use the List selection at the bottom of the Maint Menu to print out
  617. lists of the files you have entered.
  618.  
  619. List Options -
  620.  
  621. List Format: The Procedure, Diagnosis, and Misc Desc files can only be
  622.  printed in a table format.  However, the Doctor, Insurance, Referring
  623.  Physician, and Facility files also have an option to print Labels.
  624.  
  625. File to List: Select any of the files from the window.
  626.  
  627. Order of List: The Doctor, Facility and Misc Desc  files can only be
  628.  printed in record number order.  The Insurance and Referring Phys files
  629.  are printed in alphabetical order.
  630.  
  631.  Procedure File: This file has the options to print in procedure Code
  632.   order, Alphabetically by description, by procedure Group, or by
  633.   procedure Category.
  634.  
  635.  Diagnosis File: This file has the options to print in diagnosis Code
  636.   order, Alphabetically by description, or by diagnosis Group
  637.                             PATIENT - 1
  638.                     PATIENT MAINTENANCE FILE
  639.  
  640.  
  641.     You can maintain the Patient File (adding, editing or deleting
  642. Patients) by selecting Patient from the Main Menu, or by pressing F3
  643. when starting entry for a new account in Transaction Entry or Open
  644. Payment Entry.  These selections will open a window at the bottom of
  645. your screen showing your accounts.
  646.     This window is considered to be very 'wide' with over seventy
  647. fields going out to the right with all the permanent account informa-
  648. tion.  Use the Navigation Keys (press Shift F1) to move around and see
  649. the various data fields.  Watch the bottom right line of the window
  650. to see a brief description of each field.  Where a field is to be
  651. printed on the HCFA 1500 form, you will see a # sign followed by a
  652. number/letter combination.  These correspond to the item box on the
  653. form by the same number.  The specialized fields also have a Help
  654. Screen assigned to them. Just press F1 for more information.
  655.  
  656.     When you first open the Patient Window, it begins with account
  657. number 1 (which should be your Cash account) and shows you the file in
  658. account number order.  To jump directly to a particular account, press
  659. F3 and enter the account you want in the entry box provided.
  660.     You can also use this feature to 'find' an account by name.  In
  661. this case, enter the patient's last name, or last name, a comma, and
  662. first letter of first name.  Now - two things will happen: the order
  663. of the accounts shown will switch to alphabetical by last name, and
  664. then the program will try to find the account by the name you entered.
  665. If you just entered the last name, you might have to Page Down to find
  666. the exact account you want.
  667.  
  668.     To add a new patient, press F2.  To enter data in a field, simply
  669. begin typing.  To edit data that is already IN a field, you might first
  670. want to press Ctrl Enter to go into the Field Edit mode, then edit the
  671. data in the field like you would in a word processor.
  672.  
  673.  
  674. To assign a Responsible Party to a Patient:
  675.  
  676.     You sometimes see the words Insured, Guarantor, Patient as Insured,
  677. Guardian, Spouse - all meaning someone other than the Patient who has
  678. the actual insurance policy or who is ultimately responsible for the
  679. bill.  WinClaim refers 'these people' as the Responsible Parties,
  680. (sometimes abbreviated to Resparties) which are stored in a seperate
  681. file.  They are assigned to a Patient account at the far right 'end' of
  682. the Patient window (press Ctrl End).  There you will see three RES
  683. fields, for up to three Resparties per account.  There are three
  684. numbers provided in case the Resparty is different for their Secondary
  685. or Tertiary Insurance.  You will usually just use Res 1.
  686.  
  687.                             PATIENT - 2
  688.  
  689.     When adding a new Patient account, move to the Res 1 field and
  690. press F3 to open the Resparty Window.  If another account has the SAME
  691. Resparty and that Resparty is already entered in the file, then just
  692. locate that Resparty record, press F4 to Select it, and you're done!
  693.     If the Resparty is not there yet, press F2 to add a new one, and
  694. then fill in the record.
  695.  
  696. NOTE: You DO NOT and SHOULD NOT enter a Resparty for every patient
  697. account, particularly if the Patient and the Insured are the same. 
  698. You really only need a Resparty record if they are different or you
  699. need to store the additional information in that file (such as
  700. employment data).
  701.  
  702.  
  703.                 LIST PATIENTS
  704.  
  705.     Use this selection from the Patient Menu to print lists or labels
  706. for your accounts.
  707.  
  708. Report Options -
  709.  
  710. Report Format: list to Screen or Printer or print Labels. 
  711.  
  712.   Labels: For the labels you have further options to select the number
  713.     of lines per label, the left margin offset, whether you want the
  714.     phone number printed on the label.  If you don't want to print a
  715.     whole series of labels, you can opt to print just one at a time.
  716.     You also have the option to print test label for printer alignment.
  717.  
  718. Order of list to print: You can print labels or lists Alphabetically,
  719.   by account Number or Zip code. 
  720.  
  721. Select: you can print a series of accounts by account number (such as
  722.   all those entered on a certain day since they will be in order).
  723.  
  724. Patient Category: allows you to print for just one Category.
  725.  
  726. Doctor:  If you have multiple doctors within the group and would like
  727.   print for just one, enter the Doctor number here.
  728.  
  729. Location: You can also select by the Location field as well.  This
  730.   field is provided for multiple-office practices but you can use it
  731.   for ANY other way you want to 'group' your patients.
  732.                             TRANS - 1
  733.                           TRANSACTION ENTRY
  734.  
  735.     This is where you will spend most of your time in WinClaim.  Here
  736. you will enter all the procedures that are performed in the practice
  737. and also edit any old entry that needs corrections.  A Transaction
  738. consists of a Procedure Code and a Charge for that service, plus a
  739. great deal of other information for printing reports and forms.  Pay-
  740. ments and Adjustments should ONLY be entered under Open Payment Entry
  741. (covered in the next section).  The only exception is if the patient
  742. pays for part of the services AT THE TIME OF SERVICE.
  743.  
  744.     The normal flow of your daily work is to Enter new transactions,
  745. List them to verify the entry (and for permenant storage), and then
  746. Post them to the patient accounts.  These process is the same as the
  747. three Menu selections for this section of the program.
  748.  
  749. Selecting a User File -
  750.  
  751.     A User File is a block of transactions entered by one person which
  752. has not been posted yet.  You can have up to nine User Files that you
  753. can enter, print, correct and post independently of the others.  These
  754. files are denoted by a number from 1 - 9.  Files which have been
  755. started but not posted will be checked-marked at the right of the User
  756. File window when you start Transaction Entry.  To select a User File,
  757. use the down arrow key to highlight the number you want and then press
  758. the Enter key.
  759.     You can also edit the History, Open Items, and Payment Summary
  760. files from Transaction Entry.  CAUTION - editing these files WILL alter
  761. account balances and affect your overall accounting.  This should ONLY
  762. be allowed by authorized users.  Passwords are available to protect
  763. this feature (see the Utilities section).
  764.  
  765. Transaction Entry Command Menu -
  766.  
  767.     After you have selected a User File, you will be given a command
  768. menu at the bottom of the screen.  It has selections to Enter transac-
  769. tions, Review your entry, display entry Totals, Ledger display/print,
  770. display Aging, display Balance, User File selection and Quit.  These
  771. are described briefly here, with more detail on the steps of entering
  772. transactions following.
  773.  
  774. Enter: This is where you will enter all new transactions into the
  775.   system.  If you are editing the History, Open Items, or Payment
  776.   Summary files you WILL NOT be permitted to add new items.  This can
  777.   only be done through a User File entry and the normal posting process.
  778.  
  779. Review: The Review selection allows you to display on the screen, a
  780.   list of all the entry to the User File currently in use.  The account
  781.   number is at the right end of the transaction line.
  782.  
  783. Totals: This selection simply totals up all the Charges, Payments, and
  784.   any Adjustments in the current User File.
  785.  
  786. Ledger: The Ledger selection allows you to display a Ledger Card for a
  787.   patient when you are not currently doing Entry for them.  It is the
  788.   same as pressing Alt L except that you can get a Ledger for ANY
  789.   patient (not just the one currently selected).
  790.                                TRANS - 2
  791.  
  792. Aging: Like the Ledger selection, you can get an Aging window for ANY
  793.   patient account.
  794.  
  795. Balance: This also allows you to display an account's balance even
  796.   though you are not currently doing entry for them.
  797.  
  798. User: Use this selection when you have finished entry in one User File
  799.   and want to use one of the other Files.
  800.  
  801. Quit: Returns you to the Transaction Entry sub-menu.
  802.  
  803.  
  804. Entering Transactions -
  805.  
  806.     To enter transactions for an account, you will follow these basic
  807. steps:
  808.  
  809.         1) select Enter from the command menu
  810.         2) select the patient account
  811.         3) verify that their default information is correct
  812.         4) enter and verify their first transaction line
  813.         5) press F2 to add additional lines - OR -
  814.         6) press Esc to end entry and return to the menu
  815.  
  816.     1) To select Enter from the command menu at the bottom of the
  817. screen, just press the letter "E" or press Enter when the word
  818. Enter is highlighted on the menu line.
  819.  
  820.     2) There are several ways to select the patient account.  If you
  821. know the patient's account number, just type that in the field provided
  822. and press enter.  Answer 'Yes' to "Is this the one?" and you are ready
  823. to go.
  824.     You can also enter their last name, a part of their last name, or
  825. their complete last name followed by a comma (,) and their first
  826. initial.  When the account is displayed, if it is not the correct
  827. account (due multiple similar names), you can answer 'No' or 'Backup'
  828. to scan forward and backward alphabetically through the file.
  829.     A third method of selecting the account is by using the Window Key
  830. (F3).  If you enter an account number before opening the window, then
  831. the window will be displayed by account number order.  If you enter
  832. even just one letter of a name, then the window will be displayed
  833. alphabetically.  Use the Navigation Keys to move about in the file
  834. until you locate the correct account, then press F4 to select it.
  835.  
  836.     3) Once you have selected an account, the rest of their 'default'
  837. information is displayed on the screen.  This includes their Resparty,
  838. Insurance Companies, Referring Physician and Facility, and the
  839. Diagnoses you have stored for them.  These are called 'default' items
  840. because they will be automatically filled in on the first and all sub-
  841. sequent transaction lines as you enter them.  For this reason, you are
  842. asked to verify that these items are correct as shown BEFORE you enter
  843. the first transaction. 
  844.    If one of the defaults is blank, incorrect, or needs to be updated,
  845. answer 'No' to the question and the Patient Browse/Edit window will
  846. open up and you can make any changes necessary.
  847.                             TRANS - 3
  848.  
  849.     4) Now you begin entering transactions for them.  Use the Help Key
  850. [F1] for information about each field as you go across the line.  Some
  851. notes for certain special fields:
  852.  
  853. Date - After you have entered the first line, the date you entered
  854. will be carried forward to all subsequent lines until you change it.
  855.  
  856. Proc/M1 - After you have entered a Procedure code AND you have pressed
  857. Enter past the M1 field, the program will try to find that Code and
  858. Modifier in the Procedure file in order to fill in the Charge, Place of
  859. Service, Type of Service, etc.  This process uses the Category field
  860. (in the Procedure File) as follows: first it will try to find a match
  861. to the Patient's Category, if not found it will try to match the
  862. Billing Type on the transaction line, if still not found it will fall
  863. back to the default category PR (ALL procedures should be entered in
  864. the Procedure File ONCE with the Category PR), finally it will look for
  865. ANY record in the Procedure File with that Code.  It goes through all
  866. this because you might want to enter multiple copies of the SAME code
  867. in the Procedure File where the Place of Service, Type of Service or
  868. fee is different (if allowed) for different types of claims.
  869.     You can also use the Window Key (F3) on the Procedure field and
  870. just 'pick out' the code to enter from the list.  If you are not sure
  871. of the EXACT code to use, just enter the first part of it in the Proc
  872. field BEFORE pressing F3 ('99' for example), and the window will open
  873. up already positioned at that part of the file.  To position the
  874. window alphabetically, just press any letter key after it is open.
  875.  
  876. Dia - The Diagnosis Indicator shows which one (or more) of the
  877. Diagnoses you have stored for this patient applies to the Procedure
  878. you have entered on this line.  It is important that these match in
  879. order for you to get paid.
  880.  
  881. BT - This is the Billing Type field and is used to determine 'how you
  882. want to be paid' for this line.  For example, entering IN would mean
  883. that you will print an Insurance form for this line, or entering KC
  884. would mean that you want to file it electronically.
  885.  
  886. R - The Responsibility Indicator field is used to determine 'who is
  887. responsible for the balance due' on this line.  For example, entering
  888. an I means the patient's insurance company is primarily responsible, or
  889. entering a P means the patient is responsible for the entire amount.
  890.  
  891.     Most of the time you will not have to enter anything more than the
  892. columns of information on the first part of the Transaction Line.  If
  893. you want to edit or verify the additional information to the right side
  894. of the line, use the Navigation Keys.
  895.     While you are entering transactions you can use the Alt keys (see
  896. [Alt F1]) to view the account's Ledger [Alt L], Balance [Alt B], Aging
  897. [Alt A], etc.  You can also use [Alt F6] for a detailed display of the
  898. Patient's account, or just [F6] by itself to edit the Patient's record.
  899. If you need to enter or change the Patient's Responsible Party, you
  900. will find Res 1 at the 'right end' (use [Ctrl End] and then the left
  901. arrow a few times) of the Patient window.  Note that if you change some
  902. of the patient's default information AFTER you have started entry for
  903. them, the changes you make WILL NOT affect any lines you have already
  904. entered.
  905.                             TRANS - 4
  906.  
  907.     5) After you have finished entering the first transaction line for
  908. an account, just press [F2] to enter any additional lines.  The program
  909. will automatically take you to the Procedure field of the next line.
  910.  
  911.     6) When you have finished all entry for an account, all you need to
  912. do is press the Esc key.  You can now start entry for another account
  913. or perform any other function shown on the command menu.
  914.  
  915.  
  916. Editing User Entry -
  917.  
  918.     To edit existing entry for an account or to add additional lines
  919. BEFORE IT IS POSTED, just select the User File which has the record(s)
  920. that you want to edit, select Enter and select the account.  Any exist-
  921. ing lines for that account will be displayed and you can use the Navi-
  922. gation keys to move to the field you want to change and edit it by
  923. typing over the old data, or by pressing [Ctrl Enter] and editing it.
  924. When editing an account in a User file you can use [Alt E] to erase a
  925. line or [F2] to add a new one.
  926.  
  927.  
  928. Editing Posted Information -
  929.  
  930.     You can also use Transaction Entry to edit information that has
  931. already been posted to the History, Open Items, or Payment Summary
  932. files.  You WILL NOT be permitted to Add line to these files this way.
  933. Also, you should be very careful because the changes you make WILL
  934. affect account balances.  See Passwords in the Utility section for
  935. information on how you can protect this function.
  936.  
  937.  
  938. Backing up your Entry -
  939.  
  940.     One of the most important things you can do for yourself is to
  941. 'back up' your User files.  Emphasis is made in the next section on
  942. keeping printed copies of your entry, but making a copy to a floppy
  943. disk is even better.  There is one simple rule to follow: BACK UP AS
  944. OFTEN AS YOU DON'T WANT TO ENTER IT OVER AGAIN.  This means that if
  945. have been working all morning on some entry, and you don't want to
  946. have to spend all afternoon re-entering it because the system crashed
  947. during lunch time --> BACK UP BEFORE YOU GO TO LUNCH!
  948.     It is also important to know that you must back up BEFORE POSTING.
  949. This is because the posting process erases user files once it is
  950. finished with them.
  951.     Keep a floppy disk just for yourself for this purpose.  Start a
  952. new one every month.  User entry files follow the pattern USERn.DBF
  953. where the character 'n' is a number from 1 through 9.  Develope a
  954. 'system' for naming the file you enter and back up every day so that
  955. you don't copy over and erase the previous day's backup.  For example
  956. use the last three characters of the back-up file name to indicate
  957. the month and day: USER3.723 would be the backup of your USER 3 entry
  958. for July the 23rd.  The DOS command for this operation would be:
  959.  
  960.               C:WINCLAIM>copy user3.dbf a:user3.723
  961.  
  962.     You would have to use the letters "N" and "D" to indicate the
  963. months of November and December (just use "0" for October).  While we
  964. are on the subject - you should also back up you Patient and Resparty
  965. files on any day you add patients, and back up ALL files at the end of
  966. every month, and KEEP that back up (don't overwrite it next month)!
  967.                             TRANS - 5
  968.                           LIST TRANSACTIONS
  969.  
  970.     After you have entered data in a User File, the next step in the
  971. flow is to print that entry to check for any possible errors.  If you
  972. see something that needs to be corrected, just go back to Transaction
  973. Entry, select Enter and that account, and fix the error.  Once you are
  974. sure that everything is right, PRINT A FINAL COPY of the User file
  975. before posting and KEEP this copy!  We cannot emphasize this enough! 
  976. As much as we work towards the concept of the paperless office (and
  977. electronic claims leads the way to that) the harsh reality of Hard Disk
  978. errors and Network crashes is STILL with us today.  The occasional need
  979. for re-entering data then is much easier from a printed report rather
  980. than from scraps of superbills (most of which have been thrown away,
  981. lost, or crawled away on their own by the time you notice the error).
  982.  
  983.     You can also use the List Transaction selection to print from the
  984. History, Open Items, and Payments files.  While this report will show
  985. totals at the bottom, you should not generally use this as a financial
  986. report because the transactions for earlier months will be 'split' be-
  987. tween the History file and Open Items and therefore will not all show
  988. up on one report.  Use the Financial Analysis Report for this purpose.
  989.  
  990.     However, you can use it to print a summary of ALL transactions
  991. entered and posted during a given period of time by printing the range
  992. of line numbers from the Open Items file.  This will work because all
  993. entry is first posted to the Open Items file (even if paid off) before
  994. to the History file.  However, it WILL NOT work AFTER you have
  995. used the Xfer selection (under the Open area of the Main Menu) because
  996. it moves the paid-off items to the History file and renumbers the re-
  997. maining items in the Open Items file.  Also, the totals WILL NOT MATCH
  998. the totals from the Financial Analysis IF during the same period you
  999. entered one or more transactions from an earlier or later Reporting
  1000. Month.  See the notes and diagram at the end of this section.
  1001.  
  1002.  
  1003. List Options -
  1004.  
  1005. User File: Press Enter and use the up and down arrow keys to highlight
  1006.   the User File you want to print, or select one of the Posted files.
  1007.  
  1008. List to: You can send the list to the Screen or your Printer.
  1009.  
  1010. First/Last Line numbers: You can print any series in the range shown.
  1011.  
  1012. Doctor/Category/Location: These are used if you want to SELECT or limit
  1013.   the items printed within the range you entered.
  1014.                             TRANS - 6
  1015.              POST TRANSACTIONS
  1016.  
  1017.     Once you have entered transactions, made any corrections, and then
  1018. printed a final copy of the User File, you are ready to Post them to
  1019. the permenant files.  This is a very simple process for you (just
  1020. select the User File number and say "Go"), but a fairly complex one for
  1021. your computer system.  This process updates the Patient file (Date of
  1022. Last Service, etc.), the Open Items file (all items are posted here
  1023. first) and the Payment Summary file (in case there were any payments).
  1024. Refer to the diagram on the next page for a picture of this process.
  1025.     When a User File has be posted and the process is complete, the
  1026. file will be deleted.
  1027.  
  1028.     There is one new term for you to understand here, which is the
  1029. concept of the "Reporting Month".  This feature was added to the
  1030. program in order to speed up some processes such as printing forms, and
  1031. also to give you the opportunity to run reports for any reporting
  1032. period at a later date, regardless of when the data was entered.  A
  1033. very typical example of this is when you are in the month of June,
  1034. but still entering transactions for the month of May.  Your best bet in
  1035. this situation is to enter the May transactions in THEIR OWN User File,
  1036. and then Post them with a Reporting Month of 05/92.
  1037.     This becomes even MORE critical if you want your actual bank
  1038. deposits to match up with the Financial Analysis for a given Reporting
  1039. Month later on.  Just be sure that whenever there is a payment entered,
  1040. that it gets posted with the SAME Reporting Month that you made the
  1041. deposit.
  1042.  
  1043.  
  1044.   * * BACK UP YOUR ENTRY FILES TO FLOPPY DISK BEFORE POSTING! * *
  1045.  
  1046.  
  1047. Posting Options -
  1048.  
  1049. User File: Press Enter and use the up and down arrow keys to highlight
  1050.   the User File you want to Post.
  1051.  
  1052. Report Month: You must enter the Reporting Month for the transactions
  1053.   that are to be posted.  Enter it as Month/Year.
  1054.  
  1055. For Advanced Users -
  1056.  
  1057.     There is an over-ride option built in to the program by way of the
  1058. Rpt column in Transaction Entry.  If you are doing a whole batch of
  1059. entry to a User File and you suddenly see maybe just one or two lines
  1060. that you want to be posted to a different Reporting Month, you can
  1061. still enter them along with everything else BUT on THOSE lines, move
  1062. over to the Rpt column at the right end of the Entry Window and
  1063. manually enter the special Reporting Month FOR JUST THOSE LINES.  VERY
  1064. VERY IMPORTANT ---> you MUST enter the Report Month in REVERSE order
  1065. and WITHOUT the slash character!  For example: a Report Month of June,
  1066. 1992 would be entered as "9206".
  1067.     When these lines are subsequently posted, the Reporting Month that
  1068. YOU entered will be retained by the system.
  1069.                             TRANS - 7
  1070. The Flow of Transactions -
  1071.  
  1072.     There are three main files in the program: the History File (which
  1073. contains all the paid off items), the Open Items (which contains all
  1074. un-paid items and recently posted items), and the Payment Summary File
  1075. (which contains a summary line for all payments entered).  These files
  1076. are built up from the transactions you enter and are maintained by the
  1077. Posting processes.  The flow of transactions can be illustrated as:
  1078.  
  1079.  
  1080.  ------------
  1081. |            |   Entry Posting
  1082. | User Entry |-----------------------------
  1083. |            |        |                   |
  1084.  ------------         V                   V
  1085.                  ------------        -----------          -----------
  1086.                 |            |      |           |        |           |
  1087.                 |            |      |           |        |           |
  1088.                 |            |      |           |        |           |
  1089.                 |            |      |   Open    |  Xfer  |           |
  1090.                 |  Payments  |      |           |------->|  History  |
  1091.                 |            |      |    Items  |        |           |
  1092.                 |            |      |           |        |           |
  1093.                 |            |      |           |        |           |
  1094.                 |            |      |           |        |           |
  1095.                  ------------        -----------          -----------
  1096.  ------------         ^                   ^           
  1097. |            |        |                   .
  1098. | Open Entry |---------....................
  1099. |            |   Open Posting
  1100.  ------------
  1101.  
  1102.  
  1103. Posting Transactions -
  1104.  
  1105.     Posting Transactions from a User File will add the lines to the
  1106. Open Items file and add a record to the Payment Summary file for any
  1107. account where there is a Payment or Adjustment entered to one or more
  1108. lines for that account.  A seperate Payment Summary record will also
  1109. be added if more than one Doctor performs a service for an account and
  1110. the payment is entered on seperate lines along with the different
  1111. Doctor Number.
  1112.     Although paid-off items (Charge - Payment - Adjust = 0) entered
  1113. during Transaction Entry belong in the History file and will eventually
  1114. end up there, they are first posted to the Open Items file along with
  1115. everything else.  The 'Xfer' selection under the Open Menu (usually run
  1116. at the end of a month) will transfer them to the History file with all
  1117. other items that were paid off during the month.
  1118.  
  1119. Posting Open Entry -
  1120.  
  1121.     Posting Open Entry also adds records to the Payments file.  The
  1122. Doctor on the original Transaction line will be 'credited' with having
  1123. received the payment in the Payment Summary record, unless you enter a
  1124. different doctor number on the summary line at the top of the screen.
  1125.                             TRANS - 8
  1126.  
  1127.     Open Entry Posting does not add any NEW records to the Open Item
  1128. file.  The payment and adjustment amounts are only posted to the Pay-
  1129. ment and Adjustment fields of the original Transaction line (as shown
  1130. by the dotted line above).
  1131.  
  1132. Xfer -
  1133.  
  1134.     Finally, in order to speed up the system, something is needed to
  1135. remove paid off items from the Open Item file and transfer them to the
  1136. History file.  This is accomplished by the "Xfer" selection at the
  1137. bottom of Open Menu.  This selection can be made at any time, however
  1138. one time at the end of the month is all that should be necessary.  Be-
  1139. cause this removes records from the Open Item file, you can only Xfer
  1140. when there are NO OUTSTANDING Open Entry files.
  1141.  
  1142.  
  1143. End of Month Notes -
  1144.  
  1145.     You should print all insurance forms BEFORE doing an Xfer at the
  1146. end of the month.  The reason for this is that if there are one or more
  1147. trnasaction items that are paid off (by the Patient, for example) but
  1148. you want them to appear on an insurance form - if you do an Xfer first,
  1149. the items would have been transferred to the History file and therefore
  1150. would not be in the Open Items file to print!  You could still print
  1151. them from the History file of course, but they would be on a seperate
  1152. form.
  1153.  
  1154.     If you want paid-off items to appear on the Statement forms, then
  1155. print the statements BEFORE doing the Xfer at the end of the month.  If
  1156. you only want to print items that are still open, then go ahead and
  1157. do the Xfer selection FIRST and print statements afterwards.
  1158.  
  1159.     The Aged Trial Balance report can be run before or after doing the
  1160. Xfer but it will run faster if you run it after.
  1161.  
  1162.     If you want to see a summary of Payments received over a certain
  1163. period of time (not necessarily relative to the Reporting Month) then
  1164. use the Transaction Print program, printing from the Payments file and
  1165. selected by the series of line numbers that cover the specific range of
  1166. dates you want.  This summary will include payments received from both
  1167. Transaction Entry and Open Payment Entry.
  1168.                             OPEN - 1
  1169.                            OPEN ENTRY
  1170.  
  1171.     This is where you should enter ALL payments which are to be posted
  1172. to any transaction lines.  The ONLY exception to this is where the
  1173. patient makes a payment AT THE TIME the service is rendered.  This
  1174. process will seem a little more complicated than some other accounting
  1175. methods but then this is just about the ONLY business where there are
  1176. often two or three payors not only on a single account, but on indivi-
  1177. dual line items!  And then after all that, you might have to write-off
  1178. the rest of each item with an adjustment!
  1179.  
  1180.     Open Entry payments can only be made to lines that have already
  1181. been entered and posted through Transaction Entry.  Before getting into
  1182. the detail of Open Entry, we will go over two examples:
  1183.  
  1184. 1. A Medicare patient comes to the office and has three services done
  1185. which are $100.00 each.  You print a HCFA 1500 form for a total billing
  1186. of $300.00.  Medicare then sends a payment of $240.00 ($80.00 on each
  1187. of the three services.  You select Open Entry, locate the three trans-
  1188. actions and enter an $80.00 payment AND a $20.00 Adjustment ON EACH of
  1189. the three lines.  Now the lines are 'paid-off' and will be transferred
  1190. to the History file at the end of the month.
  1191.  
  1192. 2. Another patient comes to the office with insurance coverage and
  1193. agrees to pay whatever is not covered.  They have the same three
  1194. services for a total of $300.00 and you print and send the insurance
  1195. form off for payment.  The insurance sends a check for just $180.00
  1196. ($60.00 for each line item).  Select Open Entry and enter the $60.00
  1197. payment on EACH line, and also enter a "P" in the Responsibility
  1198. Indicator column to show that the PATIENT is responsible for the bal-
  1199. ance due on the line.  At this point the Ledger Card for Open Items
  1200. shows three lines with a $100.00 Charge and a $60.00 Payment.  A
  1201. statement will be printed at the end of the month and sent to the
  1202. patient.  The patient then sends a payment of $60.00 so you enter Open
  1203. Entry and enter a $20.00 payment on each of the same lines.  After
  1204. posting this file, the Ledger Card shows the same $100.00 Charge items
  1205. with $80.00 paid on each one.  After continuing to bill the patient
  1206. for several months, they move and you realize that you are not going
  1207. to be able to collect the rest, so you select Open Entry AGAIN and
  1208. bring up the same account and enter a $20.00 Adjustment to each of the
  1209. three lines as a "Write-Off".  Now the lines are considered "paid"
  1210. (Charge 100.00 - Payment 80.00 - Adjustment 20.00 = 0) and they will
  1211. be moved over to the History file by the Xfer selection.
  1212.  
  1213.  
  1214. Selecting an Open File -
  1215.  
  1216.     An Open Entry file is a set of payments which will be posted to
  1217. EXISTING transaction lines in the Open Item file.  You can have up to
  1218. nine Open Files that you can enter, print, correct and post indepen-
  1219. dently of the others.  These files are denoted by a number from 1 - 9. 
  1220. Files which have been started but not posted will be checked-marked at
  1221. the right of the Open File window when you start Open Entry.  To
  1222. select an Open File, use the down arrow key to highlight the number you
  1223. want and then press the Enter key.
  1224.                             OPEN - 2
  1225. Open Payment Entry Command Menu -
  1226.  
  1227.     After you have selected a User File, you will be given a command
  1228. menu at the bottom of the screen.  It has selections to Enter payments,
  1229. display entry Totals, Ledger display/print, display Aging, display
  1230. Balance, Open File selection and Quit.  These are described briefly
  1231. here, with more detail on the steps of entering payments following.
  1232.  
  1233. Enter: This is where you will enter all payments into the system.  You
  1234.   will select the account, and then the line items for payment.
  1235.  
  1236. Totals: This selection simply totals up all the Payments and any
  1237.   Adjustments in the current Open File.
  1238.  
  1239. Ledger: The Ledger selection allows you to display a Ledger Card for a
  1240.   patient when you are not currently doing Entry for them.  It is the
  1241.   same as pressing Alt L except that you can get a Ledger for ANY
  1242.   patient (not just the one currently selected).
  1243.  
  1244. Aging: Like the Ledger selection, you can get an Aging window for ANY
  1245.   patient account.
  1246.  
  1247. Balance: This also allows you to display an account's balance even
  1248.   though you are not currently doing entry for them.
  1249.  
  1250. Open: Use this selection when you have finished entry in one Open File
  1251.   and want to use one of the other Files.
  1252.  
  1253. Quit: Returns you to the Open Entry sub-menu.
  1254.  
  1255.  
  1256. Entering Payments -
  1257.  
  1258.     To enter transactions for an account, you will follow these basic
  1259. steps:
  1260.  
  1261.         1) select Enter from the command menu
  1262.         2) select the patient account
  1263.         3) locate and select the first line for payment
  1264.         4) enter the payment and any adjustment for that line
  1265.         5) enter payments/adjustments for any other lines
  1266.         6) press Esc to end entry and return to the menu
  1267.  
  1268.     1) To select Enter from the command menu at the bottom of the
  1269. screen, just press the letter "E" or press Enter when the word Enter
  1270. is highlighted on the menu line.
  1271.  
  1272.     2) Select the patient exactly the same way as in Transaction Entry:
  1273. either enter the account number, last name, or use the Window Key [F3].
  1274.                             OPEN - 3
  1275.  
  1276.     3) If there are a lot of Open Items, use the Navigation Keys to
  1277. locate the first transaction for payment.  You can identify it by the
  1278. Date, Procedure Code, and/or the Date Filed in the Comment field.  Move
  1279. the highlight bar directly over the item.  To select the item once you
  1280. have highlighted it, press the Select Key [F4].
  1281.  
  1282.     4) Enter the seperate Payment amount FOR THIS LINE ITEM ONLY in the
  1283. Payment column, and the adjustment amount (if any) in the Adjust column.
  1284. Even if you received a lump sum payment for several items, YOU MUST
  1285. distribute the payment over all the items it covers so they will be paid
  1286. off and moved over to the History file.  Don't forget that you can use
  1287. the Calculator [F5] to help apportion the payment and figure out any
  1288. remaining Adjustment amount.
  1289.     When you are entering the FIRST payment line for an account, you
  1290. will be permitted in the Payment Summary area at the upper right corner
  1291. of the screen.  Here you can enter the Date of the payment, any Comment
  1292. for the Payment Summary file line, the Payment Type, etc.  Note that
  1293. this information appears ONLY in the Payment Summary file on a line
  1294. which gathers all individual payment line amounts into a single summary
  1295. line which matches the total payment amount received.  In the first
  1296. example on page one of this section, you should see a single Payment
  1297. Summary line showing the $240.00 payment and the $60.00 adjustment.
  1298.  
  1299.     5) After completing entry of the first line, the Open Entry program
  1300. will automatically move to, and highlight, the NEXT open line in the
  1301. file.  If you need to enter a payment on that line, just press [F4] to
  1302. select it and enter the payment amount.
  1303.  
  1304.     6) Once you have entered all payments for the current account, just
  1305. press Esc to return to the Command Menu.
  1306.  
  1307.  
  1308. Editing Open Entry -
  1309.  
  1310.     If you check or List your Open Entry and notice that a correction
  1311. needs to be made, just select the Open File which has the record(s)
  1312. that you want to edit, select Enter and select the account.  Any exist-
  1313. ing lines for that account will be displayed along with the payments
  1314. you entered.  Use the Navigation keys to move to the line you want to
  1315. change and then select it by pressing [F4].  Type over the old data and
  1316. the press Enter to move to the next field.  Press Esc when you are
  1317. finished editing the line, and then Esc again to leave the account.
  1318.     There is no Erase or Alt E function necessary for Open Entry.  Just
  1319. enter 0 for the Payment and Adjustment of any line you don't want.  The
  1320. line will then be ignored by the Posting process.
  1321.                             OPEN - 4
  1322.                           LIST OPEN ENTRY
  1323.  
  1324.     After you have entered Payments and Adjustments in an Open File,
  1325. the next step is to print that entry to check for any possible errors.
  1326. If you see something that needs to be corrected, just go back to Open
  1327. Entry, select Enter and that account, and fix the error.  Once you are
  1328. sure that everything is right, PRINT A FINAL COPY of the Open File
  1329. before posting and KEEP this copy!
  1330.  
  1331. List Options -
  1332.  
  1333. Open File: Press Enter and use the up and down arrow keys to highlight
  1334.   the Open File you want to print.
  1335.  
  1336. List to: You can send the list to the screen or your printer.
  1337.  
  1338. First/Last Line numbers: You can print any series in the range shown.
  1339.  
  1340.  
  1341.              POST OPEN ENTRY
  1342.  
  1343.     Once you have entered Payments and Adjustments, made any correc-
  1344. tions, and then printed a final copy of the Open File, you are ready
  1345. to Post them to the Open Items file.  This is as easy as posting trans-
  1346. Entry.  Just select the Open File, enter the Reporting Month, and say
  1347. "Go".  This process updates the Patient file (Date of Last Payment),
  1348. the Open Items file Payment and Adjustment fields (but does not add any
  1349. new records) and the Payment Summary file.  Refer to the diagram at the
  1350. end of the TRANS section.
  1351.  
  1352.     When an Open File has been posted and the process is complete, the
  1353. File will be deleted.
  1354.  
  1355. Posting Options -
  1356.  
  1357. Open File: Press Enter and use the up and down arrow keys to highlight
  1358.   the Open File you want to Post.
  1359.  
  1360. Report Month: You must enter the Reporting Month for the Payments that
  1361.   are to be posted.  Enter it as Month/Year.
  1362.  
  1363.  
  1364.              XFER TO HISTORY
  1365.  
  1366.     The Xfer or transfer operation takes all 'paid-off' items in the
  1367. Open Items file and moves them to the History file.  This makes the
  1368. system faster because the program does not have to scan through thou-
  1369. sands of old items in order to find something to report a balance or
  1370. print a form.
  1371.     You will usually make this selection as the LAST thing you do in a
  1372. month.  Refer to other parts of this manual to see how Xfer affects
  1373. other operations.
  1374.     Because Xfer changes the number of records in the Open Items file,
  1375. you cannot have ANY unposted Open Payment files outstanding when you
  1376. make this selection.  The program will warn you if it finds any.
  1377.                             REPORTS - 1
  1378.             AGED TRIAL BALANCE
  1379.  
  1380.     This report shows all accounts with outstanding balances and 
  1381. whether the amounts are current, 30, 60, or over 90 days past due.  If
  1382. you are printing this report, the individual account detail will be 
  1383. followed by an Analysis page with sub-totals by Patient Category.
  1384.  
  1385.  
  1386. Report Options -
  1387.  
  1388. Report Format: The Report can be sent to screen or printer, or you can
  1389.   choose to skip printing the detail and print the Analysis only.
  1390.  
  1391. Order of Accounts: Print Alphabetically or by account Number.
  1392.  
  1393. Type of Report: You can choose to print by Debit accounts (those that
  1394.   owe you money), Credit accounts (those that are overpaid or who you
  1395.   owe refunds), Zero Balances (accounts with zero or an insignificant
  1396.   balance in the range -0.99 to 0.99), or All accounts (which does
  1397.   not print accounts with EXACTLY zero).
  1398.  
  1399.   Debit: When you choose a Debit report, you can further select by the
  1400.     aging 'bucket' - for example, if you only want to see accounts that
  1401.     are over 90 days past due; and you can select the minimum balance
  1402.     due to report - those that owe more than $500.00 for instance.
  1403.  
  1404. Responsibility Indicator: With this selection, you can customize the
  1405.   report to show you the balances based on WHO is responsible for the
  1406.   amount due.  For example, selecting "P" would report those items 
  1407.   where the Patient is responsible for the balance due, or "I" would 
  1408.   report where the Insurance companies are responsible.
  1409.  
  1410. Insurance Company: This selection lets you run the report for an indi-
  1411.   vidual insurance company.  To see if Medicare is paying in a timely
  1412.   manner, enter their Insurance File record number and examine the 60
  1413.   and 90 day columns.
  1414.  
  1415. Category/Doctor/Location: These selections allow you to customize the
  1416.   report based on the way you identified the patients in the Patient
  1417.   File.  You can use one or all of these in the same report: the more
  1418.   of these you enter, the more selective the report will be.
  1419.  
  1420. Go for it: Run the report with the selections shown!
  1421.                             REPORT - 2
  1422.             FINANCIAL ANALYSIS
  1423.  
  1424.     The Financial Report is the key report that you should use to
  1425. determine the Charges entered, or the Payments and Adjustments made
  1426. during a given reporting period.  The File to Report option is very
  1427. important.  Although you can select just the History or Open Items
  1428. files, you should generally select Both in order to see all Charges
  1429. whether they are paid-off (in History) or still outstanding (in Open
  1430. Items).
  1431.     When selecting History, Open Items, or Both - the Payment and
  1432. Adjustment columns show the total which has been APPLIED to the items
  1433. for each account entered during the reporting period you selected.
  1434.     To see the total of payments RECEIVED during a given reporting
  1435. period, select the Payments file as the File to Report.
  1436.  
  1437.  
  1438. Report Options -
  1439.  
  1440. Report Format: The Report can be sent to screen or printer, or you can
  1441.   choose to skip printing the detail and print the Analysis only.
  1442.  
  1443. File to Report: Select to report from the History file only, the Open
  1444.   Items file only, or Both.  Select Payments to see payments actually
  1445.   received (the Charge column will be zero).
  1446.  
  1447. Begin/Ending Reporting Month: With this option (required) you can 
  1448.   select the reporting period from monthly to quarterly to yearly.  
  1449.   Enter the SAME month and Year to get just one month.
  1450.  
  1451. Category/Doctor/Location: These selections allow you to customize the
  1452.   report based on the patient's Category, Doctor, and/or Location AT
  1453.   THE TIME the transactions were entered.  This means that if their
  1454.   Category changes from Medicaid (MD) to Private (PR) between services,
  1455.   the items would be reported seperately if you select by Category.
  1456.  
  1457. Go for it: Run the report with the selections shown!
  1458.                             REPORT - 3
  1459.             BILLING REPORT
  1460.  
  1461.     This report is designed to answer the questions "What billing
  1462. did I just file?", "What billing have I filed and have been paid?", and
  1463. "What billing have I filed where I have NOT been paid?".  You get the
  1464. answers to these questions by carefully filling in the options for this
  1465. report.  This report revolves around the Comment field, where the Forms
  1466. Print programs and the Electronic Claims programs will fill in the two
  1467. letter Billing Type field and the Date Filed whenever a claim is 
  1468. printed or sent.
  1469.     To answer the first question - select the Open Items file, 
  1470. Filing Status "Filed", and the date you printed the form or sent the
  1471. claim.  To answer the second question, select the History file instead
  1472. (because it has all the paid-off items).  To answer the third question
  1473. above, select Open Items again and Filed, but leave the Date Filed sel-
  1474. ection field blank (for all filed by that Billing Type).
  1475.     You can also use this report to find out what you have entered
  1476. but not yet filed, which will also show you claims where the Electronic
  1477. Claims program found too many errors to transmit.  Use the Local Error
  1478. report to locate and correct the errors.
  1479.  
  1480.  
  1481. Report options -
  1482.  
  1483. Report Format: The Report can be sent to screen or printer.
  1484.  
  1485. File to Report: Select to report from the History file only, the Open
  1486.   Items file only, or Both.
  1487.  
  1488. Filing Status: The choices here are Filed and Unfiled.  Filed means 
  1489.   that the two letter Billing Type you enter below MUST be in the first
  1490.   two positions of the Comment field followed by the Date Filed in order
  1491.   to report what was filed on a particular day, OR the Billing Type you
  1492.   enter must match the billing Type on the Transaction line in order to
  1493.   report all billing of that type during the reporting period you enter.
  1494.   Selecting Unfiled means that the transaction line would have the
  1495.   Billing Type you enter, but the Comment field is blank.
  1496.  
  1497.   Date: Enter a Date Filed means you are selection for ONLY that date.
  1498.     Leaving that field blank means that you want ALL claims filed for 
  1499.     reporting period you select.
  1500.  
  1501. Begin/Ending Reporting Month: Select the range for the Reporting Month
  1502.   when the claims were ENTERED.  Note that this may be different than
  1503.   the Date Filed if you have printed forms late for an earlier month or
  1504.   you have re-printed and re-dated a claim.
  1505.  
  1506. Category/Doctor/Location: These selections allow you to customize the
  1507.   report based on the patient's Category, Doctor, and/or Location AT
  1508.   THE TIME the transactions were entered.
  1509.  
  1510. Go for it: Run the report with the selections shown!
  1511.                             FORMS - 1
  1512.             STATEMENT PRINT
  1513.  
  1514.     You will print statements to bill your private or cash paying
  1515. patients, or to bill insurance patients for the balance due after the
  1516. Primary (and Secondary) insurance companies have paid.  Unlike insurance
  1517. forms which can be printed as often as every day, statements are usually
  1518. only printed once per month.  This DOES NOT mark or change the Comment
  1519. field but the Date of Last Statement in the Patient record IS updated.
  1520.     There are basically two types of statements which you can print:
  1521. a '1 Part' Statement which you fold and inserted into a window envelope
  1522. (this can be special ordered with two or three copies, however) and a
  1523. '6 Part' Mailer which has a top copy to be retained by the office, and
  1524. contains a return envelope for faster payments by the patients.
  1525.     All forms for this program are available from Data Media Asso-
  1526. ciates at 800-533-1640 or 404-475-4464.  Ask for Tricia Van Nostrand
  1527. and tell her you are ordering statements for WinClaim or WinMedical.
  1528.  
  1529. Statement Options -
  1530.  
  1531. Statement Date: Enter the date to be printed on the statements.
  1532.  
  1533. Statement Number: This will be the statement number printed on the first
  1534.  form.  You can start it at the same number each month to see how many
  1535.  you print, or let it count up from one month to the next.
  1536.  
  1537. Starting Account: Normally start at 2 (since 1 is your Cash account).
  1538.  If you have to re-start printing forms in the middle of a run, you
  1539.  can enter the LAST account printed here in order to continue.
  1540.  
  1541. Number of Statements: Set to All to run statements for all accounts.  If
  1542.  you want to print a statement for just one account, select One.
  1543.  
  1544. Statements per Patient: If you have entered more transactions than will
  1545.  fit on one statement (8 for the 6 Part or 13 for the 1 Part), and you
  1546.  would like them ALL to be sent to the patient, use this option to
  1547.  print Continuous statements.  This means that extra transactions will
  1548.  be continued on the next form.  Selecting a Single statement per
  1549.  patient will only print one form, but the Balance due will show the
  1550.  correct amount for all the transactions.
  1551.  
  1552. Responsibility Indicator: By entering a "P" in this field, this option
  1553.  allows you to print items only where the Patient is responsible for
  1554.  the outstanding balance on a transaction line.  Leaving it blank will
  1555.  print all open items for an account.
  1556.  
  1557. Transaction Month: Enter the current month and year to show just the
  1558.  most recent transactions for each account.
  1559.  
  1560. Statement Type: This is where you select either a '1 Part' Statement
  1561.  or the '6 Part' Mailer which has the self-contained return payment
  1562.  envelope.  Note that your printer must be capable of handling a six
  1563.  part form.
  1564.  
  1565. Selections: The Category, Doctor, and Locations selections lets you be
  1566.  really choosey about which accounts you print for each run of forms.
  1567.  
  1568. Dunning Amounts: At the bottom of the statements are boxes for dunning
  1569.  amounts.  This selection gives you the choice to fill them in or not.
  1570.                             FORMS - 2
  1571.  
  1572. Print Messages: With this option you can have the program print dunning
  1573.  messages of your choice at the bottom of each statement depending on
  1574.  whether the account is 30, 60 or over 90 days past due.  There is also
  1575.  a message available to be printed on ALL statements.
  1576.  
  1577. Postal Insignia: For the 6 Part mailers you can set up an agreement with
  1578.  the postal service for pre-paid postage and have a special insignia
  1579.  printed on the statements by the program (this saves you from having
  1580.  to stamp each one).  For more information contact the post office.
  1581.  
  1582. Statement Order: You can have the statements print in order by Patient
  1583.  account number, Alphabetically, or Zip code (used for bulk mailing).
  1584.  
  1585. Doctors Address: For the outgoing Return Address, You can select to
  1586.  print a Selected doctor number for all statements, print the address
  1587.  based on the doctor assigned to each account in the Patient file, or
  1588.  print it from the doctor who performed the service (from the Trans-
  1589.  action line).  If you are printing enough statements, you can have
  1590.  yours custom printed with your address pre-printed on the form.  In
  1591.  that case select "None" for this option.
  1592.   
  1593. Print Test Form: This option allows you to adjust and test the position
  1594.  of the printing on the forms without having to move it in the printer.
  1595.  
  1596.   Test: This selection prints four 'corner stars' and a sample Return
  1597.    Address on the first statement.  Align the stars to the backround
  1598.    carbon area on the Mailers or the corner marks on the Statements.
  1599.  
  1600.   Feed: Automatically feeds out the proper number of lines and puts
  1601.    you at the top of the next form.
  1602.  
  1603.   Margin: Changing this number affects the left margin for ALL printing
  1604.    on the form (INCLUDING the Offtop discussed next).
  1605.  
  1606.   Offtop: For the printing of the 1 Part Statements to match up with
  1607.    your window envelopes, this option allows you to move JUST the out-
  1608.    going doctor Return address and the outgoing Patient address.
  1609.  
  1610.   Return: Returns you to the main Option window.
  1611.  
  1612. Go for it: Start printing statements!
  1613.                             FORMS - 3
  1614.             INSURANCE FORMS
  1615.  
  1616.     This selection prints Insurance and Medicare claims on the new
  1617. red OCR HCFA 1500 form.  All insurance carriers are accepting this form
  1618. and some states use it for Medicaid as well.  Since Medicare is the
  1619. most critical, most of the instructions here are designed to follow
  1620. their rules.  Commercial claims are a lot simpler (you just use the
  1621. Primary and Secondary Insurance fields in the Patient file), but you
  1622. still use the same Options and Specific Form Items where they apply.
  1623.     All forms for this program are available from Data Media Asso-
  1624. ciates at 800-533-1640 or 404-475-4464.  Ask for Tricia Van Nostrand
  1625. and tell her you are ordering Insurance Forms for WinClaim.
  1626.  
  1627. Options -
  1628.  
  1629. Date Filed: This date will be printed on the form in box 31, and will
  1630.  also be used to mark the Comment field as the 'Date Filed'.
  1631.  
  1632. File to Print: Normally you would print from the Open Items file to get
  1633.  the most recent transactions you have entered.  However, to Reprint a
  1634.  form where the items have already been paid, you might have to choose
  1635.  the History file.
  1636.  
  1637. Report Month: This tells the program how far back to go to begin scan-
  1638.  ning for transactions to print.
  1639.  
  1640. Billing Type: Enter the Billing Type you used during Transaction Entry.
  1641.  Usually this is IN for Insurance, or MR for Medicare.
  1642.  
  1643. Carriers to Print: This is where you choose the claims to print
  1644.  
  1645.   Primary: Prints a form for only the Primary carrier for each patient.
  1646.  
  1647.   Secondary: Prints forms for only the Secondary carrier.
  1648.  
  1649.   Both: This selection prints just the Primary and Secondary, but not
  1650.    the Tertiary.  Store the second form until the first carrier pays,
  1651.    enter the payment into the system in Open Entry, and then WRITE it
  1652.    on the Secondary form in Item 29 and mail it to that carrier.  This 
  1653.    has proven to be the easiest method of handling secondary claims.
  1654.  
  1655.   Tertiary: Prints forms for only the 3rd carrier.
  1656.  
  1657.   All: Prints for all three carriers, if present in the Patient record.
  1658.  
  1659. Billing Name: Choose the doctor name to print in Item 33.
  1660.  
  1661.   Selected: Enter a particular Doctor File number to print on ALL forms.
  1662.  
  1663.   Transaction: Prints the doctor from the Transaction Entry line.
  1664.  
  1665.   Patient: Prints the doctor assigned in the Patient file.
  1666.  
  1667.   None: Leaves it blank if you are using pre-printed forms or a stamp.
  1668.  
  1669. Doctor Select: This option allows you to select and print forms for
  1670.  just one doctor at a time.  Leave blank for all.
  1671.                             FORMS - 4
  1672.  
  1673. Signature Print: This will print the doctor's First and Middle Initials
  1674.  and the Last Name (from those fields in the Doctor File) in Item 31.
  1675.  
  1676. Order of Transactions: You can determine the order to print the line
  1677.  items on the form.
  1678.  
  1679.   Trans: Prints in the same order as Transaction Entry.
  1680.  
  1681.   Svc Date: Prints them in order by the Date of Service.
  1682.  
  1683.   Dollar: Prints in order of decending dollar amount.  This is used
  1684.    where a carrier pays a greater percentage of the FIRST line on the
  1685.    form.  Naturally, you would want this to be your largest line item.
  1686.  
  1687. Top Option: Depending on the type of claim, this option allows you to
  1688.  choose what is printed at the top of the form.
  1689.  
  1690.   Insurance: Used for most insurance carriers, you can insert the claim
  1691.    into a window envelope (available from Data Media Associates).
  1692.  
  1693.   Resparty: Certain claims might need to have the Responsible Party at
  1694.    the top, or this can be used to mail directly to them.
  1695.  
  1696.   Employer: Used for employment related claims such as Workers Comp.
  1697.  
  1698.   None: Leaves the top area blank.  Required by Medicare.
  1699.  
  1700. Reprint Form: Select Reprint whenever you want to print a claim that
  1701.  has already been printed and Dated.  This option will ask for the Date
  1702.  Filed which it will match up with the Billing Type in the Comment field
  1703.  in order to find the lines to re-print.  Be sure you set the Reporting
  1704.  Month back far enough to pick up the month you posted the transactions.
  1705.  Also, if the items have been paid and transferred to the History file,
  1706.  you would have the choose History as the File to Print.
  1707.  
  1708. Provider Line ID: This option will print the Doctor Number (from the
  1709.  Transaction line) to the right of Item 24K, padded with the number of
  1710.  spaces you enter.  Enter a zero to leave blank.  CAUTION: Medicare
  1711.  MAY consider this extraneous writing on the form and reject the claim!
  1712.  Either push it into the perforated area or DON'T use this option!
  1713.  
  1714. Print Test Form: This option allows you to adjust and test the position
  1715.  of the printing on the forms without having to move it in the printer.
  1716.  
  1717.   Test: This selection prints the first couple of lines on the form.
  1718.    Just make sure the X's fit in the boxes in Items 1 and 3.
  1719.  
  1720.   Feed: Automatically feeds out the proper number of lines and puts
  1721.    you at the top of the next form.
  1722.  
  1723.   Margin: This 'moves' the printing on the form to the left and right
  1724.    by one character without having to adjust the paper in the printer.
  1725.  
  1726.   Offset: This positions the printing of the 'item' at the top (see Top
  1727.    Option) so that it will match your window envelope.
  1728.  
  1729.   Return: Returns you to the main Option window.
  1730.  
  1731. Go for it: Start printing forms!
  1732.                             FORMS - 5
  1733.  
  1734.       Printing the red OCR HCFA 1500 form for Medicare Claims
  1735.  
  1736.     According to the Medicare instructions, there are fourteen ways
  1737. to fill out the new HCFA form covering each of the following situations:
  1738.  
  1739.     1. Medicare is the only policy
  1740.  
  1741.     2. Medicare is Secondary and one Primary Insurance (MSP)
  1742.     3. Medicare and MediGap (MG)
  1743.     4. Medicare and there is a Supplemental Policy (SP)
  1744.     5. Medicare and Medicaid (MCD)
  1745.  
  1746.     6. Medicare is Secondary, two Primary Insurance, (2MSP)
  1747.     7. Medicare is Secondary, one Primary, and MediGap (MSP/MG)
  1748.     8. Medicare Secondary, one Primary, and Supplemental (MSP/SP)
  1749.     9. Medicare is Secondary, one Primary, and Medicaid (MSP/MCD)
  1750.        10. Medicare, MediGap and a Supplemental Policy (MG/SP)
  1751.        11. Medicare, MediGap and Medicaid (MG/MCD)
  1752.  
  1753.        12. Medicare is Secondary, two Primaries, and MediGap (2MSP/MG)
  1754.        13. Medicare is 2nd, one Pri, MediGap, and Supp (MSP/MG/SP)
  1755.        14. Medicare is 2nd, one Pri, MediGap, and Medicaid (MSP/MG/MCD)
  1756.  
  1757.     The first item is Medicare by itself, the next group is Medicare
  1758. with one other policy, the third group is Medicare and two other pol-
  1759. icies, and the last group is Medicare and three other policies.  Many of
  1760. the claims in the last two groups require an attachment because not all
  1761. of the information fits on the form.
  1762.      Most medical offices will only need to handle 1 - 5 above, with
  1763. some in the third group.  Medicare may not crossover to Medicaid in
  1764. all states so you may not ever have situations for 5, 9, or 11,
  1765.  
  1766.     The table below summarizes where you should put the patient's
  1767. other coverage information and where it will print out on the form.
  1768. There are three areas on the form for this 'other' coverage: 11 and 11c
  1769. is where Primary Insurance coverage is printed, 9 is for supplemental 
  1770. coverage, and 9c and 9d are for the address of either the Primary In-
  1771. surance or the supplemental coverage.  The 1st, 2nd, and 3rd columns
  1772. represent those field areas in the Patient File where you should fill
  1773. in the data.  MR means put the patient's Medicare information in this
  1774. area, and IN means put their Primary Insurance information there.
  1775.  
  1776.     Category    1st Ins        2nd Ins        3rd Ins
  1777.  
  1778. 1.  MR only    MR        --        --
  1779. 2.  MSP        IN (11,9c)    MR        --
  1780. 3.  MG        MR        MG  (9,9c)    --
  1781. 4.  SP        MR        SP  (9,9c)    --
  1782. 5.  MCD        MR        MCD (9)        --
  1783. 6.  2MSP    IN (11,9c)    MR        IN  (2nd IN attach)
  1784. 7.  MSP/MG    IN (11)        MR        MG  (9,9c)
  1785. 8.  MSP/SP    IN (11)        MR        SP  (9,9c)
  1786. 9.  MSP/MCD    IN (11)        MR        MCD (9)
  1787. 10. MG/SP    MR        MG  (9,9c)    SP  (attach)
  1788. 11. MG/MCD    MR        MG  (9,9c)    MCD (11)
  1789. 12. 2MSP/MG    IN (11)        MR        MG  (9,9c/2nd IN attach)
  1790. 13. MSP/MG/SP    IN (11)        MR        MG  (9,9c/SP attach)
  1791. 14. MSP/MG/MCD    IN (11)        MR        MG  (9,9c/MCD attach)
  1792.                             FORMS - 6
  1793.  
  1794.     If you examine the table above, you will see that Medicare is
  1795. ONLY placed in the 1st or 2nd areas (and is only in the 2nd area when
  1796. there is insurance Primary to Medicare).  Also, Supplemental coverage
  1797. is NEVER placed in the 1st Ins fields.  The word 'attach' means that
  1798. this information IS NOT printed on the MEDICARE form and you are in-
  1799. structed to send it on an attachment.  A third form WILL be printed for
  1800. that coverage if the 3rd 'Bill this Carrier' field has a Y and you are
  1801. printing for ALL forms.
  1802.  
  1803.  
  1804.             Claim Category Summaries
  1805.  
  1806.     The following section covers the details for how to fill in the
  1807. fields of the patient record, in order for all the various forms to be
  1808. printed correctly.
  1809.     If you expect Medicare to 'cross-over' or forward claim informa-
  1810. tion to another carrier and you don't want or need to print a form for
  1811. that carrier, then enter N for No in the Bill this Carrier field in THAT
  1812. insurance area of the patient's record.  The information will be filled
  1813. in on the Medicare form but a seperate form will not be printed for that
  1814. carrier.  If for some reason you do not want to print a form for Medi-
  1815. care then enter N in the Bill this Carrier field and Y in the other(s).
  1816.     See the instructions for Item 4 for how to fill in that field
  1817. in the patient record for the Insured.  For the other fields in the
  1818. patient record, follow the summary for each category:
  1819.  
  1820. 1. Medicare is the only policy
  1821.  
  1822.     1st Ins Co - Medicare Insurance File record number
  1823.     1st In/Med - Patient's Medicare number
  1824.     Item 9a    - blank
  1825.     Item 10d   - blank
  1826.     Item 11d   - N
  1827.     2nd Ins Co - blank or 0
  1828.     2nd In/Med - blank
  1829.     3rd Ins Co - blank or 0
  1830.     3rd In/Med - blank
  1831.  
  1832.     The areas for items 9 and 11 on the form will be blank.
  1833.  
  1834.  
  1835. 2. Medicare is Secondary and one Primary Insurance (MSP)
  1836.  
  1837.     1st Ins Co - Primary Insurance File record number
  1838.     1st In/Med - Primary Insurance Policy/Group number
  1839.     Item 9a    - blank
  1840.     Item 10d   - MSP
  1841.     Item 11d   - Y
  1842.     2nd Ins Co - Medicare Insurance File record number
  1843.     2nd In/Med - Patient's Medicare number
  1844.     3rd Ins Co - blank or 0
  1845.     3rd In/Med - blank
  1846.  
  1847.     This will fill in items 11 and 11c from the above information.
  1848. Items 9, 9a and 9b will be blank.  Items 9c and 9d will have the In-
  1849. surance company's address.  "MSP" will be printed in Item 10d.
  1850.                             FORMS - 7
  1851. 3. Medicare and MediGap (MG)
  1852.  
  1853.     1st Ins Co - Medicare Insurance File record number
  1854.     1st In/Med - Patient's Medicare number
  1855.     Item 9a    - MEDIGAP
  1856.     Item 10d   - MG
  1857.     Item 11d   - N
  1858.     2nd Ins Co - MediGap Co Insurance File record number
  1859.     2nd In/Med - MediGap Policy number (only!)
  1860.     3rd Ins Co - blank or 0
  1861.     2nd In/Med - blank
  1862.  
  1863.     This will fill in item 9a and 10d from the information above.
  1864. Items 9c and 9d will have the MediGap company's address.  The program
  1865. will print "MEDIGAP" (what you enter in field 9a) and their Medigap
  1866. number (from the 2nd In/Med field) in Item 9a on the form.
  1867.  
  1868.  
  1869. 4. Medicare and there is a Supplemental Policy (SP)
  1870.  
  1871.     1st Ins Co - Medicare Insurance File record number
  1872.     1st In/Med - Patient's Medicare number
  1873.     Item 9a    - EMPLOYER-SUPP
  1874.     Item 10d   - SP
  1875.     Item 11d   - N
  1876.     2nd Ins Co - Supplemental Insurance File record number
  1877.     2nd In/Med - Policy number (only!)
  1878.     3rd Ins Co - blank or 0
  1879.     3rd In/Med - blank
  1880.  
  1881.     This will fill in item 9a and 10d from this information.  Items
  1882. 9c and 9d will have the Supplemental Policy company's address.  The
  1883. program will print "EMPLOYER-SUPP" (what you enter in field 9a) and
  1884. their Supplemental number number (from the 2nd In/Med field) in Item
  1885. 9a on the form.
  1886.  
  1887.  
  1888. 5. Medicare and Medicaid (MCD)
  1889.  
  1890.     1st Ins Co - Medicare Insurance File record number
  1891.     1st In/Med - Patient's Medicare number
  1892.     Item 9a    - MEDICAID
  1893.     Item 10d   - MCD
  1894.     Item 11d   - N
  1895.     2nd Ins Co - Medicaid Insurance File record number
  1896.     2nd In/Med - Medicaid number
  1897.     3rd Ins Co - blank or 0
  1898.     3rd In/Med - blank
  1899.  
  1900.      This will fill in item 9a and 10d from this information.
  1901. Items 9c and 9d will have Medicaid's address.  The program will
  1902. print "MEDICAID" (what you enter in field 9a) and their Medicaid
  1903. number (from the 2nd In/Med field) in Item 9a on the form.
  1904.                             FORMS - 8
  1905. 6. Medicare is Secondary, two Primary Insurance, (2MSP)
  1906.  
  1907.     1st Ins Co - First Primary Insurance File record number
  1908.     1st In/Med - First Primary Insurance Policy/Group number
  1909.     Item 9a    - blank
  1910.     Item 10d   - 2MSP
  1911.     Item 11d   - Y
  1912.     2nd Ins Co - Medicare Insurance File record number
  1913.     2nd In/Med - Patient's Medicare number
  1914.     3rd Ins Co - Second Primary Insurance File record number
  1915.     3rd In/Med - Second Primary Insurance Policy/Group number
  1916.  
  1917.      The only difference in this category and one Primary Insurance
  1918. is putting 2MSP in item 10d.  Medicare does not want the other insurance
  1919. information in the item 9 area - you will have to provide it as an at-
  1920. tachment to the form.
  1921.  
  1922.  
  1923. 7. Medicare is Secondary, one Primary, and MediGap (MSP/MG)
  1924.  
  1925.     1st Ins Co - Primary Insurance File record number
  1926.     1st In/Med - Primary Insurance Policy/Group number
  1927.     Item 9a    - MEDIGAP
  1928.     Item 10d   - MSP/MG
  1929.     Item 11d   - Y
  1930.     2nd Ins Co - Medicare Insurance File record number
  1931.     2nd In/Med - Patient's Medicare number
  1932.     3rd Ins Co - MediGap Co Insurance File record number
  1933.     3rd In/Med - MediGap policy number (only!)
  1934.  
  1935.     This category of claim has just about everything filled in on
  1936. the form.  Items 9a and 10d will print from the information above.
  1937. Items 9c and 9d will have the MediGap company's address and name.
  1938. Items 11 and 11c will be filled in from the Primary information.
  1939.  
  1940.  
  1941. 8. Medicare is Secondary, one Primary, and Supplemental (MSP/SP)
  1942.  
  1943.     1st Ins Co - Primary Insurance File record number
  1944.     1st In/Med - Primary Insurance Policy/Group number
  1945.     Item 9a    - EMPLOYER-SUPP
  1946.     Item 10d   - MSP/SP
  1947.     Item 11d   - Y
  1948.     2nd Ins Co - Medicare Insurance File record number
  1949.     2nd In/Med - Patient's Medicare number
  1950.     3rd Ins Co - Supplemental Co Insurance File record number
  1951.     3rd In/Med - Supplemental policy number (only!)
  1952.  
  1953.     This category of claim also has just about everything filled
  1954. in on the form.  Items 9a and 10d will print from the information
  1955. above.  Items 9c and 9d will have the Supplemental company's address
  1956. and name.  Items 11 and 11c will be filled in from the Primary data.
  1957.                             FORMS - 9
  1958.  
  1959. 9. Medicare is Secondary, one Primary, and Medicaid (MSP/MCD)
  1960.  
  1961.     1st Ins Co - Primary Insurance File record number
  1962.     1st In/Med - Primary Insurance Policy/Group number
  1963.     Item 9a    - MEDICAID
  1964.     Item 10d   - MSP/MCD
  1965.     Item 11d   - Y
  1966.     2nd Ins Co - Medicare Insurance File record number
  1967.     2nd In/Med - Patient's Medicare number
  1968.     3rd Ins Co - Medicaid Insurance File record number
  1969.     3rd In/Med - Medicaid number (only!)
  1970.  
  1971.     Except for the fixed information in items 9a and 10d shown here,
  1972. the directions for this category of claim is the same as for categories
  1973. 5 and 7 above.
  1974.  
  1975.  
  1976. 10. MediGap and a Supplemental Policy (MG/SP)
  1977.  
  1978.     1st Ins Co - Medicare Insurance File record number
  1979.     1st In/Med - Patient's Medicare number
  1980.     Item 9a    - MEDIGAP
  1981.     Item 10d   - MG/SP
  1982.     Item 11d   - N
  1983.     2nd Ins Co - MediGap Co Insurance File record number
  1984.     2nd In/Med - MediGap Policy number (only!)
  1985.     3rd Ins Co - Supplemental Co Insurance File record number
  1986.     3rd In/Med - Supplemental policy number
  1987.  
  1988.     The only difference in this category and an ordinary MediGap
  1989. claim is putting MG/SP in item 10d.  Medicare does not want the Supple-
  1990. mental Policy information in the item 11 area - you will have to provide
  1991. it as an attachment to the form.
  1992.  
  1993.  
  1994. 11. MediGap and Medicaid (MG/MCD)
  1995.  
  1996.     1st Ins Co - Medicare Insurance File record number
  1997.     1st In/Med - Patient's Medicare number
  1998.     Item 9a    - MEDIGAP
  1999.     Item 10d   - MG/MCD
  2000.     Item 11d   - N
  2001.     2nd Ins Co - MediGap Co Insurance File record number
  2002.     2nd In/Med - MediGap Policy number (only!)
  2003.     3rd Ins Co - Medicaid Insurance File record number
  2004.     3rd In/Med - Medicaid number
  2005.  
  2006.     This is the only time the Medicaid number will be printed in
  2007. Item 11 on the form instead of Item 9.  Other than that, this is the
  2008. same as category 3 above.
  2009.  
  2010.  
  2011. 12. 2MSP/MG, 13. MSP/MG/SP, 14. MSP/MG/MCD: If you ever run into one of
  2012. these categories of claims, handle them the same as category 7 above.
  2013. Send any 'fourth' carrier information on an attachment.
  2014.                             FORMS - 10
  2015.                          Specific Form Items
  2016.  
  2017. Item 1: (CARRIER)
  2018.  
  2019.     Be sure and enter your state Medicare carrier as an insurance
  2020. company in the Insurance File, and enter a 1 in the Item 1 field of
  2021. that record so that the first box is marked for 'Medicare' in Item 1
  2022. of the form.
  2023.  
  2024.  
  2025. Item 1a:
  2026.  
  2027.     Enter the patient's complete Medicare number in the In/Med field
  2028. of the Medicare area of their Patient File record.  Do not enter any ANY
  2029. dashes or spaces in this number nor between the number and suffix.
  2030.  
  2031.  
  2032. Item 4: INSURED'S NAME
  2033.  
  2034.     Despite what is being said by 'comsultants' in some of their
  2035. seminars, the MEDICARE instructions say to leave Item 4 BLANK if the
  2036. Patient and the Insured are the same.  In this case, leave the Item 4
  2037. field blank in their patient record.  However, you can have the program
  2038. print the word "SAME" by entering SAME in the Item 4 field.
  2039.  
  2040.     If you need to print an Insured in Item 4, the program can
  2041. either print the same Resparty as the Insured on all forms printed for
  2042. the patient, or it can print a different one depending on the Resparty
  2043. that has the coverage.  If you enter "RES1" in the patient Item 4 field
  2044. then the program will print their 1st Resparty name in Item 4 on the
  2045. Medicare form and on all other forms.  However, if you enter the word
  2046. "RESP" then the name printed in Item 4 will follow the Resparty field
  2047. number that matches the form being printed: the patient's Res 1 Res-
  2048. party name will print on the 1st form, their Res 2 Resparty will print
  2049. on the second form and their Res 3 Resparty will print in the 3rd.
  2050. These Resparty number fields are at the 'right end' of the Patient
  2051. window.  Use F3 to open the Resparty window and F2 to add a new one.
  2052.  
  2053.  
  2054. Item 6: PATIENT RELATIONSHIP TO INSURED
  2055.  
  2056.     To properly mark the item, use the following table -
  2057.  
  2058.         Self   - S      or 01
  2059.         Spouse - H W M  or 02
  2060.         Child  - C      or 03
  2061.         Other  - O      or 99
  2062.  
  2063.     Enter one of the codes above in the Rel field for EACH of the in-
  2064. surance areas (first, second and third) where it applies.  You can use
  2065. the single letter codes (left justified in the field), or you can use
  2066. the two digit fields (you MUST enter the leading zero) where you might
  2067. ALSO be sending electronic claims.
  2068.                             FORMS - 11
  2069. Item 7: INSURED'S ADDRESS
  2070.  
  2071.     If there IS a Resparty record, THEN there is the possibility
  2072. that the Resparty's address and the Patient's address are the SAME.  In
  2073. that case, Medicare wants the word SAME in Item 7 rather than printing
  2074. the address again.  To handle this, open the Patient's Resparty window
  2075. and enter the word "SAME" the the 'Item 7' field.  The CITY, STATE, ZIP
  2076. CODE, and TELEPHONE fields will be left blank.
  2077.  
  2078. Item 8: PATIENT STATUS
  2079.  
  2080.     To mark the Marital Status item, use the following table -
  2081.  
  2082.         Single  - S
  2083.         Married - M
  2084.         Other   - O
  2085.  
  2086.     Enter one of these codes in the Marital Status field in the
  2087. Patient's record.  Only "O" will mark the Other box, a blank or any
  2088. other character in the Marital Status field will leave ALL the items
  2089. blank on the form.
  2090.  
  2091.     To mark the Employed item, use any of the follwing codes -
  2092.  
  2093.         Employed - E Y F P
  2094.  
  2095.     These stand for Employed, Yes, Full Time, and Part Time.  This dis-
  2096. tinction might be required by other carriers or for electronic claims
  2097. but ANY of them will mark the Employed box on the form.
  2098.  
  2099.     To mark one of the two Student Status items, use the following -
  2100.  
  2101.         Full Time Student - F
  2102.         Part Time Student - P
  2103.  
  2104.     Use one of these letters or leave the Student Status box blank in
  2105. the Patient record if they are not a student at all.
  2106.  
  2107. Item 9: OTHER INSURED'S NAME
  2108.  
  2109.     The items 9, 9a, and 9b are reserved by Medicare for information
  2110. relating ONLY to MediGap, Medicaid, and Employer Supplemental Insurance,
  2111. and the Responsible Party information if different from the Patient.
  2112.     To fill in items 9 and 9b: if the Patient and Insured for this other
  2113. policy are the same, enter the word SAME in the patient's Item 4 field.
  2114. The program will automatically print the word "SAME" in Item 9 and leave
  2115. everything in Item 9b blank.
  2116.     If there IS a different Resparty then open a window on the Patient's
  2117. Resparty field for the corresponding Res field and fill in their Name,
  2118. Birth Date and Sex (see the instructions for Item 4 above).  These will
  2119. then be printed on the form in Items 9 and 9b.
  2120.  
  2121. Item 9a: OTHER INSURED'S POLICY OR GROUP NUMBER
  2122.  
  2123.     To print the number in this item, enter it in the Patient's third
  2124. insurance Ins/Med 3 field.  To identify which type of coverage this is,
  2125. Medicare wants the words MEDIGAP, MEDICARE, or EMPLOYER-SUPP to preceed
  2126. the policy number.  HOWEVER, DO NOT enter the word in the In/Med number
  2127. field itself (this would confuse the electronic claims program) but
  2128. enter it in the special Item 9a field provided.  This is VERY important.
  2129.                             FORMS - 12
  2130. Item 9b: OTHER INSURED'S DATE OF BIRTH, SEX
  2131.  
  2132.     See the instructions for Item 9 above.
  2133.  
  2134. Items 9c & 9d:
  2135.  
  2136.     First of all these items are NOT used for what they say on the form.
  2137. They are used for the address of the MediGap, Supplemental, or Primary
  2138. Insurance carrier address and name.  Item 9c is used for the carrier's
  2139. address and Item 9d is use for the company name.  Please note that the
  2140. space for this item is ONLY 28 characters.  You may have to abbreviate
  2141. their Street Address or City in order for it all to fit in.
  2142.     For two Primary carriers (2MSP) Item 9c and 9d are used for the first
  2143. carrier's address and name.  You must send an attachment for the other
  2144. carrier.
  2145.  
  2146.  
  2147. Item 10: IS PATIENT'S CONDITION RELATED TO:
  2148.  
  2149. Item 10a: EMPLOYMENT?
  2150.  
  2151.     Enter a Y in the Related to Employment field to mark the Yes box
  2152. here.  Entering N or leaving that field blank will always mark this box
  2153. No.
  2154.  
  2155.         Yes - Y
  2156.         No  - N or blank
  2157.  
  2158. Item 10b: AUTO ACCIDENT?
  2159.  
  2160.     Entering Y or A in the Related to Auto Accident field of the Patient
  2161. record will mark the Yes box here. N or blank will mark the No box.
  2162.  
  2163.         Yes - Y A
  2164.         No  - N or blank
  2165.  
  2166.  
  2167. Item 10c: OTHER ACCIDENT?
  2168.  
  2169.     Entering Y or O in the Related to Other Accident field of the
  2170. Patient record will mark the Yes box here.  N or blank will mark the
  2171. No box.
  2172.  
  2173.         Yes - Y O
  2174.         No  - N or blank
  2175.                             FORMS - 13
  2176.  
  2177. Item 10d: (RESERVED FOR LOCAL USE) Medicare Ins Coverage Categories
  2178.  
  2179.     This item will print directly from whatever you enter in the Item 10d
  2180. field in the Patient record.  The information you fill in here will be
  2181. use by the program to determine how to fill out the form and will be
  2182. used by Medicare to determine how to handle the claim.  Leaving this
  2183. field blank when it is supposed to be filled in WILL CAUSE REJECTIONS.
  2184. Leaving it incomplete or entering codes NOT authorized by Medicare WILL
  2185. CAUSE REJECTIONS.  As of this printing, the proper codes are:
  2186.  
  2187.     (blank) - Medicare is the only policy
  2188.     MSP     - One Primary policy and Medicare is Secondary
  2189.     SP      - Medicare Primary and Employer Supplemental policy
  2190.     MCD     - Medicare and Medicaid
  2191.     MG      - Medicare and MediGap
  2192.     2MSP    - Two Primary policies, Medicare is Secondary
  2193.  
  2194.     You MUST enter one of the codes above or else leave it blank if
  2195. Medicare is the ONLY coverage.  The codes listed above can be combined
  2196. (seperated by a /) to cover all fourteen situations listed at the be-
  2197. ginning of this section.  Refer to the individual Item descriptions and
  2198. the Summary section for how to fill in the Patient record fields for
  2199. each situation.
  2200.  
  2201.  
  2202. Item 11: INSURED'S POLICY GROUP OR FECA NUMBER
  2203.  
  2204.     This item is to be filled in when the patient has insurance
  2205. Primary to Medicare.  You must enter the Insurance File record number
  2206. for the insurance company in the Ins 1 field, and their insurance ID
  2207. number in the In/Med 1 field.  You must also enter the letters "MSP"
  2208. in the Item 10d field to indicate Medicare is the Secondary Payor.
  2209.  
  2210.  
  2211. Item 11a: INSURED'S DATE OF BIRTH and SEX
  2212.  
  2213.     If there IS a Resparty record (see the instructions for Item 4
  2214. above), then the program can print the information in these items.  If
  2215. the Resparty and the Patient are the same, you should leave the Birth
  2216. Date and Sex fields blank in the Resparty record so they will not be
  2217. printed here.
  2218.  
  2219.  
  2220. Item 11b: EMPLOYER'S NAME OR SCHOOL NAME
  2221.  
  2222.     Fill in this field in the Resparty record when you want it to print
  2223. on the form.  The Medicare instructions indicate that this should be for
  2224. all MSP situations, and probably should be printed whenever there is
  2225. EMPLOYER-SUPPLEMENTAL coverage as well.
  2226.                             FORMS - 14
  2227. Item 11c: INSURANCE PLAN NAME OR PROGRAM NAME
  2228.  
  2229.     When there is one or more Primary carriers and Medicare is
  2230. Secondary, the Name of the carrier for the Primary policy (the Name
  2231. field from the Insurance Company file) will be printed in this item. 
  2232. See the instructions for Item 11 above.
  2233.  
  2234.  
  2235. Item 11d: IS THERE ANOTHER HEALTH BENEFIT PLAN?
  2236.  
  2237.     This item comes straight from the Patient record Item 11d field where
  2238. you enter either Y or N.  Follow the instructions from Medicare which
  2239. as of this printing are:
  2240.  
  2241.     Y - If there is ANY Primary policy and Medicare is Secondary
  2242.     Y - When a Primary policy, Medicare Secondary and MediGap
  2243.     N - For Medicare with Medicaid or MediGap ONLY claims
  2244.     N - If there is Employer Supplemental Insurance
  2245.  
  2246.  
  2247. Item 12: PATIENT'S OR AUTHORIZED PERSON'S SIGNATURE (Release of Info)
  2248.  
  2249.     If you enter a date in the Patient's record Release field the pro-
  2250. gram will print the words "SIGNATURE ON FILE" and that Date in Item 12.
  2251.  
  2252.  
  2253. Item 13: INSURED'S OR AUTHORIZED PERSON'S SIGNATURE (Payment of Benefits)
  2254.  
  2255.     Entering Y for Yes in the 'Payment of Benefits' field in the Patient
  2256. record will print the words "SIGNATURE ON FILE" in Item 13.  Per Medicare
  2257. this should only be for MediGap claims and all others should be blank
  2258. (enter N for No in the patient record).
  2259.  
  2260. Item 15
  2261.  
  2262.     This item is to be left blank for Medicare claims.
  2263.  
  2264.  
  2265. Item 17a: I.D. NUMBER OF REFERRING PHYSICIAN
  2266.  
  2267.     If a patient is referred to your office by another physician, enter
  2268. that physician's Referring Physician File number in the Patient's record
  2269. Referring Physician field BEFORE entering any transactions for them.
  2270. That File number will then be entered on each Transaction Line from that
  2271. point on.  When printing Medicare forms, the Referring Physician File
  2272. number will be picked up from the transaction line by the program and
  2273. the UPIN number from THAT Referring Physician's record will be printed
  2274. in Item 17a on the form, along with the Name in Item 17.
  2275.  
  2276. Item 18: HOSPITALIZATION DATES
  2277.  
  2278.     WinClaim does print the Hospital From and To dates (from the Patient
  2279. record) in Item 18.  Be sure to enter the Service Date and Service To
  2280. Date in Transaction Entry along with the correct Units/Days of Service.
  2281.  
  2282.  
  2283. Item 22
  2284.  
  2285.     This item is to be left blank for Medicare claims.
  2286.                             FORMS - 15
  2287. Item 24 C, H, I, and J
  2288.  
  2289.     These items are to be left blank for Medicare claims.
  2290.  
  2291.  
  2292. Item 24K: RESERVED FOR LOCAL USE (Medicare PIN)
  2293.  
  2294.     When you are printing Medicare forms, this item will be automatically
  2295. filled in from each Doctor File record's Medicare Number (PIN) field.
  2296. If the services are performed by different providers over the lines of a
  2297. claim, just be sure you have entered each Doctor's Number on the line
  2298. in Transaction Entry for the Procedure that doctor performed.  The
  2299. program will then pick up the individual doctor's PIN number and print
  2300. it in Item 24k on that particular line.  Up to nine characters will be
  2301. printed in this item.
  2302.  
  2303.  
  2304. Item 25: FEDERAL TAX ID
  2305.  
  2306.     The original instructions from Medicare say to leave this Item
  2307. blank.  However they DO need this information in order to forward claims
  2308. to MediGap carriers.  So the program fills in this Item as follows:
  2309. If an individual doctor's Employer ID field is blank for their record in
  2310. the Doctor File, then the Social Security field from that Doctor record
  2311. will be printed.  If the Employer ID is there, it will be printed.
  2312.  
  2313.  
  2314. Item 27: ACCEPT ASSIGNMENT?
  2315.  
  2316.     This Item prints from the patient record Assignment field but
  2317. you also have two other choices with the Insurance Form Options: you can
  2318. select to always mark 'Yes' to Accept Assignment (regardless of what is
  2319. in the patient file) or always mark 'No'.
  2320.  
  2321.  
  2322. Item 30: BALANCE DUE
  2323.  
  2324.     This item is left empty on any secondary or tertiary forms printed
  2325. so that you can keep those forms on file, fill in the payment amounts as
  2326. they come in, and send them off to the other carriers WITHOUT having to
  2327. reprint the forms.
  2328.  
  2329.  
  2330. Item 33: PHYSICIAN/SUPPLIER BILLING NAME (and PIN/GROUP)
  2331.  
  2332.     Besides printing the doctor's Name and Address, the program will
  2333. print the Medicare PIN or GROUP number in this item.  The doctor it
  2334. prints depends on the Doctor Option you chose at the beginning of the
  2335. program (the Patient's record doctor, a fixed or Selected doctor, or
  2336. the doctor from the Transaction Entry line).
  2337.     For non-group practices, the individual doctor's PIN number will be
  2338. printed from their Doctor File record MR Num field.  The MR Group field
  2339. should be empty in ALL Doctor File records.
  2340.     For Group practices, the MR Group number will be printed in Item 33.
  2341. The MR Group field should be filled in for ALL Doctor File records.
  2342.     On commercial claims, the Insurance ID number from the Insurance
  2343. File record will be printed in this Item.
  2344.                             UTILS - 1
  2345.                             UTILITIES
  2346.  
  2347.     Utilities are used to set up the Program Parameters, to Val-
  2348. idate Files (to re-index, re-structuring or verifying file integrity),
  2349. and also to select the directory or practice for data entry for 'Batch
  2350. Mode' or Billing Center operation.
  2351.  
  2352.  
  2353.             PROGRAM PARAMETERS
  2354.  
  2355.     This is where you will set your various operating parameters,
  2356. such as screen colors, passwords, and printer codes, etc.  These affect
  2357. how the program runs on your unique system.
  2358.  
  2359. Program Parameters -
  2360.  
  2361. Compressed Print: Selecting this parameter allows you to enter up to
  2362.   eight DECIMAL numbers which will set your printer into compressed
  2363.   print mode (approximately 15 to 16 characters per inch).  This is
  2364.   necessary if you are going to use only 9 1/2 inch wide paper which
  2365.   normally can only handle just 80 characters across the page, whereas
  2366.   many of the reports print up to 132 characters.
  2367.       This parameter, used in conjunction with the Chars per Line para-
  2368.   meter, will automatically set your printer to compressed print when
  2369.   ever it is necessary.
  2370.       You will have to look up this code in your printer manual.  Any
  2371.   printer which is Epson (tm) compatable will use the code 15 to go
  2372.   into compressed print.
  2373.  
  2374. Normal Print: This code (or set of codes) is necessary in order to set
  2375.   the printer BACK to normal print size (10 characters per inch) AFTER
  2376.   the program has used Compressed Print.
  2377.       Again, you will have to look up this code in your printer manual.
  2378.   The equivalent Epson code is just the number 18.
  2379.  
  2380. Lines per Page: Almost all printer paper is 11 inches high per sheet
  2381.   which is 66 lines per inch at 6 lines per inch.  However there is one
  2382.   size which is 110 characters 'wide' by 51 lines.
  2383.  
  2384. Characters per Line: The most common size of printer paper in use today
  2385.   handles just 80 characters per line, making the use of compressed
  2386.   print necessary.  By selecting the number 80 here, you are telling
  2387.   the program to use the Compress Print Code above whenever it is about
  2388.   to print a report which will be MORE than 80 characters wide.
  2389.       If you are using full sized 15 inch computer paper, then set this
  2390.   number to 132 and it is unnecessary to enter either of the Compressed
  2391.   Print or Normal print codes.
  2392.  
  2393. Passwords: There are five different passwords installed throughout the
  2394.   program.  When the program is initially installed, ALL passwords are
  2395.   disabled which means ANY USER is allowed access to ALL operations.
  2396.   To enable a password - just change it!
  2397.  
  2398.   1) Start-up Password: A user must know this password before they can
  2399.      reach the Main Menu of the program.
  2400.  
  2401.   2) Posting Password: Used to restrict any Posting operation where all
  2402.      entry must be verified by an authorized person before it is posted.
  2403.                             UTILS - 2
  2404.  
  2405.   3) File Edit Password: This prevents an un-authorized user from edit-
  2406.      ing the History, Open Items, or Payments files in Transaction
  2407.      Entry (which would greatly affect your account balances).
  2408.  
  2409.   4) Reports Password: Keeps someone from viewing or printing sensitive
  2410.      financial reports.
  2411.  
  2412.   5) Master Password: This password protects all the other passwords!
  2413.      By changing this Master password, someone would need to know what
  2414.      it is before being able to change any of the other four.
  2415.  
  2416.     To disable a password and allow all users access to the operation
  2417.   it protects, just change the password to the word "DOCTOR".
  2418.  
  2419. Screen Colors: As you use the program and open more and more windows,
  2420.   it would appear confusing unless those windows looked different on
  2421.   the screen.  This is accomplished by setting different color para-
  2422.   meters (or inverse video for monochrome) for each window level.  The
  2423.   windows can be opened up to four levels deep so there are four color
  2424.   level parameters.
  2425.     To change a color, first select the Screen Color level.  Then
  2426.   select the Standard color set (the Backround and Foreground display
  2427.   which the computer prints on the screen) or the Enhanced color set
  2428.   (the colors where YOU are doing entry).  It is suggested that you
  2429.   set a Backround color first.  Backround colors only use every other
  2430.   color choice.
  2431.     Now use the up arrow and down arrow to select a color from the
  2432.   window at the right.  As you do, you should see the current selection
  2433.   (pointed out by the arrow) change in the display window at the bottom
  2434.   of the screen.  The actual color codes also appear in that window
  2435.   according to the following pattern:
  2436.  
  2437.     Std Foreground/Std Backround,Enh Foreground/Enh Backround
  2438.  
  2439.   The color codes are:
  2440.  
  2441.     N  - Black        N+  - Gray
  2442.     B  - Blue        B+  - Bright Blue
  2443.     G  - Green        G+  - Bright Green
  2444.     BG - Cyan        BG+ - Bright Cyan
  2445.     R  - Red        R+  - Bright Red
  2446.     RB - Magenta        RB+ - Bright Magenta
  2447.     GR - Brown        GR+ - Yellow
  2448.     W  - White        W+  - Bright White
  2449.  
  2450.        You might have to adjust your monitor color controls to match
  2451.   the hues listed above.
  2452.  
  2453.   Suggested default values are:
  2454.  
  2455.   Level        Color Monitor        Monochrome Monitor
  2456.  
  2457.   Color 1    W+/B,GR+/R        W+/N,N/W
  2458.   Color 2    BG+/G,BG+/RB        N/W,W+/N
  2459.   Color 3    R+/RB,G+/BG        W+/N,N/W
  2460.   Color 4    G+/W,G+/B        N/W,W+/N
  2461.                             UTILS - 3
  2462.  
  2463. Default Zip Code/City/State: This is a time saving feature of the 
  2464.   program which allows you to assign a default city and State to a Zip
  2465.   Code (or a subset of that Zip Code).  For example: if any Zip Code
  2466.   which begins with the digits 452 is for the city of Cincinnati, Ohio
  2467.   then enter 452 as the Default Zip Code, Cincinnati as the Default 
  2468.   City and Ohio as the Default State.
  2469.     Now when you are entering Patients for the Cincinnati area, 
  2470.   skip past the City and State fields (you must leave them blank) and
  2471.   enter the complete Zip Code (45241 for example).  The program will
  2472.   recognize the first digits as matching the same number of digits you
  2473.   entered as the Default, and automatically fill in the City and State.
  2474.  
  2475. Batch Mode: If you are using the program as a Billing Center then you
  2476.   must select "Yes" for Batch Mode so the directories for each practice
  2477.   will be recognized.  this feature is covered thoroughly under the
  2478.   Directory Select section of this manual.
  2479.  
  2480.  
  2481.             VALIDATE FILES
  2482.  
  2483.     This is a 'support' utility which you should very rarely have
  2484. to use.  It has two purposes: 1) to display a count of records in all
  2485. files and verify that the appropriate Index files exist, and 2) to
  2486. verify or re-build one of the files.  To use this selection just to
  2487. display a file count, just select Validate Files from the Utils Menu
  2488. and then Quit once you have viewed the counts (you can also do a Print
  2489. Screen for your records if you want).
  2490.     You might need to Rebuild an Index file if it is corrupted by
  2491. a hard disk error or after restoring files from a back up.  You might
  2492. need to Rebuild a file's structure if the database itself is damaged or
  2493. when instructed to Rebuild a file as part of a program update.
  2494.     One other time you would use the Rebuild feature is on the Pro-
  2495. cedure or Diagnosis Files where you have deleted a number of records
  2496. from one of those files and don't want the erased records to show up in
  2497. the window.  Rebuilding those files will remove the records.  Note that
  2498. this works ONLY for those two files.
  2499.     To select a file to Rebuild, use the Up and Down arrows to 
  2500. highlight the file and press Enter to select it.
  2501.  
  2502. Index: An Index file is a seperate file that works as a pointer into
  2503.   a database file to show the database in a certain order.  If you get
  2504.   an "Index corrupted" error or records are not showing up where they
  2505.   should, you might need to Rebuild the Index(es) for that file.
  2506.  
  2507. Structure: A database's Structure is the number and name of the fields
  2508.   it has in each record and the records themselves.  If a program up-
  2509.   date adds or changes fields, or a disk problem damages some of your
  2510.   records, Rebuilding the Structure might be needed.
  2511.  
  2512. Verify: This is a simple test of a file.  All the records are 'read' by
  2513.   the system and the internal record number is compared to the Record
  2514.   Number field in the record itself.  Any dicrepancy is reported.
  2515.   Rebuilding the file's Structure should correct any problems.
  2516.  
  2517.  
  2518.             VALIDATE ENTRY
  2519.  
  2520.     This selection works EXACTLY the same as Validating the other
  2521. program files except that it works on the Transaction and Open Entry
  2522. files.  Refer to the section above for information.
  2523.                             UTILS - 4
  2524.             DIRECTORY SELECT
  2525.  
  2526.     If you are a 'Billing Center' type of operation who is doing
  2527. data entry and billing for several medical offices, then you will use
  2528. the Directory Select feature of the program.  This is also referred to
  2529. as 'Batch' operation.
  2530.  
  2531.     To  use this feature there is something you must do OUTSIDE of
  2532. the program: you must create a DOS subdirectory for each practice that
  2533. you are providing your billing service.  This will be done using the DOS
  2534. Make Directory command (MKDIR or MD) whenever you add a new practice to
  2535. your service.
  2536.     Also, you must make certain that there are NO data files for any
  2537. practice directly IN your WinClaim directory.  This is different from
  2538. operating a single practice where ALL files are in the same directory
  2539. as the program.
  2540.     Finally, to let the program know that you expect to operate
  2541. using data files in several subdirectories, you must enter a 'Y' for
  2542. the 'Batch Operation' option under Utils/Program Parameters.
  2543.  
  2544.     From that point on, whenever you start up WinClaim it will auto-
  2545. matically select Utils/Directory Select and require that you select a
  2546. practice (subdirectory) before you do anything else.  Of course, you
  2547. can always make this selection yourself any time after that and chose
  2548. a different practice without exiting the program.
  2549.  
  2550.     All of these operations are covered in the rest of this section.
  2551. Without getting too technical, there are a few words you need to under-
  2552. stand before going any further:
  2553.  
  2554. DIRECTORY: The hard disk on your system is divided up into Directories
  2555.   which are given a name of from one to eight letters. Each application
  2556.   program you use would be in it's own directory: you should have one
  2557.   for word processing, one for this program, etc.  YOU determine the
  2558.   names of these directories as you install new programs or when you
  2559.   create them yourself.
  2560.  
  2561. ROOT DIRECTORY: The first directory on any drive doesn't  really have
  2562.   a name but is always called the ROOT.  ALL other directories are
  2563.   considered to be UNDER this directory.  You usually don't put any
  2564.   programs or data files in THIS directory, just the names of other
  2565.   directories.
  2566.  
  2567. SUBDIRECTORY: This term is really the same as Directory and is used
  2568.   interchangeably.  The term is SUBdirectory because it is UNDER the
  2569.   Root Directory.
  2570.  
  2571.     With DOS, you can have directories several levels deep.  This
  2572. concept can be illustrated this way:
  2573.  
  2574.  C: (Root) --------- WORDRITE --------- LETTERS
  2575.                |                  |
  2576.                |                  |---- DOCUMENT
  2577.                |                  |
  2578.                |                   ---- PERSONAL
  2579.                |
  2580.                 ---- WINCLAIM
  2581.                             UTILS - 5
  2582.  
  2583.     Using this type of notation for the same example you can see
  2584. the same WORDRITE and WINCLAIM directories, but now you can also see
  2585. that the WORDRITE directory ALSO has three directories under it: one
  2586. for letters, one for documents, and one for personal notes.
  2587.  
  2588.  
  2589. SIMPLE WINCLAIM INSTALLATION
  2590.  
  2591.     In its simplest form of installation, WinClaim is installed in
  2592. one directory called "WINCLAIM" under your "Root Directory", and all of
  2593. the program and data files having to do with WinClaim are in that dir-
  2594. ectory.  That is what is pictured above.  This type of installation
  2595. DOES NOT use the Directory Select utility at all.
  2596.  
  2597.  
  2598. BATCH OPERATION
  2599.  
  2600.     However if you are operating as a billing service, you will
  2601. need to keep all the patient files and records seperate for each
  2602. practice that you do billing.  This is an ideal application for using
  2603. the subdirectory feature of DOS.  In short, all you have to do is
  2604. create a subdirectory for each practice under your WINCLAIM directory.
  2605. Then, just once, you will enter WinClaim and set an option in Utilities
  2606. to tell WinClaim that you want to operate that way.  From that point on
  2607. WinClaim will keep all the records seperate for you automatically!
  2608.  
  2609. IMPORTANT NOTE!  If you are going to operate in Batch Mode you must not
  2610.   have any data files for a particular Doctor IN the WinClaim directory.
  2611.   If you have already started one practice in that directory and decide
  2612.   to change your mode of operation later, then follow the directions to
  2613.   create a new directory, copy the existing data base files and index
  2614.   files into it, and then erase them from the WinClaim directory.  If
  2615.   you don't understand those directions then this would be a good time
  2616.   to get some technical help.  There must not be any .DBF files in the
  2617.   WinClaim directory except the 'parameter' file (WINPARMS.DBF).
  2618.  
  2619.  
  2620. CHANGING YOUR DOS PROMPT
  2621.  
  2622.     One of the things that would be very helpfulis for you to have
  2623. your DOS Prompt (the little C> character) always show you which dir-
  2624. ectory you are in (if it does not already).  If you are currently in
  2625. WinClaim at a menu then Quit all the way out to DOS.  Now, to make sure
  2626. you are in the WinClaim directory, enter the following command:
  2627.  
  2628.                       C>CD\winclaim <Enter> 
  2629.  
  2630.     It does not matter if the letters you type are in caps or not. 
  2631. Note that the '\' character you type is the back-slash: NOT the one 
  2632. over the Question Mark.
  2633.     At this point your DOS prompt will look like one of two pos-
  2634. sibilities: either C:\> or C:\WINCLAIM>.  If it has the word WINCLAIM
  2635. in it then you DO NOT have to do the next command.  If not, then enter:
  2636.  
  2637.                       C>prompt $p$g <Enter>
  2638.  
  2639.     This command line should also go in your AUTOEXEC.BAT file in
  2640. your Root directory but that gets a little more advanced for right now.
  2641. At this point, your DOS prompt should look like C:\WINCLAIM> and you
  2642. are ready to begin creating your first subdirectory under it.
  2643.                             UTILS - 6
  2644. CREATING SUBDIRECTORIES
  2645.  
  2646.     The command you will be using will be the Make Directory command
  2647. from DOS (also called MKDIR or simply MD).  It is very easy to use.
  2648. Just remember that the directory names you create are limited to eight
  2649. characters.  As an example, assume you are going to be doing billing
  2650. for a doctor named Rollins.  Starting from the WinClaim directory, the
  2651. command you enter would be:
  2652.  
  2653.                   C:\WINCLAIM>md rollins <Enter>
  2654.  
  2655.     And that's it!  You don't have to change to it or do anything
  2656. else.  If you happen to have two doctor Browns (but different practices)
  2657. then you can call one BROWN1 and the other BROWN2.
  2658.  
  2659.     Before you start utilizing subdirectories, you must tell the
  2660. program to go look for them (you only have to do this once).  Start up 
  2661. WinClaim as usual and select the Utils and then select Program Para-
  2662. meters. From the next level, then select Batch Operation.  Set the 
  2663. answer to that question to 'Y' for Yes.  You're now ready to begin.
  2664.  
  2665.     After you have created several such directories, your drive might
  2666. look something like this:
  2667.  
  2668.  C: (Root) --------- WORDRITE --------- LETTERS
  2669.                |                  |
  2670.                |                  |---- DOCUMENT
  2671.                |                  |
  2672.                |                   ---- PERSONAL
  2673.                |
  2674.                |
  2675.                 ---- WINCLAIM --------- ROLLINS
  2676.                         ^         |
  2677.                         |         |---- MORRIS 
  2678.  no .DBF's in this dir -          |
  2679.  except WINPARMS file             |---- BROWN1 
  2680.                                   |
  2681.                                    ---- BROWN2 
  2682.  
  2683.  
  2684. DATA ENTRY IN BATCH MODE
  2685.  
  2686.     From now  on, when you start up WinClaim, you will be taken
  2687. straight to the Directory Select selection under Utils and will not be
  2688. permitted to do anything else until you select one from the list shown.
  2689. Once you have chosen a directory, the name will appear near the upper
  2690. left hand corner of the screen so you can always tell which practice
  2691. you are in.  When you are finished doing entry for that practice you
  2692. can always change to another by returning to the Main Menu, selecting
  2693. Utils and then Directory Select again.
  2694.