trying to create a scheduling doctor appointments in Access 2013

Anonymous
2018-10-17T22:25:24+00:00

My boss asked me to do a new Access database from scratch. I’ve never done an Access database on my own before, and would appreciate any advice you guys have. This is to help employees schedule appointments for 46 medical doctors in 14 different medical offices.

As for my relationships, I hope I’ve set up everything correctly:

As you can see, I’ve set up two junction tables, but am not quite sure how to set up a search query with junction tables. I’ve looked in my two Access 2013 books, and I’ve also looked online but am not having much luck. For example, with the table Junction_Provider_Insurance, I’m not sure how to search the Junction table to pull up the doctor and if the doctor is contracted, not contracted, needs authorization or pending for the insurance. So if a doctor’s name and an insurance name such as Aetna is searched, I want the result to show that the doctor is or is not contracted with Aetna in ReportResults.

As for the search, I originally set up a wildcard search for all the search boxes. My original intention was that the user could type in anything they wanted in one or two or three of the boxes (such as doctor’s name, visit type and insurance) and do a search where the results come up. However this is not working at all and time is of the essence as I’ve already missed my deadline to turn in this a week ago.  

Due to missing the deadline, I decided to change the wildcard text search to a combo box for the Doctor’s Name, Medical Office Name, Visit Type, Specialty and Insurance in the hopes the search will finally work. I’m thinking the best way to handle this is to remove the medical office, and then just have the doctor’s name, then when that comes up, to cascade into a new combo box for the visit type (new patient, follow up, pre-op, post-op, etc.) Or is there a better way to do this? I still need the results to show in the report too.

Thank you so much for your time and help. I really appreciate it very much.

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

136 answers

Sort by: Oldest
  1. Anonymous
    2018-10-19T22:50:29+00:00

    I believe a coworker will be handling the medical information part. Thank you though for looking out for me. The links and information you provided are so invaluable and I will be reading up this weekend.

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2018-10-19T23:05:06+00:00

    @Rohn007,

    While I'll agree that is a concern for health information but appointments?

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2018-10-20T00:52:56+00:00

    The name, phone number (address?) and other associated personal information for the appointment is definitely private information. 

    Depending on the privacy laws in your location, I can imagine that even the appointment info could be deemed private.

    In general, appointments could include information about scheduled procedures or specific tests

    • Mr x has an appointment for a prostate exam ...
    • Mr Sheldon Cooper has been referred for a sanity test ...
    • freshman high school student Miss z has an appointment for a pregnancy test ...

    Bottom line, you are working for a large health company, as part of your design and planning you should talk to the IT department and/or legal department to find out what privacy laws apply, to what specific pieces of info.

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2018-10-20T01:34:39+00:00

    Hmm, name address, phone number are not considered private in my location.  Even eMail and the like are not because they are *accessible* by looking a person up.  So the appointment itself has no bearing.

    And please note, I am not saying you were wrong for posting the *warning*, just saying appointment information is just name, address and phone number.  IF someone post anything that suggest medical information (or any other information deemed private like SS numbers) is going to be stored in an Access database then the answer will be nope, nope, nope.

    EDIT: Forgot to add, when making an appointment I have never told the person answering the phone WHY I want the appointment because it's none of their business either.  I would image that holds true for most.

    Was this answer helpful?

    0 comments No comments
  5. Anonymous
    2018-10-20T02:34:47+00:00

    Patient information s.a. phone numbers are an important part of schedulers- they occasionally need to be called up to reschedule or to see if they are coming in at all! Anyhow, what makes a phone number less secure on a scheduler than on a form elsewhere in an EHR (electronic health record system)? I could see this being a problem if you post the scheduler on-line, though.

    A lot of the large EHR ("electronic health record") companies make all sorts of excuses why a practice shouldn't make their own EHR in order to get providers to fork out tens of thousands of dollars for their proprietary EHR systems:

    1. the program is too insecure
    2. MS Access tables can't handle the volume of data
    3. there are nebulous laws for patient security that only the "big boys" could handle
    4. it's way too hard to make your own EMR/EHR
    5. then Medicare got into the game, penalizing physicians for not having an "approved" EHR. Medicare especially touted "interoperability" which has yet to be realized (if they post a set of standards, I'll meet them using Access).

    My responses to these issues were:

    1 & 2) it all depends on the environment you're programming for- small to medium sized clinic (OK) or a hospital (probably not as they have other rules and regulations set by the Joint Commission)? The MS Access back end tables are powerful enough to handle any small to moderate sized office with as many as 10 computers. My accounts table alone has over 40000 entries (I try to keep it trimmed to cover the past 4 years). It comes free with an Access subscription. That's a great deal...

    1. laws- think HIPAA, which is for medical transmission purposes. They don't want to have more red tape to EHRs than to paper records otherwise their use won't prosper. A lot of this are scare tactics. The Feds have much more on their hands than to destroy your practice.
    2. bogus- anyone can make their own EHR. In fact, to prove that point I made an EHR using MS Word as a front end and MS Access as a back end to hold the patient tables. Here's a clip of the Word VB environment... not much different than Access.
    3. The loss of Medicare income pales to the cost of actually owning and up-keeping and "meaningfully using" a proprietary EHR system on a yearly basis.

    My last presentation on the MS Office / EHR was in a grand rounds at a local large hospital (Inova Fairfax Hospital) where I presented a Powerpoint summary of all my efforts- "Meaningful Use Regulations and Your Practice- Surviving the Perfect Storm" (URL: https://app.box.com/s/urr0eux55neet8bmgsgr https://app.box.com/s/f3jicp7l86q2sgbth762).

    While many of the medical offices around me continue to close, I've survived, a lot having to do with my MS Access EMR. The only 2 large hurdles were:

    1. When I had to switch to electronic billing- it's mandatory now if you wish to get paid. Many offices pay as much as 8% (or more) of their total gross billings yearly to an outside company to handle electronic billing. I contacted Office Ally (which is free) and was able to program an algorithm to transfer my daily MS Access billings at the end of the day to MS Excel using their spreadsheet, then up to the cloud- all with one click (I had to make it easy, as my secretary isn't all that bright). Cost: nothing. Took me 2 weeks to do.
    2. When I switched up to MS Access 2016 and lost the calendar control as well as other issues, all of which are pretty much fixed now.  The switch was important to me as I want to finish the book that I started years ago on programming a MS Word EHR, but with the most current version of MS Office.

    So as the controversial shoe company Nike advertises- "Just Do It" and get your EHR up and going...

    Was this answer helpful?

    0 comments No comments