drbowen wrote on Monday, November 29, 2010:
This post is a continuation of a couple of different threads:
Procedure Howto:
https://sourceforge.net/projects/openemr/forums/forum/202506/topic/3843489
LEN is working in 4.0
https://sourceforge.net/projects/openemr/forums/forum/202506/topic/3862251
The marked flexibility of the ”Procedures” makes it difficult to get started with the configuration. I spent quite a few hours this week end configuring the “Procedures” area to accept LabCorp data for the Laboratory Exchange Network being developed by Jeremy Wallace and MI-Squared. I dumped the SQL statements that were used for this configuration and Tony McCormick is posting these to Jeremy Wallace’s GIT hub where the laboratory results module are posted:
https://github.com/jwallace00/openemr/commit/fa2c9490c49ab9c0a171fbd98c13bcd2504a778c
I used Rod Roarks’s flexible structure to creat a new level called “Department” and set up the orders using the following general structure:
Laboratory (LabCorp Referral Labs)
-Chemistry Chemistry Department (department)
-Amylase, Serum 001396 CPT Code: 82150 (order)
Amylase, Serum (result)
-Basic Metabolic Panel (8) 322758 CPT Code: 80048 (order)
|BUN (result)
|BUN/Creatinine Ratio (result)
|Calcium, Serum (result)
|Carbon Dioxide, Total (result)
|Chloride, Serum (result)
|Creatinine, Serum (result)
|eGFR (result)
|eGFR AfricanAmerican (result)
|Glucose, Serum (result)
|Potassium, Serum (result)
|Sodium, Serum (result)
This conforms with the usual practice of a single clinic using one reference laboratory.
I decided to set the top level categories as
Laboratory (referral lab) LabCorp
Laboratory (in-house)
Radiology (in-house)
The problems that I have run into include:
1) no clear ability to enter diagnosis codes
2) The reference laboratories usually have some logic to verify that a valid diagnosis has been entered. Invalid diagnoses or if frequency of the most recent last similar lab, cause the generation of an Advance Beneficiary Notification (ABN).
I have started a Radiology Order Section with the intent of using this for in-house x-rays at my office. The out-side x-ray referrals are likely more like a “referral” Than a laboratory. The plain x-rays that we perform in our office are somewhat simpler and can likely handled like laboratories. There is a possibility that an additional field may need to be added to help with this process. Something like a free form text box for an extended comment from the referring practitioner to the radiologist.
Referrals for laboratories and x-rays both require a similar logic: checking that the ordered laboratory / x-ray has a valid diagnosis in order to make sure that the diagnostic service, lab or x-ray will be a covered service. Then generation of an ABN if it is not a covered service.
Sam Bowen, MD
http://oemr.org