# About

## About PopHR research platform

### Vision

The PopHR is both an advanced surveillance system and a computing research platform. The surveillance system uses artificial intelligence to organize and analyze massive amounts of data on population health determinants and outcomes. The research platform enables methodological research and implementation science to determine  how computing can best be used to measure and improve the health of populations.

The goal of the PopHR project is to make population health transparent, accountable, and equitable through the use of data and computing. We want to help people see the most important factors driving population health, assess and prioritize evidence-based options for improving health in their community, and track the effect of actions taken to improve health.

#### What we are not

* Why we are not trying to do everything an advanced R user can do.
* Why we are not only a pretty data visualization tool.

#### Basic uses of PopHR platform

The PopHR platform is a tool that automates the retrieval and integration of heterogeneous data from multiple sources, and supports intelligent analysis and visualization of these data to create a coherent portrait of population health. Here are some examples about the type of uses this tool allows our users to do:

* Professionals can have a coherent view of the health of populations for the province of Quebec and for Canada using different visualization options
* Professionals can access public health evidence in a up-to-date, contextualized, and dynamic manner
* Public health practitioners can access to the open data and interoperable methods&#x20;
* Provide decision support for public health practitioners

### System Architecture &#x20;

In order to achieve it's goal of presenting population level indicators based on health and non-health data, the PopHR system needed to grow into a complex system of interrelated component. Following the traditional client-server architecture, everything in the system is centered around the PopHR Server, which include two components: Data Mart and Population Health Indicator Ontology (PHIO).&#x20;

The Data Mart is the place where the data PopHR relies on resides. It contains data coming from health providers, Statistics Canada, and many others. It contains two major types of data : core data and management data. Core data would refer to the tables for health and non-health data, geographical mapping and fact tables. Management data, on the other hand, consists of system metrics, usage tracking, users, and roles management.

The PHIO is maintained separately from software that operates system and it is used to organize and interpret information. PHIO contains the disease ontology (taxonomy of disease), population health ontology (demographics, health determinants, health systems), and geography mapping (Geographic units, spatial relations and geographic locations).&#x20;

![Diagram for PopHR Architecture](https://2141033449-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lb3bfrjMEiVNOzaD3Mp%2F-Lp9oCgCujEwlbZMBpGY%2F-Lp9oLdya4CYXbDONQuM%2Fimage.png?alt=media\&token=29abcdaa-c607-4ebc-8294-aa2e4cd0bc47)

The normal use of PopHR server is through one of the provided clients, such as public and population health web client and [R API client](https://mchi.gitbook.io/pophr/r-api/quick-start). The public and population health web client is flexible enough to configure the software for different groups of users, such as the users interested in the population health of Quebec (click [here](https://pophr.mchi.mcgill.ca/) for access, users may need to register), and users interested in pan-Canada population health (click [here](https://pophr-ca.mchi.mcgill.ca/) for access).&#x20;

## About PopHR research team

The PopHR project is conducted in the Surveillance lab within the Clinical and Health Informatics Research Group at McGill University. The lab brings together a vibrant multidisciplinary team of over 20 investigators, public health practitioners, clinicians, research staff, students and software developers, all dedicated to conducting research and development of computational methods and software that has immediate impact on improving population health through the science and practice of biosurveillance. The Surveillance Lab is funded by several sources including the Canadian Foundation for Innovation, the Canadian Institutes of Health Research, a Canada Research Chair, the Bill and Melinda Gates Foundation, the National Sciences and Engineering Research Council, the Centers for Disease Control and Prevention and many other sources. On many projects, we work closely with public health practitioners in Quebec and from around the world. The computerized solutions we have developed are used by public health agencies in Quebec, Canada, and internationally.

To know more about our team click [here](http://mchi.mcgill.ca/about-us/surveillance/)

### Relevant links

* [PopHR application for the population of Québec, Canada](https://pophr.mchi.mcgill.ca/)
* [PopHR application for the population of Canada](https://pophr-ca.mchi.mcgill.ca/)
* Source Code for the Server/Client
* [Souce Code for R API](http://git.mchi.mcgill.ca/PHIRE/pophr-r-api.git)
* Source Code for the Ontology

### Collaborators and partners

![](https://2141033449-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lb3bfrjMEiVNOzaD3Mp%2F-LrU4-SYLD2VYly5tCYQ%2F-LrU4ThcXkoF-pjD09Bz%2Fimage.png?alt=media\&token=c9babc67-9c34-4abb-8e36-9b1454d83c5e)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mchi.gitbook.io/pophr/general/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
