emrupdate.com
Unbiased independent EMR discussions

Getting Info from Centricity Database?

Latest post 07-04-2008 1:02 AM by digital-doc. 12 replies.
  • 07-01-2008 9:34 AM

    • leaf
    • Not Ranked
    • Joined on 07-01-2008
    • Posts 6
    • Points 120

    Getting Info from Centricity Database?

    I'm working on a student project at the moment which requires me to pull patient information (vitals) from Centricity (which is used at the hospital I'm collaberating with).  I want to be able to do with with Java commands or the like.  Is there a way to do this?  Is the Centricity data stored in a database that woud be easy to pull from?

    (I appologize if this would be better in the IT section, but the IT section seemed more general.  Also, I did a coupe searches, but please direct me if anyone has asked this before and I didn't find their thread.)

     

    • Post Points: 50
  • 07-01-2008 11:40 AM In reply to

    Re: Getting Info from Centricity Database?

    Did you ask the collaborating hospital IT system administrator or DBA?

     

    • Post Points: 20
  • 07-01-2008 12:34 PM In reply to

    Re: Getting Info from Centricity Database?

    I doubt that the hospital is going to provide you read access to Centricity db.

    Matt Chase www.medtuity.com "Practice medicine, not paperwork" ™
    • Post Points: 20
  • 07-01-2008 1:06 PM In reply to

    • leaf
    • Not Ranked
    • Joined on 07-01-2008
    • Posts 6
    • Points 120

    Re: Getting Info from Centricity Database?

    We are working with the IT at the hospital, but they haven't done anything similar and weren't sure exactly how to go about it.

     

    We will be able to get read access once we figure out how to connect.

     

    • Post Points: 20
  • 07-01-2008 1:16 PM In reply to

    • RoyF
    • Top 150 Contributor
    • Joined on 04-20-2006
    • Chandler, AZ
    • Posts 62
    • Points 1,160

    Re: Getting Info from Centricity Database?

    Hi leaf,

    I don't know what version you are working with but I did something similar to what you want to do about a year ago. If I remember correctly the database was MS SQL server 2000 and where the data I needed to get was, was pretty easily identifiable from the field names. If IT gives you access to it you can use simple SQL selects to extract the data that you need.

     

    Regards,
    RoyF

    • Post Points: 20
  • 07-01-2008 1:46 PM In reply to

    • leaf
    • Not Ranked
    • Joined on 07-01-2008
    • Posts 6
    • Points 120

    Re: Getting Info from Centricity Database?

    Thank you very much, RoyF.  I'll talk to the IT people at the hospital some more and hopefully find the database.  They had thought it was going to be harder than that.

     

    • Post Points: 5
  • 07-01-2008 1:55 PM In reply to

    Re: Getting Info from Centricity Database?

    If you are using Centricity 2005 or earlier, it is in Oracle. If you are using CPS 2006, it is in SQL. Most clinics are using Crystal Reports to pull patient data. You need to check with your IT Dept on several things:

    1. That all patient data is deidentified if it is not being used internally.

    2. That you have permission to access that data.

    3. That you have signed a form with the local policy on HIPAA info.

    4. Most likely you will want to search on these observation terms:

    Obs Term Obs Term Description Units of Measure FlowSheet View Name
    AS4-1000.2 temperature, oral deg F Temp oral
    AS4-1000.3 temperature, rectal deg F Temp rectal
    AS4-1000.6 temperature site Temp site
    AS4-1002.2 blood pressure, systolic mmHg BP systolic
    AS4-1002.3 blood pressure, diastolic mmHg BP diastolic
    AS4-1006.2 pulse rate E&M /min Pulse rate
    AS4-1007.2 respiratory rate E&M /min Resp rate
    AS4-1010.1 weight E&M lb Weight
    AS4-1011.3 height E&M in Height

    5. Ask them if the DBA has already run those reports.

    To subscribe to the GE Centricity CHUG, go to http://lists.ascedia.com/mailman/listinfo/developers

    • Post Points: 20
  • 07-02-2008 8:29 AM In reply to

    • leaf
    • Not Ranked
    • Joined on 07-01-2008
    • Posts 6
    • Points 120

    Re: Getting Info from Centricity Database?

    Thank you very much, almostfree.  This will be running internally and we already did HIPAA, but I'll definitely talk to them about the other things.  Thanks for setting me in the right direction!

     

    • Post Points: 5
  • 07-02-2008 8:22 PM In reply to

    Re: Getting Info from Centricity Database?

    This will truly be a, "Medical Miracle," if you can extract any data from a secure hospital database. Keep us apprised. Find out who sold the hospital the program and work backwards and forwards, by necessity,  from there.  Good luck. If all you need for your student project is a database that will enable you to extract data, with Java commands, ( vitals or demographics for example) the vendor (not IT department) may give you a sample database or even blank database to experiment on.

     

    Chris Wilkerson, D.C.
    Carson Doctors Group
    TabletPCs in Medicine
    Editor-in-Chief www.MedicalTabletPC.com
    Home: www.Digital-Doc.com

    • Post Points: 20
  • 07-02-2008 10:12 PM In reply to

    • leaf
    • Not Ranked
    • Joined on 07-01-2008
    • Posts 6
    • Points 120

    Re: Getting Info from Centricity Database?

    Well, it's not really an experiment, it's a program that the head one of the departments at the hospital requested, so in order to implement it we have to connect it to the actual hospital system.  The hospital is open to letting us tap into the system (with restrictions, obviously) but we need to figure out how to do it.

    • Post Points: 20
  • 07-02-2008 11:52 PM In reply to

    Re: Getting Info from Centricity Database?

     >>The hospital is open to letting us tap into the system <<

    No way is the hospital open to alowing you, "To Tap into the system." I am not trying to be discourage you, but this statement is not going to happen. Someone has mislead you.  Think about the logistics. I am just a small practitioner, but I can't let you tap into my database. Corruption is but one issue and HIPAA another.

    >>the head one of the departments at the hospital requested<<

    Well then let the Alpha Dog that requested the data,  get authorization,  instead of delegating it to you. Again, consult the Vendor that sold the hospital the software to see if they will allow more than a, "Read only," database access. Then you have to deal with hospital IT!

    I hope I am in the twilight zone, but I think you are being used in a hopeful excursion.

     

     

     

    Chris Wilkerson, D.C.
    Carson Doctors Group
    TabletPCs in Medicine
    Editor-in-Chief www.MedicalTabletPC.com
    Home: www.Digital-Doc.com

    • Post Points: 20
  • 07-03-2008 8:15 AM In reply to

    • leaf
    • Not Ranked
    • Joined on 07-01-2008
    • Posts 6
    • Points 120

    Re: Getting Info from Centricity Database?

    Like I said before, I have already talked with and been working with IT, with hospital staff, etc, and access isn't the problem, we just weren't sure if you could pull from the database or not.  They hadn't done this exact thing before and wasn't sure how it would work.  I thought I'd see if someone online could give me some advice to guide us before we started trying to make it work.  Now I've gotten an idea of where we have to go so we can try to proceed.  Thank you for your advice, I'm sure it's well intentioned, but it's unnecessary to keep debating if I can get access or not.  IT has said we can, so I'm going to trust them since they know all of the details of the project and of the hospital.

    • Post Points: 20
  • 07-04-2008 1:02 AM In reply to

    Re: Getting Info from Centricity Database?

     

    >>but it's unnecessary to keep debating if I can get access or not.  IT has said we can, so I'm going to trust them since they know all of the details of the project and of the hospital.<<

    I wish you well; prove me different and tell the forum what happened for better or worse. Smile

     

    Chris Wilkerson, D.C.
    Carson Doctors Group
    TabletPCs in Medicine
    Editor-in-Chief www.MedicalTabletPC.com
    Home: www.Digital-Doc.com

    • Post Points: 5
Page 1 of 1 (13 items) | RSS
©2008 emrupdate.com. All rights reserved. | Acceptable Use Policy | Proud to be supported by the following EMR Vendor Sponsors:

AutoMED Software | Cerner Powerworks | eClinicalWorks | DescriptMED |  EMR Experts |  Medical Office Online | NextGen | practiceIT |  SynapseDirect | TSI Healthcare

Getting Started |  Forums |  Medical |  Blogs |  Interviews | Whereis Poster | Unique Visits ISP Providers  | Timezones | Contact Sales | Support Red Cross & Homes for our Troops