Skip to content

mherman22/client-registry

This branch is 9 commits ahead of intrahealth/client-registry:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f0e9cef · Nov 16, 2024
May 20, 2024
Mar 17, 2020
Jun 27, 2023
Jun 27, 2023
Dec 14, 2020
Sep 23, 2022
Mar 16, 2023
Nov 16, 2024
Jun 27, 2023
May 28, 2024
May 10, 2022
Aug 27, 2024
Feb 27, 2020
Feb 17, 2023
Mar 31, 2020
May 14, 2024
Nov 19, 2021
May 16, 2022
Dec 27, 2022
Jul 7, 2020
Sep 23, 2022
Oct 2, 2020

Repository files navigation

Open Client Registry

builds tests docs compose e2e

Thank you for taking an interest in the Open Client Registry (OpenCR)! This is a community project and is meant for others to adapt to their use cases as they wish.

Regardless if you're just curious, an implementer, or a developer, please read the documentation for an overview at https://intrahealth.github.io/client-registry/.

The API documentation is at https://intrahealth.github.io/opencr-api

This repository is the source code for the OpenCR Service API, and the full OpenCR stack requires ElasticSearch and HAPI FHIR Server.

What is OpenCR?

OpenCR is an open-source and standards-based client registry. A client registry facilitates the exchange of patient information between disparate systems. A client registry holds patient identifiers and may include patient demographic information. It is a necessary tool for public health to help manage patients, monitor outcomes, and conduct case-based surveillance.

A client registry sits within a health information exchange (HIE). An HIE is used to safely and effectively exchange information. A critical component of an HIE is registries, such as those to manage a shared, canonical facility list, practitioners, and patients.

What does OpenCR do?

OpenCR offers the ability to:

  • Assign and look-up unique identifiers,
  • Allow connections from diverse point of service (POS) systems, such as lab systems and electronic medical record (EMR) systems, that can submit messages in FHIR,
  • Configure decision rules around patient matching.

This implementation does not allow point-of-service systems to get patient demographic information stored in the Client Registry. This is also not a Shared Health Record, nor does it contain patient clinical data.

Use Cases

The Client Registry is one component in a more complex HIS architecture needed to accomplish important use cases, such as:

  • Deduplicating patients: Sometimes patients have multiple diagnostic results stored within a POS. The Client Registry will link patients based on configurable decision rules so multiple test results for the same patient can be found.

  • Tracking patients lost to clinical care: EMRs are often not interoperable with one another, resulting in difficulty tracking patients as they move between facilities to seek care. A Client Registry will help data managers to track patients, decreasing instances of duplicate and incomplete records, patients LTFU, and sub-optimal care.

The Client Registry is not deduplicating or even touching patient clinical and demographic records within point-of-service systems. Instead, it provides a way to enable use cases like deduplication - which must be an external process.

Tests

A major round of investment in OpenCR involved support of the Data Aggregation Service for Health (DASH) architecture. DASH is a reference system under development to support monitoring and reporting using patient data. The initial test automation approach focused on OpenCR as it fits into the DASH architecture. For reference, see the Test Plan for OpenCR in the DASH Architecture.

GitHub Actions is used to run tests and feature files are in the /features folder. E2E tests require that the full application stack be stood up. Docker is used to stand up the application stack for E2E tests inside GitHub Actions. All tests and reports are open and under the Actions tab on this page. The maintainers would appreciate further contributions to testing.

About

OpenCR was developed by IntraHealth International with support from PEPFAR through the USAID MEASURE Evaluation Project. Technical direction was provided by CDC.

About

Open Client Registry Service

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 47.3%
  • JavaScript 40.3%
  • Vue 10.2%
  • Gherkin 1.1%
  • Shell 0.4%
  • CSS 0.4%
  • Other 0.3%