bemDB

A PostgreSQL database
Download

bemDB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Jeff Thompson
  • Publisher web site:

bemDB Tags


bemDB Description

A PostgreSQL database bemDB is a group health insurance benefit and enrollment database that strives to be HIPAA 834 compliant. Its main feature is the ability to output HIPAA compliant 834 Benefit Enrollment and Maintenance EDI transaction sets.emDB is not a complete application. It does not contain a front-end application for easy user interaction and maintenance of the data. It is a database for which a front-end application can (and may) be programmed. In lieu of a front-end application, a database front-end program can be used to experiment with bemDB (e.g. psql, phpPgAdmin, pgaccess, PgAdminII, etc.)INSTALLATION:The installation outlined will enable you to create HIPAA 834 output files from bemDB.1. Install and test PostgreSQL.2. Create a new database.3. Create/verify that the PL/pgSQL language is installed on the database. (See man page for createlang.)4. Build the bemDB schema using bemDBSchema.sql.5. Build the bemDB triggers using bemDBTriggers.sql.6. Build data in bemDB. The bemDBSampleData.sql file contains sample data.7. Build the bemDB 834 output functions using bemDB834OutputFunctions.sql.8. Test the installation.select run_transaction_job(1)9. View the output.select output from transaction_job_historySteps 1 through 7 can be done using a PostgreSQL front-end like psql, PgAdminII, pgaccess or phpPgAdmin. Until a custom front-end is built, steps 8 and 9 can also be performed using these tools. Requirements: · PostgreSQL Limitations: · bemDB does not currently contain a front-end application to modify data. · bemDB only supports one transaction set per file. What's New in This Release: · 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 project. · Updated TODO list.


bemDB Related Software