SlideShare a Scribd company logo
1 of 16
Download to read offline
Physician Tool for Laboratory Testing
!
Kimberly Russell, MBA, SBB(ASCP), Diane Maennle, MD, Zia Uddin, PhD
Department of Pathology, St John Macomb-Oakland Hospital, Warren, MI
!
!
Abstract
!
The spiraling cost of laboratory tests (currently estimated at $60-70 billions/year) has
!
been of major concern to healthcare administrators. A significant increase in testing
!
costs is also anticipated as a consequence of the Affordable Care Act. Several cost-
!
containment plans were initiated during the last decades but with limited success.
!
Two solutions proposed for the cost-containment of the laboratory tests are: a)
!
building of an informatics structure to support utilization management; b) organization
!
of the physician education program starting from the residency level. We believe that
!
this two-pronged effort shall contribute significantly towards controlling the sky-
!
rocketing cost of laboratory tests.
!
!
Keywords: Cost containment, laboratory testing, app software, laboratory
information system, cloud computing, physician education
!
!
Introduction
!
Presently, most of the physicians order laboratory tests almost without restriction for
!
both in-patients and out-patients. Since the cost of esoteric tests has sky-rocketed, this
!
practice has become a topic of conversation in many cost-containment forums. Fifty
!
years ago there were approximately 100 commonly requested clinical and anatomic
!
pathology tests. Today, the number has grown to >10,000 tests, primarily due to
!
extensive research, especially in the molecular and genetic areas. It is estimated that
!
the current $60-70 billion cost of laboratory tests in the USA shall grow 100% in the next
!1
!
5-6 years. Other factors affecting growth in laboratory testing are the Affordable Care
!
Act and population increase.
!
We have seen cost-containment directives evolve over the last decades that include
!
Diagnosis Related Groups (DRG), education of physicians, practice standards (length-
!
of-stay peer review), physician profiling, ordering frequency limits, computerized
!
physician order entry (CPOE) system, clinical pathways and guidelines, managed care
!
programs, e.g. Health Maintenance Organizations (HMO) and Accountable Care
!
Organizations (ACO), order-entry pop-ups for authorization by the pathologist, etc. It is
!
anticipated that future restrictions for test ordering will soon be imposed on physicians
!
by both hospitals and insurance companies alike1-9.
!
Two solutions for cost-containment are:
!
a) Building of an informatics structure to support utilization management.
b) Organizing the physician education program starting from the residency level.
!
!
Web sites provided a way for physicians and pathologists to efficiently search and
!
select laboratory tests. We aimed to bring down the overall cost of the laboratory by
!
only displaying the most effective information to the end users. Once a test is selected
!
by the physician or pathologist, a pop-up appears on the screen and the cost of test
!
plus the reimbursement schedule shall appear for the hospital, thus enabling the cost-
!
containment. Depending upon the policy of the Medical Executive Committee of the
!
hospital for a send-out laboratory test to a reference laboratory, a dollar barrier was
!
specified (gatekeeper function) for the review and authorization by the medical director
!
or the pathologist of the laboratory.
!
!2
!
!
!
Methods
!
Database Organization:
!
Test names, test codes, CPT codes and their respective turn-around times (TAT) were
!
selected from the database of four local area hospitals in Michigan. These hospitals
!
signed contracts with five reference laboratories for their send out testing. The cost of
!
the testing performed by these reference laboratories was obtained from the signed
!
contracts with the hospitals. The fictitious names of the laboratories (Laboratory 1-3)
!
used in the database for legal reasons shall be replaced by their actual names, once the
!
application program is instituted at their facility by the hospital laboratory. The payment
!
schedule represents the dollar amount received by the hospital for a specific test either
!
from the Blue Cross Blue Shield (BCBS) of Michigan or the Center for Medicare &
!
Medicaid Services (CMS). The test is orderable by the physician without the prior
!
consent of the medical director or the pathologist of the hospital laboratory if the cost of
!
the test is < “Gatekeeper” value, e.g. $200.00. If the cost of the test is >$200.00, then
!
the physician must contact the medical director or the pathologist of the hospital
!
laboratory for his or her approval before ordering the test. This “Gatekeeper” value is
!
determined by the Medical Executive Committee of the hospital and it may vary from
!
one hospital to another. Since this database is a demonstration of the expected
!
application of the computer program, we have for abbreviating reasons provided the
!
cost and payment schedule of only 31 tests. In order to avoid inadvertent selection of an
!
incorrect test by the physician, we have also provided the clinical use of each test.
!
Additional information about the clinical use of the test (> 4400 tests in the database)
!3
!
can be obtained on real-time basis via a Google feature in the application program.
!
Applications Software:
!
We have developed two independent software applications for building of an informatics
!
structure to support utilization management of laboratory tests ordering by the
!
physicians.
!
I. Native code computer programming
!
Web site information:
!
The www.lablinked.com was developed on LAMP stack (Linux, Apache, Mysql & PHP).
!
We have used Phalcon PHP framework for writing PHP code. The web site front end
!
was built on Twitter Bootstrap 2.0 framework. The database for the web site was hosted
!
on Mysql. The web site was hosted on www.heroku.com. Heroku is a cloud IaaS
!
(Infrastructure as a Service) company, and it provided easy means to deploy and
!
maintain web based applications.
!
Data storage and retrieval:
!
On Heroku: The data was uploaded to Heroku using native Mysql client tools. Data was
!
retrieved using PHP Mysql API's. A user name and password is required to upload or
!
retrieve the data from the Heroku platform.
!
On Parse: The data on parse was uploaded using functionality provided by
!
www.parse.com web site. The data retrieval was done by using IOS native data access
!
API's. The authentication was done using public keyprivate key mechanism.
!
Applications for PC and laptop:
!
PC and laptop users can access the application by going to web site
!
www.lablinked.com.
!4
!
!
!
Application for iPhone:
!
Lablinked iPhone application was written in Objective C. The application was developed
!
using XCODE 5.1 IDE (Integrated Development). The application was developed for
!
platforms IOS 7.1 (IOS is a mobile operation system), which means that it can run on
!
Apple 6 devices and earlier devices as well. We have used www.parse.com for
!
backend services; this means that all the data storage; authentication services;
!
notification services were using the Parse platform. Parse is a Baas (Backend as a
!
Service) cloud computing technology. Parse provided an API to design loginsignup
!
screens with relative ease. Lablinked used Parse API's for authentication; data access
!
and data display.
!
Application for iPad:
!
Lablinked is a universal application which means it can be run on both iPhone and iPad
!
devices.
!
The iPhone and iPad apps have been approved (and are ready to use) by the Apple
!
Computer, Inc. Cupertino, CA (App Apple ID: 913303499). The web site lablinked.com
!
is also fully compatible with smart phones and tablets.
!
Integration piece with Laboratory Information System (LIS) is under progress. API
!
interface to LIS applications for integration shall be provided. It would be RESTful API;
!
which means LIS can access the application via Internet. For data exchange JSON
!
shall be used.
!
Glossary of technical terms:
Mysql – Open source relational database management software
API - Application programming Interface
!5
Git - A source control repository
Heroku Toolbelt - Command line tools to execute Heroku API’s using shell or
command prompt
PHP - Server side programming language
RESTful API - A set of HTTP based service that helps to interact with any
application via Internet
JSON - Used for data exchange between various applications
!
!
!
!
II. Web site based application software
!
Web site information:
!
The www.physicianlabtests.com was hosted on Godaddy. com. The web site has the
!
following pages: About, Support, Contact Us and Search. The Search page is used to
!
search various frequently used laboratory tests from a list of >4400 laboratory tests.
!
The Search results page displays whether the lab is orderable or not, the cost of the lab
!
test and the clinical significance of the lab test. In the Search page, the user can also
!
contact/message for any questions. The search page also helps the user go to Google
!
search page and provides the clinical information for the laboratory test. The web site
!
was developed using the following technologies:
!
Front End – HTML, Java and JQuery were used to develop the actual pages of the web
!
site.
!
Back End – The database was hosted using a file system such as XML.
!
Data storage and retrieval:
!
The data was stored in the cloud system at a central location so that it is easy for
!
access and retrieval.
!
Application for PC, laptop, iPhone, iPad, other smart phones and Android:
!
!
!6
Users having reliable internet connection can access the website using the
!
www.physicianlabtests.com weblink.
!
The web site Physicianlabtests.com was designed to provide hospital laboratories the
!
workflow management features associated with high-end LIS. Physicianlabtests.com
!
can accept lab orders from multiple order forms, a dedicated web portal or as HL7
!
messages sent by a client.
!
Illustration of search display for Galaxy 5:
!
In Figures 1-7, we have presented the application of the software for both the
!
"orderable" and "non orderable" tests.
Organization of Physician Education Program:
!
The basic structure of medical education in America has not changed much over the
last century. The Institute of Medicine in its recent report10 recommended a study of
changes in the structure, content and the modalities of medical education. The Center
for Medicare and Medicaid Services allocates11 approximately $10 billion per year
towards graduate medical education (GME); however a negligible amount is spent to
utilize the evolving capabilities of the health information technology and the Internet in
the GME and continuing medical education (CME). We decided to implement CME via
Internet. Two lectures per year are scheduled at our hospital for the education of the
medical students and residents. Similar lectures shall be scheduled in future for the
practicing physicians.
!
Results
A retrospective data analysis for a period of six months of the laboratory send-out tests
!
by a 410 bed tertiary care hospital with an active residency program provided the
!7
!
following information:
!
i) Total cost of all the send-out tests = $671,054.90
ii) Total cost of the send-out tests (when the cost of the each test was > $200.00, i.e.
the "gatekeeper value" utilized for cost containment) = $271,003.54
iii) Total cost of tests (when the send-out test results arrived in the LIS after the
discharge of the patient) = $137,918.13
!
Discussion
!
All the hospitals contrive to minimize the length-of-stay of the patient in the hospital in
!
order to reduce the cost of doing business. However there is no mechanism to control
!
the cost of the send-out laboratory tests, when the results arrive after the discharge of
!
the patient. This means that the result of the send-out test has no relevance in the
!
diagnosis of the disease or the treatment rendered by the physician. We recommend
!
that regardless of the cost of the send-out test the physician must consider the TAT time
!
of the test result before ordering. Why the hospital should pay when the send-out test
!
has no use in the diagnosis or treatment process? This aspect of cost containment can
!
be achieved by the education of the physicians starting from the residency level.
!
We have no way to know the role of "gatekeeper value of > $200.00" in our
!
retrospective data analysis. This question can only be answered after the institution of
!
the app software in the LIS, as this involves consultation between the physician and the
!
medical director or the pathologist of the laboratory prior to the ordering of the test by
!
the physician .
!
!
!
Conclusion
!
The presentation of the “Physician Tool for Laboratory Testing” via the Internet and the
!
lecturing programs shall implement a prudent utilization of the laboratory services and
!8
!
thus result in cost-containment. We recommend the inclusion of the TAT for all the
!
send-out tests in the database of the LIS.
References
!
1. http://www.captodayonline.com/sin-of-omissions-when-tests-fly-under-the-
radar-2/
2. http://www.captodayonline.com/taking-aim-at-overuse-daily-labs-high-cost-send-
outs/
3. http://www.captodayonline.com/powering-down-on-excessive-test-use/
4. http://www.captodayonline.com/test-utilization-a-united-front-against-
waste-71372/
5. http://www.captodayonline.com/how-labs-are-taming-test-utilization-6131/
6. Zhi M, Ding EL, Theisen-Toupal J, Whelan J, Arnaout R (2013) The Landscape of
Inappropriate Laboratory Testing: A 15-year Meta-Analysis. PLOS ONE
8(11):e78962. Dol:10.1371/journal.pone.0078962.
7. Ryan AM, Mushlin AI. The Affordable Care Act’s Payment Reforms and the future
of the hospitals. Ann Intern Med 2014; 160(10): 729-730.
8. May TA, Clancy M, Critchfield J, et al. Reducing Unnecessary inpatient laboratory
testing in a teaching hospital. Am J Clin Pathol 2006; 126: 200-206.
9. http://www.captodayonline.com/slashing-send-out-costs-with-lab-formularies/
10.Institute of Medicine, Committee on the Governance and Financing of Graduate
Medical Education. Graduate medical education that meets the nation’s health
needs. Washington, DC: National Academies Press, 2014.
11.Asch DA, Weinstein DF. Innovation in Medical Education. N Engl J Med 2014;
371(9): 794-795.
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!9
!
!
Physician Tool for Laboratory Testing (PTLT)
!
List of tests for which the following information is provided in the data base
for the applications software of PTLT.
!
Clinical use
Cost of Tests for Laboratories 1-3
Approximate payment by Blue Cross Blue Shield of Michigan
!
The "gatekeeper" value for orderable test is <= $200.00.
If the cost of the test is > $200.00, then the test is not orderable, and then
requires consultation with the pathologist/medical director of the laboratory.
!
===========================
!
(1,3)-Beta-D-Glucan [Fungitell] orderable
!
17-hydroxycorticosteroids, Urine orderable
!
Acetylcholine Receptor Binding Antibody orderable
!
Acetylcholine Receptor Blocking Antibody orderable
!
Acetylcholine Receptor Modulating Antibody orderable
!
Acute Lymphocytic Leukemia (ALL) Panel not orderable
by FISH, Adult
!
Acyclovir, plasma orderable
!
Acyclovir, Urine orderable
!
ALK Gene Rearrangements in NSCLC by not orderable
FISH (anaplastic lymphoma receptor tyrosine
kinase; a protein coding gene)
!
Baclofen, Quantitation, Fluid orderable
!
Baclofen, Quantitation, Serum or plasma orderable
!
Bladder Tumor Associated Antigen (human orderable
complement factor H related protein)
!
!10
Carbohydrate Deficient Transferrin for orderable
Alcohol Use
!
Celiac Disease (HLA-DQA1*05, HLA- not orderable
DQB1*02, and HLA-DQB1*03-02) Genotyping
!
Chromosome FISH, Prenatal not orderable
!
Cystatin C, Serum orderable
!
D-Dimer, Quantitative, Serum orderable
!
EGFR Gene Amplification by FISH not orderable
!
Endomysial Antibody, IgG orderable
!
Factor XIII, Activity orderable
!
Galactose-1-Phosphate Uridyltransferase orderable
!
Hemoglobin F, Quantitative, HPLC orderable
!
Hemoglobin, Unstable orderable
!
Hepatitis B Virus DNA Quantitative, Real-Time orderable
PCR
!
Hepatitis C Virus RNA Quantitative, Real-Time orderable
PCR
!
Her-2/neu, Quantitative, ELISA (Mayo) not orderable
!
Interleukin 2 orderable
!
JAK2 EXON 12 Mutation Analysis by PCR not orderable
!
Kell Antigen Typing-Patient orderable
!
Kleihauer-Betke Stain for Fetal Hemoglobin orderable
!
KRAS Mutation Detection orderable
!
Leukocyte Alkaline Phosphate orderable
!
Lung Cancer Assessment and Early Detection orderable
(Early CDT)
!11
!
Methylmalonic Acid (MMA) Quantitative, Urine orderable
!
Operating with the WWW.physicianlabtests.com
The following steps are applicable to:
!
a) iPhone, b) iPad, c) Galaxy 5, d) PC, e) Laptop
!
1. Open safari web browser.
!
2. In the web site address bar, type www.physicianlabtests.com
!
3. Once on the web site, notice the following on the toolbar:
!
Home Search About Support Contact
!
4. Click on "Search" This opens the search page with options to follow:
!
5. Enter the test name in the block. If similarly named tests are included in the
database, those names shall also appear on screen, e.g.
Acyclovir, Zovirax, Serum or Plasma
Acyclovir, Zovirax, Urine
!
Note: The clinical significance of each tests is also displayed under its name.
!
Select the test that is desired and then click on it.
!
The following results shall be displayed on the screen:
!
Test name
Clinical use of the test
Cost
Lab Name
TAT (turn around time)
Catalog number
If orderable in green color.
If not orderable in red color.
!
The test is orderable if the cost is <= $200.00. If the cost is >$200.00 the test is
not orderable by the physician and in this case the physician should consult the
pathologist / medical director of the laboratory for his or her authorization.
!
6. Click on the highlighted hyperlink to go to Google Search Results screen, that
!12
displays the search results for the test.
!
!13
!
!
!
!14
!
!
!
!15
!16

More Related Content

What's hot

Automate your literature monitoring for more effective pharmacovigilance
Automate your literature monitoring for more effective pharmacovigilanceAutomate your literature monitoring for more effective pharmacovigilance
Automate your literature monitoring for more effective pharmacovigilanceAnn-Marie Roche
 
Guidelines for site organization management in clinical_trials, published by ...
Guidelines for site organization management in clinical_trials, published by ...Guidelines for site organization management in clinical_trials, published by ...
Guidelines for site organization management in clinical_trials, published by ...Serkan Kaçar
 
HCIS 140 Entire Course NEW
HCIS 140 Entire Course NEWHCIS 140 Entire Course NEW
HCIS 140 Entire Course NEWshyamuopeight
 
ASCVD EHR Integration Pilot Using FHIR
ASCVD EHR Integration Pilot Using FHIRASCVD EHR Integration Pilot Using FHIR
ASCVD EHR Integration Pilot Using FHIRDino Damalas
 
Add posting content Birla
Add posting content BirlaAdd posting content Birla
Add posting content BirlaShree Birla
 
Hazard Communication Training by Oklahoma State University
Hazard Communication Training by Oklahoma State UniversityHazard Communication Training by Oklahoma State University
Hazard Communication Training by Oklahoma State UniversityAtlantic Training, LLC.
 
0046352aafa107ecc4000000
0046352aafa107ecc40000000046352aafa107ecc4000000
0046352aafa107ecc4000000Dr Trivedi
 

What's hot (9)

Automate your literature monitoring for more effective pharmacovigilance
Automate your literature monitoring for more effective pharmacovigilanceAutomate your literature monitoring for more effective pharmacovigilance
Automate your literature monitoring for more effective pharmacovigilance
 
Guidelines for site organization management in clinical_trials, published by ...
Guidelines for site organization management in clinical_trials, published by ...Guidelines for site organization management in clinical_trials, published by ...
Guidelines for site organization management in clinical_trials, published by ...
 
Clinical resources
Clinical resourcesClinical resources
Clinical resources
 
HCIS 140 Entire Course NEW
HCIS 140 Entire Course NEWHCIS 140 Entire Course NEW
HCIS 140 Entire Course NEW
 
Resume
ResumeResume
Resume
 
ASCVD EHR Integration Pilot Using FHIR
ASCVD EHR Integration Pilot Using FHIRASCVD EHR Integration Pilot Using FHIR
ASCVD EHR Integration Pilot Using FHIR
 
Add posting content Birla
Add posting content BirlaAdd posting content Birla
Add posting content Birla
 
Hazard Communication Training by Oklahoma State University
Hazard Communication Training by Oklahoma State UniversityHazard Communication Training by Oklahoma State University
Hazard Communication Training by Oklahoma State University
 
0046352aafa107ecc4000000
0046352aafa107ecc40000000046352aafa107ecc4000000
0046352aafa107ecc4000000
 

Viewers also liked

2009기년회 (2009 12-22, 황원근)
2009기년회 (2009 12-22, 황원근)2009기년회 (2009 12-22, 황원근)
2009기년회 (2009 12-22, 황원근)Won-gune Hwang
 
Social Inclusion - Royal College of Surgeons lecture
Social Inclusion - Royal College of Surgeons lectureSocial Inclusion - Royal College of Surgeons lecture
Social Inclusion - Royal College of Surgeons lecturePhrisk
 
Dixitalizando a contorna
Dixitalizando a contornaDixitalizando a contorna
Dixitalizando a contornainesgr
 
Narendra Murkumbi India Iso Nov2011 Conference
Narendra Murkumbi India Iso Nov2011 ConferenceNarendra Murkumbi India Iso Nov2011 Conference
Narendra Murkumbi India Iso Nov2011 ConferenceRicardo Pinto
 

Viewers also liked (6)

2009기년회 (2009 12-22, 황원근)
2009기년회 (2009 12-22, 황원근)2009기년회 (2009 12-22, 황원근)
2009기년회 (2009 12-22, 황원근)
 
Social Inclusion - Royal College of Surgeons lecture
Social Inclusion - Royal College of Surgeons lectureSocial Inclusion - Royal College of Surgeons lecture
Social Inclusion - Royal College of Surgeons lecture
 
Marketing Innovation Workshop
Marketing Innovation WorkshopMarketing Innovation Workshop
Marketing Innovation Workshop
 
Dixitalizando a contorna
Dixitalizando a contornaDixitalizando a contorna
Dixitalizando a contorna
 
Technical composition 1 sample
Technical composition 1 sampleTechnical composition 1 sample
Technical composition 1 sample
 
Narendra Murkumbi India Iso Nov2011 Conference
Narendra Murkumbi India Iso Nov2011 ConferenceNarendra Murkumbi India Iso Nov2011 Conference
Narendra Murkumbi India Iso Nov2011 Conference
 

Similar to Ptlt article 2015

Melbourne Genomics Health Alliance
Melbourne Genomics Health AllianceMelbourne Genomics Health Alliance
Melbourne Genomics Health AllianceAmazon Web Services
 
Eggplant Digital Automation Intelligence for Epic
Eggplant Digital Automation Intelligence for EpicEggplant Digital Automation Intelligence for Epic
Eggplant Digital Automation Intelligence for EpicEggplant
 
Pharmacy Management System
Pharmacy Management SystemPharmacy Management System
Pharmacy Management SystemAI Publications
 
Smart-Indivo App Challenge Webinar
Smart-Indivo App Challenge WebinarSmart-Indivo App Challenge Webinar
Smart-Indivo App Challenge Webinarhealth2dev
 
2016 Standardization of Laboratory Test Coding - PHI Conference
2016 Standardization of Laboratory Test Coding - PHI Conference2016 Standardization of Laboratory Test Coding - PHI Conference
2016 Standardization of Laboratory Test Coding - PHI ConferenceMegan Sawchuk
 
Online diagnostic lab booking system project report
Online diagnostic lab booking system project reportOnline diagnostic lab booking system project report
Online diagnostic lab booking system project reportPalash Sukla Das
 
A041020112
A041020112A041020112
A041020112IOSR-JEN
 
Real-Time Data. Real-World Impact. Info sheet
Real-Time Data. Real-World Impact. Info sheet Real-Time Data. Real-World Impact. Info sheet
Real-Time Data. Real-World Impact. Info sheet Covance
 
Workflow Process Management and Enterprise Application Integration in Healthcare
Workflow Process Management and Enterprise Application Integration in HealthcareWorkflow Process Management and Enterprise Application Integration in Healthcare
Workflow Process Management and Enterprise Application Integration in HealthcareAmit Sheth
 
Using Web Applications To Mobilize Pesticide Information
Using Web Applications To Mobilize Pesticide InformationUsing Web Applications To Mobilize Pesticide Information
Using Web Applications To Mobilize Pesticide Informationrosss30
 
Elinext Healthcare Software Development
Elinext Healthcare Software DevelopmentElinext Healthcare Software Development
Elinext Healthcare Software DevelopmentElinext
 
Smart ICU project. Dr.Francisco Murillo_English version
Smart ICU project. Dr.Francisco Murillo_English versionSmart ICU project. Dr.Francisco Murillo_English version
Smart ICU project. Dr.Francisco Murillo_English versioneveris/ ehCOS
 
Repot on-hospital-manegment-system
Repot on-hospital-manegment-systemRepot on-hospital-manegment-system
Repot on-hospital-manegment-systemPNEC
 

Similar to Ptlt article 2015 (20)

Melbourne Genomics Health Alliance
Melbourne Genomics Health AllianceMelbourne Genomics Health Alliance
Melbourne Genomics Health Alliance
 
Eggplant Digital Automation Intelligence for Epic
Eggplant Digital Automation Intelligence for EpicEggplant Digital Automation Intelligence for Epic
Eggplant Digital Automation Intelligence for Epic
 
Popsi Cube 2011
Popsi Cube 2011Popsi Cube 2011
Popsi Cube 2011
 
Pharmacy Management System
Pharmacy Management SystemPharmacy Management System
Pharmacy Management System
 
Trial io pcori doc v1
Trial io pcori doc v1Trial io pcori doc v1
Trial io pcori doc v1
 
Smart-Indivo App Challenge Webinar
Smart-Indivo App Challenge WebinarSmart-Indivo App Challenge Webinar
Smart-Indivo App Challenge Webinar
 
2016 Standardization of Laboratory Test Coding - PHI Conference
2016 Standardization of Laboratory Test Coding - PHI Conference2016 Standardization of Laboratory Test Coding - PHI Conference
2016 Standardization of Laboratory Test Coding - PHI Conference
 
Online diagnostic lab booking system project report
Online diagnostic lab booking system project reportOnline diagnostic lab booking system project report
Online diagnostic lab booking system project report
 
A041020112
A041020112A041020112
A041020112
 
Real-Time Data. Real-World Impact. Info sheet
Real-Time Data. Real-World Impact. Info sheet Real-Time Data. Real-World Impact. Info sheet
Real-Time Data. Real-World Impact. Info sheet
 
Venu Madhav
Venu MadhavVenu Madhav
Venu Madhav
 
Workflow Process Management and Enterprise Application Integration in Healthcare
Workflow Process Management and Enterprise Application Integration in HealthcareWorkflow Process Management and Enterprise Application Integration in Healthcare
Workflow Process Management and Enterprise Application Integration in Healthcare
 
Using Web Applications To Mobilize Pesticide Information
Using Web Applications To Mobilize Pesticide InformationUsing Web Applications To Mobilize Pesticide Information
Using Web Applications To Mobilize Pesticide Information
 
Progeny Lab Overview
Progeny Lab OverviewProgeny Lab Overview
Progeny Lab Overview
 
Progeny Lab
Progeny LabProgeny Lab
Progeny Lab
 
Elinext Healthcare Software Development
Elinext Healthcare Software DevelopmentElinext Healthcare Software Development
Elinext Healthcare Software Development
 
Progeny Lims Overview
Progeny Lims OverviewProgeny Lims Overview
Progeny Lims Overview
 
E-Doctor
E-DoctorE-Doctor
E-Doctor
 
Smart ICU project. Dr.Francisco Murillo_English version
Smart ICU project. Dr.Francisco Murillo_English versionSmart ICU project. Dr.Francisco Murillo_English version
Smart ICU project. Dr.Francisco Murillo_English version
 
Repot on-hospital-manegment-system
Repot on-hospital-manegment-systemRepot on-hospital-manegment-system
Repot on-hospital-manegment-system
 

Recently uploaded

Bangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% Safe
Bangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% SafeBangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% Safe
Bangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% Safenarwatsonia7
 
💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...
💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...
💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...Taniya Sharma
 
College Call Girls Pune Mira 9907093804 Short 1500 Night 6000 Best call girls...
College Call Girls Pune Mira 9907093804 Short 1500 Night 6000 Best call girls...College Call Girls Pune Mira 9907093804 Short 1500 Night 6000 Best call girls...
College Call Girls Pune Mira 9907093804 Short 1500 Night 6000 Best call girls...Miss joya
 
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...Garima Khatri
 
♛VVIP Hyderabad Call Girls Chintalkunta🖕7001035870🖕Riya Kappor Top Call Girl ...
♛VVIP Hyderabad Call Girls Chintalkunta🖕7001035870🖕Riya Kappor Top Call Girl ...♛VVIP Hyderabad Call Girls Chintalkunta🖕7001035870🖕Riya Kappor Top Call Girl ...
♛VVIP Hyderabad Call Girls Chintalkunta🖕7001035870🖕Riya Kappor Top Call Girl ...astropune
 
Call Girls Cuttack Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Cuttack Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Cuttack Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Cuttack Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
Call Girls Ludhiana Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...
Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...
Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...Miss joya
 
High Profile Call Girls Coimbatore Saanvi☎️ 8250192130 Independent Escort Se...
High Profile Call Girls Coimbatore Saanvi☎️  8250192130 Independent Escort Se...High Profile Call Girls Coimbatore Saanvi☎️  8250192130 Independent Escort Se...
High Profile Call Girls Coimbatore Saanvi☎️ 8250192130 Independent Escort Se...narwatsonia7
 
Call Girls Service Navi Mumbai Samaira 8617697112 Independent Escort Service ...
Call Girls Service Navi Mumbai Samaira 8617697112 Independent Escort Service ...Call Girls Service Navi Mumbai Samaira 8617697112 Independent Escort Service ...
Call Girls Service Navi Mumbai Samaira 8617697112 Independent Escort Service ...Call girls in Ahmedabad High profile
 
(👑VVIP ISHAAN ) Russian Call Girls Service Navi Mumbai🖕9920874524🖕Independent...
(👑VVIP ISHAAN ) Russian Call Girls Service Navi Mumbai🖕9920874524🖕Independent...(👑VVIP ISHAAN ) Russian Call Girls Service Navi Mumbai🖕9920874524🖕Independent...
(👑VVIP ISHAAN ) Russian Call Girls Service Navi Mumbai🖕9920874524🖕Independent...Taniya Sharma
 
Call Girl Coimbatore Prisha☎️ 8250192130 Independent Escort Service Coimbatore
Call Girl Coimbatore Prisha☎️  8250192130 Independent Escort Service CoimbatoreCall Girl Coimbatore Prisha☎️  8250192130 Independent Escort Service Coimbatore
Call Girl Coimbatore Prisha☎️ 8250192130 Independent Escort Service Coimbatorenarwatsonia7
 
Bangalore Call Girls Nelamangala Number 7001035870 Meetin With Bangalore Esc...
Bangalore Call Girls Nelamangala Number 7001035870  Meetin With Bangalore Esc...Bangalore Call Girls Nelamangala Number 7001035870  Meetin With Bangalore Esc...
Bangalore Call Girls Nelamangala Number 7001035870 Meetin With Bangalore Esc...narwatsonia7
 
Best Rate (Hyderabad) Call Girls Jahanuma ⟟ 8250192130 ⟟ High Class Call Girl...
Best Rate (Hyderabad) Call Girls Jahanuma ⟟ 8250192130 ⟟ High Class Call Girl...Best Rate (Hyderabad) Call Girls Jahanuma ⟟ 8250192130 ⟟ High Class Call Girl...
Best Rate (Hyderabad) Call Girls Jahanuma ⟟ 8250192130 ⟟ High Class Call Girl...astropune
 
CALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune) Girls Service
CALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune)  Girls ServiceCALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune)  Girls Service
CALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune) Girls ServiceMiss joya
 
Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...
Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...
Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...Miss joya
 
Lucknow Call girls - 8800925952 - 24x7 service with hotel room
Lucknow Call girls - 8800925952 - 24x7 service with hotel roomLucknow Call girls - 8800925952 - 24x7 service with hotel room
Lucknow Call girls - 8800925952 - 24x7 service with hotel roomdiscovermytutordmt
 
Call Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls Jaipur
Call Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls JaipurCall Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls Jaipur
Call Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls Jaipurparulsinha
 
Aspirin presentation slides by Dr. Rewas Ali
Aspirin presentation slides by Dr. Rewas AliAspirin presentation slides by Dr. Rewas Ali
Aspirin presentation slides by Dr. Rewas AliRewAs ALI
 

Recently uploaded (20)

Bangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% Safe
Bangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% SafeBangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% Safe
Bangalore Call Girls Majestic 📞 9907093804 High Profile Service 100% Safe
 
💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...
💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...
💎VVIP Kolkata Call Girls Parganas🩱7001035870🩱Independent Girl ( Ac Rooms Avai...
 
College Call Girls Pune Mira 9907093804 Short 1500 Night 6000 Best call girls...
College Call Girls Pune Mira 9907093804 Short 1500 Night 6000 Best call girls...College Call Girls Pune Mira 9907093804 Short 1500 Night 6000 Best call girls...
College Call Girls Pune Mira 9907093804 Short 1500 Night 6000 Best call girls...
 
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
VIP Mumbai Call Girls Hiranandani Gardens Just Call 9920874524 with A/C Room ...
 
♛VVIP Hyderabad Call Girls Chintalkunta🖕7001035870🖕Riya Kappor Top Call Girl ...
♛VVIP Hyderabad Call Girls Chintalkunta🖕7001035870🖕Riya Kappor Top Call Girl ...♛VVIP Hyderabad Call Girls Chintalkunta🖕7001035870🖕Riya Kappor Top Call Girl ...
♛VVIP Hyderabad Call Girls Chintalkunta🖕7001035870🖕Riya Kappor Top Call Girl ...
 
Call Girls Cuttack Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Cuttack Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Cuttack Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Cuttack Just Call 9907093804 Top Class Call Girl Service Available
 
Call Girls Ludhiana Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 9907093804 Top Class Call Girl Service Available
 
Russian Call Girls in Delhi Tanvi ➡️ 9711199012 💋📞 Independent Escort Service...
Russian Call Girls in Delhi Tanvi ➡️ 9711199012 💋📞 Independent Escort Service...Russian Call Girls in Delhi Tanvi ➡️ 9711199012 💋📞 Independent Escort Service...
Russian Call Girls in Delhi Tanvi ➡️ 9711199012 💋📞 Independent Escort Service...
 
Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...
Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...
Call Girls Service Pune Vaishnavi 9907093804 Short 1500 Night 6000 Best call ...
 
High Profile Call Girls Coimbatore Saanvi☎️ 8250192130 Independent Escort Se...
High Profile Call Girls Coimbatore Saanvi☎️  8250192130 Independent Escort Se...High Profile Call Girls Coimbatore Saanvi☎️  8250192130 Independent Escort Se...
High Profile Call Girls Coimbatore Saanvi☎️ 8250192130 Independent Escort Se...
 
Call Girls Service Navi Mumbai Samaira 8617697112 Independent Escort Service ...
Call Girls Service Navi Mumbai Samaira 8617697112 Independent Escort Service ...Call Girls Service Navi Mumbai Samaira 8617697112 Independent Escort Service ...
Call Girls Service Navi Mumbai Samaira 8617697112 Independent Escort Service ...
 
(👑VVIP ISHAAN ) Russian Call Girls Service Navi Mumbai🖕9920874524🖕Independent...
(👑VVIP ISHAAN ) Russian Call Girls Service Navi Mumbai🖕9920874524🖕Independent...(👑VVIP ISHAAN ) Russian Call Girls Service Navi Mumbai🖕9920874524🖕Independent...
(👑VVIP ISHAAN ) Russian Call Girls Service Navi Mumbai🖕9920874524🖕Independent...
 
Call Girl Coimbatore Prisha☎️ 8250192130 Independent Escort Service Coimbatore
Call Girl Coimbatore Prisha☎️  8250192130 Independent Escort Service CoimbatoreCall Girl Coimbatore Prisha☎️  8250192130 Independent Escort Service Coimbatore
Call Girl Coimbatore Prisha☎️ 8250192130 Independent Escort Service Coimbatore
 
Bangalore Call Girls Nelamangala Number 7001035870 Meetin With Bangalore Esc...
Bangalore Call Girls Nelamangala Number 7001035870  Meetin With Bangalore Esc...Bangalore Call Girls Nelamangala Number 7001035870  Meetin With Bangalore Esc...
Bangalore Call Girls Nelamangala Number 7001035870 Meetin With Bangalore Esc...
 
Best Rate (Hyderabad) Call Girls Jahanuma ⟟ 8250192130 ⟟ High Class Call Girl...
Best Rate (Hyderabad) Call Girls Jahanuma ⟟ 8250192130 ⟟ High Class Call Girl...Best Rate (Hyderabad) Call Girls Jahanuma ⟟ 8250192130 ⟟ High Class Call Girl...
Best Rate (Hyderabad) Call Girls Jahanuma ⟟ 8250192130 ⟟ High Class Call Girl...
 
CALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune) Girls Service
CALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune)  Girls ServiceCALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune)  Girls Service
CALL ON ➥9907093804 🔝 Call Girls Hadapsar ( Pune) Girls Service
 
Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...
Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...
Russian Call Girls in Pune Tanvi 9907093804 Short 1500 Night 6000 Best call g...
 
Lucknow Call girls - 8800925952 - 24x7 service with hotel room
Lucknow Call girls - 8800925952 - 24x7 service with hotel roomLucknow Call girls - 8800925952 - 24x7 service with hotel room
Lucknow Call girls - 8800925952 - 24x7 service with hotel room
 
Call Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls Jaipur
Call Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls JaipurCall Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls Jaipur
Call Girls Service Jaipur Grishma WhatsApp ❤8445551418 VIP Call Girls Jaipur
 
Aspirin presentation slides by Dr. Rewas Ali
Aspirin presentation slides by Dr. Rewas AliAspirin presentation slides by Dr. Rewas Ali
Aspirin presentation slides by Dr. Rewas Ali
 

Ptlt article 2015

  • 1. Physician Tool for Laboratory Testing ! Kimberly Russell, MBA, SBB(ASCP), Diane Maennle, MD, Zia Uddin, PhD Department of Pathology, St John Macomb-Oakland Hospital, Warren, MI ! ! Abstract ! The spiraling cost of laboratory tests (currently estimated at $60-70 billions/year) has ! been of major concern to healthcare administrators. A significant increase in testing ! costs is also anticipated as a consequence of the Affordable Care Act. Several cost- ! containment plans were initiated during the last decades but with limited success. ! Two solutions proposed for the cost-containment of the laboratory tests are: a) ! building of an informatics structure to support utilization management; b) organization ! of the physician education program starting from the residency level. We believe that ! this two-pronged effort shall contribute significantly towards controlling the sky- ! rocketing cost of laboratory tests. ! ! Keywords: Cost containment, laboratory testing, app software, laboratory information system, cloud computing, physician education ! ! Introduction ! Presently, most of the physicians order laboratory tests almost without restriction for ! both in-patients and out-patients. Since the cost of esoteric tests has sky-rocketed, this ! practice has become a topic of conversation in many cost-containment forums. Fifty ! years ago there were approximately 100 commonly requested clinical and anatomic ! pathology tests. Today, the number has grown to >10,000 tests, primarily due to ! extensive research, especially in the molecular and genetic areas. It is estimated that ! the current $60-70 billion cost of laboratory tests in the USA shall grow 100% in the next !1
  • 2. ! 5-6 years. Other factors affecting growth in laboratory testing are the Affordable Care ! Act and population increase. ! We have seen cost-containment directives evolve over the last decades that include ! Diagnosis Related Groups (DRG), education of physicians, practice standards (length- ! of-stay peer review), physician profiling, ordering frequency limits, computerized ! physician order entry (CPOE) system, clinical pathways and guidelines, managed care ! programs, e.g. Health Maintenance Organizations (HMO) and Accountable Care ! Organizations (ACO), order-entry pop-ups for authorization by the pathologist, etc. It is ! anticipated that future restrictions for test ordering will soon be imposed on physicians ! by both hospitals and insurance companies alike1-9. ! Two solutions for cost-containment are: ! a) Building of an informatics structure to support utilization management. b) Organizing the physician education program starting from the residency level. ! ! Web sites provided a way for physicians and pathologists to efficiently search and ! select laboratory tests. We aimed to bring down the overall cost of the laboratory by ! only displaying the most effective information to the end users. Once a test is selected ! by the physician or pathologist, a pop-up appears on the screen and the cost of test ! plus the reimbursement schedule shall appear for the hospital, thus enabling the cost- ! containment. Depending upon the policy of the Medical Executive Committee of the ! hospital for a send-out laboratory test to a reference laboratory, a dollar barrier was ! specified (gatekeeper function) for the review and authorization by the medical director ! or the pathologist of the laboratory. ! !2
  • 3. ! ! ! Methods ! Database Organization: ! Test names, test codes, CPT codes and their respective turn-around times (TAT) were ! selected from the database of four local area hospitals in Michigan. These hospitals ! signed contracts with five reference laboratories for their send out testing. The cost of ! the testing performed by these reference laboratories was obtained from the signed ! contracts with the hospitals. The fictitious names of the laboratories (Laboratory 1-3) ! used in the database for legal reasons shall be replaced by their actual names, once the ! application program is instituted at their facility by the hospital laboratory. The payment ! schedule represents the dollar amount received by the hospital for a specific test either ! from the Blue Cross Blue Shield (BCBS) of Michigan or the Center for Medicare & ! Medicaid Services (CMS). The test is orderable by the physician without the prior ! consent of the medical director or the pathologist of the hospital laboratory if the cost of ! the test is < “Gatekeeper” value, e.g. $200.00. If the cost of the test is >$200.00, then ! the physician must contact the medical director or the pathologist of the hospital ! laboratory for his or her approval before ordering the test. This “Gatekeeper” value is ! determined by the Medical Executive Committee of the hospital and it may vary from ! one hospital to another. Since this database is a demonstration of the expected ! application of the computer program, we have for abbreviating reasons provided the ! cost and payment schedule of only 31 tests. In order to avoid inadvertent selection of an ! incorrect test by the physician, we have also provided the clinical use of each test. ! Additional information about the clinical use of the test (> 4400 tests in the database) !3
  • 4. ! can be obtained on real-time basis via a Google feature in the application program. ! Applications Software: ! We have developed two independent software applications for building of an informatics ! structure to support utilization management of laboratory tests ordering by the ! physicians. ! I. Native code computer programming ! Web site information: ! The www.lablinked.com was developed on LAMP stack (Linux, Apache, Mysql & PHP). ! We have used Phalcon PHP framework for writing PHP code. The web site front end ! was built on Twitter Bootstrap 2.0 framework. The database for the web site was hosted ! on Mysql. The web site was hosted on www.heroku.com. Heroku is a cloud IaaS ! (Infrastructure as a Service) company, and it provided easy means to deploy and ! maintain web based applications. ! Data storage and retrieval: ! On Heroku: The data was uploaded to Heroku using native Mysql client tools. Data was ! retrieved using PHP Mysql API's. A user name and password is required to upload or ! retrieve the data from the Heroku platform. ! On Parse: The data on parse was uploaded using functionality provided by ! www.parse.com web site. The data retrieval was done by using IOS native data access ! API's. The authentication was done using public keyprivate key mechanism. ! Applications for PC and laptop: ! PC and laptop users can access the application by going to web site ! www.lablinked.com. !4
  • 5. ! ! ! Application for iPhone: ! Lablinked iPhone application was written in Objective C. The application was developed ! using XCODE 5.1 IDE (Integrated Development). The application was developed for ! platforms IOS 7.1 (IOS is a mobile operation system), which means that it can run on ! Apple 6 devices and earlier devices as well. We have used www.parse.com for ! backend services; this means that all the data storage; authentication services; ! notification services were using the Parse platform. Parse is a Baas (Backend as a ! Service) cloud computing technology. Parse provided an API to design loginsignup ! screens with relative ease. Lablinked used Parse API's for authentication; data access ! and data display. ! Application for iPad: ! Lablinked is a universal application which means it can be run on both iPhone and iPad ! devices. ! The iPhone and iPad apps have been approved (and are ready to use) by the Apple ! Computer, Inc. Cupertino, CA (App Apple ID: 913303499). The web site lablinked.com ! is also fully compatible with smart phones and tablets. ! Integration piece with Laboratory Information System (LIS) is under progress. API ! interface to LIS applications for integration shall be provided. It would be RESTful API; ! which means LIS can access the application via Internet. For data exchange JSON ! shall be used. ! Glossary of technical terms: Mysql – Open source relational database management software API - Application programming Interface !5
  • 6. Git - A source control repository Heroku Toolbelt - Command line tools to execute Heroku API’s using shell or command prompt PHP - Server side programming language RESTful API - A set of HTTP based service that helps to interact with any application via Internet JSON - Used for data exchange between various applications ! ! ! ! II. Web site based application software ! Web site information: ! The www.physicianlabtests.com was hosted on Godaddy. com. The web site has the ! following pages: About, Support, Contact Us and Search. The Search page is used to ! search various frequently used laboratory tests from a list of >4400 laboratory tests. ! The Search results page displays whether the lab is orderable or not, the cost of the lab ! test and the clinical significance of the lab test. In the Search page, the user can also ! contact/message for any questions. The search page also helps the user go to Google ! search page and provides the clinical information for the laboratory test. The web site ! was developed using the following technologies: ! Front End – HTML, Java and JQuery were used to develop the actual pages of the web ! site. ! Back End – The database was hosted using a file system such as XML. ! Data storage and retrieval: ! The data was stored in the cloud system at a central location so that it is easy for ! access and retrieval. ! Application for PC, laptop, iPhone, iPad, other smart phones and Android: ! ! !6
  • 7. Users having reliable internet connection can access the website using the ! www.physicianlabtests.com weblink. ! The web site Physicianlabtests.com was designed to provide hospital laboratories the ! workflow management features associated with high-end LIS. Physicianlabtests.com ! can accept lab orders from multiple order forms, a dedicated web portal or as HL7 ! messages sent by a client. ! Illustration of search display for Galaxy 5: ! In Figures 1-7, we have presented the application of the software for both the ! "orderable" and "non orderable" tests. Organization of Physician Education Program: ! The basic structure of medical education in America has not changed much over the last century. The Institute of Medicine in its recent report10 recommended a study of changes in the structure, content and the modalities of medical education. The Center for Medicare and Medicaid Services allocates11 approximately $10 billion per year towards graduate medical education (GME); however a negligible amount is spent to utilize the evolving capabilities of the health information technology and the Internet in the GME and continuing medical education (CME). We decided to implement CME via Internet. Two lectures per year are scheduled at our hospital for the education of the medical students and residents. Similar lectures shall be scheduled in future for the practicing physicians. ! Results A retrospective data analysis for a period of six months of the laboratory send-out tests ! by a 410 bed tertiary care hospital with an active residency program provided the !7
  • 8. ! following information: ! i) Total cost of all the send-out tests = $671,054.90 ii) Total cost of the send-out tests (when the cost of the each test was > $200.00, i.e. the "gatekeeper value" utilized for cost containment) = $271,003.54 iii) Total cost of tests (when the send-out test results arrived in the LIS after the discharge of the patient) = $137,918.13 ! Discussion ! All the hospitals contrive to minimize the length-of-stay of the patient in the hospital in ! order to reduce the cost of doing business. However there is no mechanism to control ! the cost of the send-out laboratory tests, when the results arrive after the discharge of ! the patient. This means that the result of the send-out test has no relevance in the ! diagnosis of the disease or the treatment rendered by the physician. We recommend ! that regardless of the cost of the send-out test the physician must consider the TAT time ! of the test result before ordering. Why the hospital should pay when the send-out test ! has no use in the diagnosis or treatment process? This aspect of cost containment can ! be achieved by the education of the physicians starting from the residency level. ! We have no way to know the role of "gatekeeper value of > $200.00" in our ! retrospective data analysis. This question can only be answered after the institution of ! the app software in the LIS, as this involves consultation between the physician and the ! medical director or the pathologist of the laboratory prior to the ordering of the test by ! the physician . ! ! ! Conclusion ! The presentation of the “Physician Tool for Laboratory Testing” via the Internet and the ! lecturing programs shall implement a prudent utilization of the laboratory services and !8
  • 9. ! thus result in cost-containment. We recommend the inclusion of the TAT for all the ! send-out tests in the database of the LIS. References ! 1. http://www.captodayonline.com/sin-of-omissions-when-tests-fly-under-the- radar-2/ 2. http://www.captodayonline.com/taking-aim-at-overuse-daily-labs-high-cost-send- outs/ 3. http://www.captodayonline.com/powering-down-on-excessive-test-use/ 4. http://www.captodayonline.com/test-utilization-a-united-front-against- waste-71372/ 5. http://www.captodayonline.com/how-labs-are-taming-test-utilization-6131/ 6. Zhi M, Ding EL, Theisen-Toupal J, Whelan J, Arnaout R (2013) The Landscape of Inappropriate Laboratory Testing: A 15-year Meta-Analysis. PLOS ONE 8(11):e78962. Dol:10.1371/journal.pone.0078962. 7. Ryan AM, Mushlin AI. The Affordable Care Act’s Payment Reforms and the future of the hospitals. Ann Intern Med 2014; 160(10): 729-730. 8. May TA, Clancy M, Critchfield J, et al. Reducing Unnecessary inpatient laboratory testing in a teaching hospital. Am J Clin Pathol 2006; 126: 200-206. 9. http://www.captodayonline.com/slashing-send-out-costs-with-lab-formularies/ 10.Institute of Medicine, Committee on the Governance and Financing of Graduate Medical Education. Graduate medical education that meets the nation’s health needs. Washington, DC: National Academies Press, 2014. 11.Asch DA, Weinstein DF. Innovation in Medical Education. N Engl J Med 2014; 371(9): 794-795. ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !9
  • 10. ! ! Physician Tool for Laboratory Testing (PTLT) ! List of tests for which the following information is provided in the data base for the applications software of PTLT. ! Clinical use Cost of Tests for Laboratories 1-3 Approximate payment by Blue Cross Blue Shield of Michigan ! The "gatekeeper" value for orderable test is <= $200.00. If the cost of the test is > $200.00, then the test is not orderable, and then requires consultation with the pathologist/medical director of the laboratory. ! =========================== ! (1,3)-Beta-D-Glucan [Fungitell] orderable ! 17-hydroxycorticosteroids, Urine orderable ! Acetylcholine Receptor Binding Antibody orderable ! Acetylcholine Receptor Blocking Antibody orderable ! Acetylcholine Receptor Modulating Antibody orderable ! Acute Lymphocytic Leukemia (ALL) Panel not orderable by FISH, Adult ! Acyclovir, plasma orderable ! Acyclovir, Urine orderable ! ALK Gene Rearrangements in NSCLC by not orderable FISH (anaplastic lymphoma receptor tyrosine kinase; a protein coding gene) ! Baclofen, Quantitation, Fluid orderable ! Baclofen, Quantitation, Serum or plasma orderable ! Bladder Tumor Associated Antigen (human orderable complement factor H related protein) ! !10
  • 11. Carbohydrate Deficient Transferrin for orderable Alcohol Use ! Celiac Disease (HLA-DQA1*05, HLA- not orderable DQB1*02, and HLA-DQB1*03-02) Genotyping ! Chromosome FISH, Prenatal not orderable ! Cystatin C, Serum orderable ! D-Dimer, Quantitative, Serum orderable ! EGFR Gene Amplification by FISH not orderable ! Endomysial Antibody, IgG orderable ! Factor XIII, Activity orderable ! Galactose-1-Phosphate Uridyltransferase orderable ! Hemoglobin F, Quantitative, HPLC orderable ! Hemoglobin, Unstable orderable ! Hepatitis B Virus DNA Quantitative, Real-Time orderable PCR ! Hepatitis C Virus RNA Quantitative, Real-Time orderable PCR ! Her-2/neu, Quantitative, ELISA (Mayo) not orderable ! Interleukin 2 orderable ! JAK2 EXON 12 Mutation Analysis by PCR not orderable ! Kell Antigen Typing-Patient orderable ! Kleihauer-Betke Stain for Fetal Hemoglobin orderable ! KRAS Mutation Detection orderable ! Leukocyte Alkaline Phosphate orderable ! Lung Cancer Assessment and Early Detection orderable (Early CDT) !11
  • 12. ! Methylmalonic Acid (MMA) Quantitative, Urine orderable ! Operating with the WWW.physicianlabtests.com The following steps are applicable to: ! a) iPhone, b) iPad, c) Galaxy 5, d) PC, e) Laptop ! 1. Open safari web browser. ! 2. In the web site address bar, type www.physicianlabtests.com ! 3. Once on the web site, notice the following on the toolbar: ! Home Search About Support Contact ! 4. Click on "Search" This opens the search page with options to follow: ! 5. Enter the test name in the block. If similarly named tests are included in the database, those names shall also appear on screen, e.g. Acyclovir, Zovirax, Serum or Plasma Acyclovir, Zovirax, Urine ! Note: The clinical significance of each tests is also displayed under its name. ! Select the test that is desired and then click on it. ! The following results shall be displayed on the screen: ! Test name Clinical use of the test Cost Lab Name TAT (turn around time) Catalog number If orderable in green color. If not orderable in red color. ! The test is orderable if the cost is <= $200.00. If the cost is >$200.00 the test is not orderable by the physician and in this case the physician should consult the pathologist / medical director of the laboratory for his or her authorization. ! 6. Click on the highlighted hyperlink to go to Google Search Results screen, that !12
  • 13. displays the search results for the test. ! !13
  • 16. !16