Skip to main content

Health-Workforce

info

The Instant OpenHIE architecture, codebase, and documentation are under active development and are subject to change. While we encourage adoption and extension of the Instant OpenHIE framework, we do not consider this ready for production use at this stage.

caution

This package is still under development

Package functionality#

This package sets up the iHRIS and GOFR applications which act as a Provider and Facility registry respectively. They are able to be queried for facility and practitioner information using the mCSD IHE profile.

It also sets up a mediator that synchronises (using mCSD) practitioner and facility data with the central FHIR store that is provided by the core package. This allows the user of the HIE to query this interlinked data from a single location. The end goal is to enable answering questions such as the one in the following scenario:

A doctor, Joseph, at a rural clinic wants to refer a patient, Mousa, to an Oncologist because of a lump that they suspect may be cancerous. They are able to look up a list of specialists that offer that service in their EMR system. They choose a particular specialist and find out the facilities in which they work. A referral can now be produced by the EMR for the patient and they can be sent to that facility for their visit.

An example of what the Health-Workforce package includes and how it interacts with components of the core package is shown below.

Package architecture

PractitionerRole -> Practitioner -> Facility

This package aims to enable the Query health worker and/or facility records workflow using the newer mCSD IHE profile.

Deployment strategy#

TODO