Standards

Overview of how OpenCRVS uses best-practice technology standards

At OpenCRVS we are obsessed with conforming to good, existing standards. We want to make implementers' lives as easy as possible, so we have no intention of re-inventing the wheel when we don't have to.

Data

By using FHIR as a standard for our NoSQL datastore, Hearth and the OpenHIE standard interoperability layer OpenHIM, OpenCRVS seamlessly connects civil registration to health services and other systems. We can receive birth and death notifications from the hospital setting and expose registration events to any other technical system, such as National ID, via our FHIR standard API gateways.

FHIR was created by Health Level Seven International (HL7), a not-for-profit, ANSI-accredited, standards organization dedicated to providing a comprehensive framework and related standards for the exchange, integration, sharing and retrieval of electronic health information that supports clinical practice and the management, delivery and evaluation of health services.

We have extended FHIR's model to include custom codes and extensions that assist the Civil Registration context. To understand more about how and why we use FHIR, click here.

Interoperability

Systems can interoperate with OpenCRVS using FHIR or via Webhooks which follow WebSub process and standards. Our friends at MOSIP have demonstrated ease of integration with OpenCRVS using these methods.

Internationalisation

OpenCRVS uses industry-wide i18n JSON standards, the unicode ICU Message Syntax, ISO 639-1 language codes and ISO 3166 Alpha 3 country codes to make localisation a breeze and integrate seamlessly with enterprise level content management systems such as Transifex or Contentful.

Authentication

Our applications are protected by 2-Factor Authentication utilising OAuth JWT best practices. You can read more about our security standards in the next section.

Last updated