Filing electronic medical claims on sites such as Office Ally or MD-Online requires tedious and repetitive data entry. Quick Claim is a Chrome extension meant to save time by remembering your settings and automatically filling out the dense portion of the form (Field 24 of CMS 1500). Quick Claim is ideal for clinics/hospitals providing services on same dates with repeating data(To and From dates are equal on section 24.A).
Chrome Browser Office Ally CMS-1500 HCFA Form section Optum/ United Health Care Form section
- Add extension from Chrome Web Store
- Or download entire github repository, go to chrome://extensions, click 'Load unpacked extension' and install the root/app folder.
Default popup hotkey in Chrome: Ctrl+Q
-
Ensure you are on a supported site(Office Ally only in beta) and at the HCFA-1500 form section. The status bar on the Claim Form tab will indicate this. Fill out sections 1-21 either by loading saved patient data or entering new data.
-
Go to the Profiles tab to setup and save profile data for commonly used CPT codes. These codes are not specific to any patient or site and can thus be used for any patient. You only need to do this once per CPT.
-
Go to Claim Form tab, enter CPT codes and dates. Click Fill Form button and verify data is correct. Quick Claim will automatically provide each date of service for all CPT codes and all diagnosis for each CPT. If this is undesired, click Undo Fill and enter data manually.
To run the demo site, install repo, go to root folder in console then type:
- Office Ally:
npm run oa
To build dist folder: just run gulp
v 1.0.1
- Fixed autofocus on first input element. Changed extension permissions to 'activeTab'.
v 1.0.0
- Removed UHC due to new form, added support for Office Ally to fill up to 50 rows.
v.9.3
- Added support for United Health Care/Optum
v0.9.1.1
- Added Chrome button shortcut link in 'About' tab
Beta v0.9.1
- Only supports Office Ally at the moment.
- Next sites to support: United Health Care, Ability Network
- Updated this readme file
Comments, questions, suggestions: [email protected]