Where the data comes from

Every ER in Quebec reports its situation to the health ministry’s provincial emergency console (MSSS). The ministry publishes those numbers as open data once an hour.

Boussole Santé reads that file every 15 minutes. The numbers are shown as-is: functional stretchers, occupied stretchers, people in the ER, people waiting, average stay. We do no estimating.

The occupancy rate is occupied stretchers divided by functional stretchers. A hospital at 140% has 14 stretcher patients for 10 spots.

The time of the ministry’s last publication appears at the top of the home page. A yellow banner shows up if the source has published nothing for more than two hours.

These numbers measure crowding. They do not predict your personal wait, which depends on triage and on how sick the people ahead of you are.

The public file only keeps 7 days of history. We have archived every reading since August 10, 2026. The typical-hours charts for each hospital are built from that history.

The API

The same data is served as JSON. No key, no account, no rate limit. Every response carries Access-Control-Allow-Origin: *, so a browser-side call works. Responses are cached for 120 seconds.

Fields come straight out of the MSSS file. id is the facility permit number, which is what the history endpoint takes. History starts 10 August 2026; MSSS itself keeps only 7 days.

MSSS open data, republished under the source dataset’s licence. Cite MSSS as the source.

The CSV extracts

These files come out of our archive, not out of the MSSS file. No account, no key, and each one is dated the day it was computed. Cite MSSS as the source of the readings.

What has been measured in these files

Each page below is a computation redone on the hourly archive, with the method and the data at the bottom of the page.

Official sources

The iPhone app

The site already does the real-time numbers, the map and the which-ER-to-drive-to part.

It opens from an icon, no address to type. And whatever you loaded last is still there when the signal drops, which it does in most hospital basements.

The app is free to download and everything inside it is free too: the wait times, the clinics, the surgery lists, one ER's last seven days with the hours it is usually quietest, and your own ERs pinned to the top of the list. No subscription, nothing left to unlock.

On the App Store it is called "Urgences Québec: temps attente".

This site is free and will stay free

No ads, no account, nothing to install. One person builds it and pays for it. If it got you out of a jam today, a donation covers the hosting.

More about this