by jeffiet
bemDB - A group health insurance benefit and enrollment database that strives to be HIPAA 834 compliant.
0.3.5 Changed copyright notices to Phat Geeks, Inc. Changed tables structures so all have a single field primary key. Corrected syntax error in function prepare_member834. Removed parse and front end code. No longer in the scope of this ...
0.3.4 Added primary keys to all tables not having one. Added database diagram bemDB_diagram.jpg. Added foreign keys to coverage table. Removed parse_segment and parse_transaction_set tables from main schema. Added beginnings of parsing schema, ...
0.3.3 Added missing foreign key to coverage_change table. Initial cut of parse schema and incomplete parse functions.
I've flip-flopped several times on what should be the next major feature in bemDB: a front-end (most likely in php) or a parser. I've decided on concentrating on parsing through the 0.4 and 0.5 releases. After parsing, I will look to implement a ...
0.3.2 Built out remaining lookup data of valid values for various fields. Changed misspelled schema references from "qualifer" to "qualifier".
0.3.1 All changes made and tested in PostgreSQL 7.3.2. Added date fields to member and sponsored_member tables, to produce L2000DTP segments. Removed member_dates table. Built L2000 DTP Member Level Dates. Various changes to fix following ...
When running bemDB output through the HIPAADesk test engine (http://www.hipaadesk.com), a number output formatting bugs in bemDB were found. Never fear, I'm well into finishing a fix release that will take care of these. It should be out in the next ...
bemDB is a database for storing benefit enrollment and maintenance information for group health plans. It strives to be HIPAA 834 compliant. HIPAA stands for the Health Insurance Portability and Accountability Act. It dictates that all electronic ...
0.3.0 Added functionality to produce 834 change files. bemDB now supports producing both change and audit files. Reintroduced to_char YYYYMMDD calls. 0.2.5 bug was not due to to_char calls, but due to a bug in PostgreSQL 7.2.1 on RedHat 7.3.
0.2.6 Fixed a couple of bugs that allow bemDB to run on PostgeSQL 7.2: a missing paren, and replaced to_char YYYYMMDD calls. Added preliminary functions and tables to do transaction parsing. Identifed areas in output functions where change file ...
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use