Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Andra Blaj <[email protected]>
  • Loading branch information
witash and andrablaj authored Dec 13, 2024
1 parent 788bcc9 commit c02775d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions content/en/building/guides/interoperability/openhim.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "OpenHIM Mediators"
linkTitle: "OpenHIM Mediators"
weight:
weight: 2
description: >
Guide to running OpenHIM and Mediators with Docker Compose
keywords: openmrs interoperability
Expand All @@ -15,15 +15,15 @@ relatedContent: >

#### Overview

The components and reference information for interoperability used in this project are:
The components and reference information for interoperability used in CHT Interoperability project are:

- [OpenHIE](https://ohie.org/) defines the architecture for an interoperability layer.
- [OpenHIM](http://openhim.org/) is a middleware component designed to ease interoperability between systems.
- [HL7 FHIR](https://www.hl7.org/fhir/index.html) is a messaging format to allow all systems to understand the format of the message.

#### CHT

The structure of documents in the CHT database reflect the configuration of the system, and therefore do not map directly to a FHIR message format. To achieve interoperability Medic used a middleware to convert the CHT data structure into a standardized form so the other systems can read it. Below is the standard data workflow:
The structure of documents in the CHT database reflects the configuration of the system, and therefore, does not map directly to a FHIR message format. To achieve interoperability, the CHT uses a middleware to convert the CHT data structure into a standardized form so the other systems can read it. Below is the standard data workflow:

![](flow.png)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Troubleshooting Interoperability"
linkTitle: "Troubleshooting Interoperability"
weight:
linkTitle: "Troubleshooting"
weight: 5
description: >
Guide to troubleshooting OpenHIM, Mediators, and configurations for interoperability workflows
keywords: openmrs interoperability
Expand Down

0 comments on commit c02775d

Please sign in to comment.