Search the OSCAR Documentation
< All Topics
Print

Provincial Specific Features

Preface

— this page is currently being edited. come back for more updates —
Since Health-Care is a provincial jurisdiction, there are features in Oscar that may need to be adjusted for each province.
These features include Billing, Lab Results and other province-specific services.


BC

Billing

Labs

Labs are provided by Excelleris.


Ontario

The Ontario government supplies the following services:

Billing

Labs

There is already a page describing the setup to receive Lab Results from the various providers.
see https://oscargalaxy.org/knowledge-base/lab-download-integration/


Quebec

The Quebec government has setup a portal for health-related information. Currently, this is not integrated with Oscar. The portal includes demographic info, prescriptions and lab results that are downladable to PDFs. The portal requires a Security Key that is provided to all physicians (except dentists). The key must be used to access the RAMQ Visualizer portal. The security software that is required is located at: https://externes.ramq.gouv.qc.ca/trousses/
Note: The Security Key requires Windows! so Apple users will need to install Parallels or a Windows VM.

Billing

There is no direct integration, but it’s easy to write a RbT (Report By Template) that can download physician appointment information. That can be edited and uploaded to the various third-party billing companies.

Labs

For now, the only work-around is to use the Visualizer to download Lab Results to PDFs then use the Oscar InBox to add them to the patient chart.


Health Card Validation – Ontario

1) Sign & submit a Conformance Testing Application Form https://forms.mgcs.gov.on.ca/en/dataset/014-4860-84 to SSContactCentre.MOH@ontario.ca
2) You should receive a reply within a few days with a Ticket number.
3) … I’ll complete this as soon as I find out 😉

The oscar.properties file contains settings to connect to the government HCV service.

# HCV Settings
# validation type(simple, online)
# simple - old variant, only checks not null and hin size
hcv.type=simple
# boolean flag that represents if the SOAP call details are logged
hcv.logging.skip=true
# username used for reading keystore content
hcv.keystore.user=signatureAlias
# password used for reading keystore content
hcv.keystore.pass=aliasPassword
# username placed into the user name token (i.e. service user name)
hcv.service.user=confsu61@outlook.com
# password placed into the user name token (i.e. service pass)
hcv.service.pass=Password0!
# HCV web service URL
hcv.service.url=https://ws.conf.ebs.health.gov.on.ca:1440/HCVService/HCValidationService
# hcv service conformance key (provided when registering for HCV)
hcv.service.conformanceKey=844b6fcf-07e1-4b30-963d-d15b30a61bad
# HCV service ID (provided when registering for HCV)
hcv.service.id=123456

Table of Contents