OSCAR

Open Source Clinical Application Resource

OSCAR... What is it?

in

OSCAR is Open Source Clinical Application Resource. It was developed at McMaster University and has a web site at http://www.oscarcanada.org/ We are currently working on adding modules for Quebec (RAMQ) billing.
Hint: You can use the Search tool in the left side to find all Oscar related articles or click on the key-word below the title of each article.
Useful Oscar related links:
Oscar Canada: http://oscarcanada.org/
Oscar Canada blog: http://oscarcanada.blogspot.com/
Oscar PEI: http://blog.oscarpei.net/

Welcome

Welcome to the Wertheimer Works Inc. web site. We will keep track of software installations, updates and development.
 
I do a lot of development in DataEase, a very old but incredibly useful database development tool.
 
EDI is another large part of my business. I've developed a few EDI translators. One is written using DataEase and is called Spe+EDI http://www.spe-edi.com , the other uses Oracle PL/SQL. Most of the EDI work that I do is with Department Stores (WalMart, Sears, etc). None of it is in the Healthcare industry (yet), which brings me to:
 
OSCAR, an Open Source application for Healthcare professionals. This is an amazing tool that runs on any browser, using a set of popular Open Source applications (Linux, Java, Apache, MySQL, Postgres, etc). A lot of the Oscar related content here is aimed at people new to Linux and Java.
 
You can contact me at (514) 891-3275 or earlw@spe-edi.com I am located in Montreal, Quebec, Canada.

Adding Preventions to Oscar

in

The list of Preventions are contained in two XML files.
/var/lib/tomcat5.5/webapps/oscar/WEB-INF/classes/oscar/oscarPrevention/PreventionItems.xml

Oscar in the News

in

 With the $1 billion Ontario eHealth controversy, Oscar is in the news...
Slashdot - News article
CBCNews.ca - News story
Global Toronto - Video

Oscar Installation Troubleshooting

in

Oscar is installed, but isn't running.  Here are some ideas to help troubleshooting.
Before Installation
If you have already installed Ubuntu and Oscar, and having problems, see below.  This paragraph is not going to help ;-(
If you decide to start again from scratch, then the following tips may make your life a bit easier.
Indivica (David Daley) has published an excellent installation guide.  You can find it at http://indivica.com/?page_id=40  Use it.

Oscar and Quebec (RAMQ) Billing

in

Much of the Quebec billing information can be found online at: http://www.ramq.gouv.qc.ca/fr/professionnels/devlog/index.shtml
Most (if not all) of the info is in french, I will do my best to translate the relevant documents from french into english.

There is a process and forms to be filled out to become an approved provider of electronic data. This does not prevent or restrict access to information.

OSCAR Billing

in

Understanding the Ontario billing module.

/usr/share/tomcat5.5/oscar.properties has parameters that control the Billing processes
billregion=ON is the default. This can be BC or QC (soon)

/oscar_source/web/billing/CA/ON/billingON.jsp is the main Billing input form source.
/usr/share/tomcat5.5/webapps/oscar/billing/CA/ON/billingON.jsp is the same

There are a number of hard-coded choice fields:

Visit Type (xml_visittype)

Billing Type (xml_billtype)

  • Bill OHIP / ODP
  • WSIB / WCB (Worker's Compensation Board)
  • OSCAR demographic error

    in

    When entering a demographic (patient), it is possible to enter a blank effective date. This will cause the display to error.

    You can use the following mySQL commands to repair the record:

    Open a terminal session.
    (You enter the stuff after the $ or > )

    $mysql -uroot -pyour-mysql-password
    The system should display "Enter password:"
    Enter your mySQL administrator password.

    The system will display a welcome message followed by the mysql> prompt
    mysql> use oscar_mcmaster ;

    Additional software for your Oscar installation

    I've found the following programs to be very useful on an Oscar server.
     
    Samba - network file sharing. https://help.ubuntu.com/community/SettingUpSamba
    Use sudo apt-get install samba
    Setting Up Samba: Once your Oscar server is installed, you can create folders where office documents can be shared.
    Samba config file: /etc/samba/smb.conf
    could contain the following section (there are lots of resources on-line to help configuring Samba)
    [global]

    Syndicate content