Results 1 to 6 of 6
  1. #1
    Ray67 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    338

    Medical billing Database Design

    Medical billing Database Design



    Hello all

    I have been only using access for about 6 months. We currently do billing for about 30 doctors. The billing system we use doesn’t have too many options for reports. I would like to build a database in access that would store all of the monthly charges, payments and adjustments by patient and provider. This would allow me to build all the reports in access.


    1. Patient Demo: would included Provider Name, Patient Last Name, Patient First Name, DOB, Gender, Medical Record Number, Address, City, State, and Zip Code. The only reason this information would change due to human error. I would identify each patient with patient name, DOB and Medical Record.
    2. Patient Visits: Provider Name, Patient Last Name, Patient First Name, DOB, Medical Record, Transaction Date (when charges were entering in the billing system), Appointment Date, CPT Code, Procedure, ICD9 Code, and Charge Amount. For each visits the patient can have about four charges. This information can change due to many reasons.
    3. Payments: Provider Name, Patient Last Name, Patient First Name, DOB, Medical Record, Transaction Date, Appointment Date, CPT Code, Payment Type, Insurance Name, Method of Payment, Payment Amount.
    4. Adjustments: : Provider Name, Patient Last Name, Patient First Name, DOB, Medical Record, Transaction Date, Appointment Date, CPT Code, Adjustment Type, Insurance Nam, Adjustment Amount,



    I know the way this is setup is a violation of Normalization rules. The problem is that the data would be collected within three reports and imported. I still have to speak with the billing system people to see how they would be able to provide me with the data. Before I speak with them I would like to have a template setup. Since the data is going to be imported how do I go about storing data without braking normalization rule?

    Thank you,
    Last edited by Ray67; 08-21-2012 at 12:16 PM.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Are those the table or report layouts?

    If those are table structures, normalization is broken by all the duplicated data. The MRN is patient ID, so just save MRN in the child tables.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  3. #3
    Ray67 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    338
    They are table structures. How can i import data into access without duplicating data???

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    Can use the import wizard to pick columns to import and save the import steps and should be able to repeat the operation without the wizard (I have never done) by code to automate the imports using the saved steps.

    If all your data is going to be imported and not involve any entry/edit in the db, then don't worry about the duplication unless it kicks you over the 2gb Access file size limit.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

  5. #5
    Ray67 is offline Competent Performer
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    338
    Going over file size limit is going to be an isuess. We work with over 30 doctor.

  6. #6
    June7's Avatar
    June7 is offline VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,770
    2gb is a lot but if storage conservation by not duplicating data is not enough to stay under the limit, you maybe should be looking at MySQL backend for data.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. medical billing software
    By sabrina in forum Access
    Replies: 2
    Last Post: 03-09-2017, 05:45 AM
  2. Medical Database Design for Research
    By JJ22 in forum Database Design
    Replies: 20
    Last Post: 08-22-2012, 05:44 PM
  3. Please Help! Designing a medical database
    By DrJ in forum Database Design
    Replies: 3
    Last Post: 11-10-2011, 01:27 PM
  4. Access 2003 Template Problem - Time and Billing
    By davidelsbury in forum Database Design
    Replies: 4
    Last Post: 10-05-2011, 07:40 PM
  5. Free Billing Application
    By khalodaaa in forum Access
    Replies: 1
    Last Post: 06-23-2007, 05:43 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums