Skip to content

Commit

Permalink
Added adapter presentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
volsch committed Feb 6, 2019
1 parent 91af303 commit 0b6d605
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ LICENSE text
*.pdf binary
*.ico binary
*.png binary
*.pptx binary

# Denote all files that must use UNIX style line endings.
*.sh text eol=lf
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# DHIS2 FHIR Adapter
## Overview
This repository contains the source code of the DHIS2 FHIR Adapter. The current scope of the Adapter is to import data into DHIS2 Tracker by using FHIR Subscriptions. This approach has been discussed on the
[first integration workshop between DHIS2 and HL7-FHIR](http://sil-asia.org/sil-asia-dhis2-fhir-integration-meeting/). Even if the adapter may support more FHIR Resource types at the moment, the initial official support is for FHIR Patient resources that are
transformed to DHIS2 Tracked Entity instances. The adapter may be extended by export of the corresponding resource to a FHIR server. Also an import and export of medical and survey data may be available in the future.
This repository contains the source code of the DHIS2 FHIR Adapter (see [presentation](docs/DHIS_2_FHIR_Adapter_-_An_Overview.pptx)). The current scope of the Adapter is to import data into DHIS2 Tracker by using FHIR Subscriptions. This approach has been
discussed on the [first integration workshop between DHIS2 and HL7-FHIR](http://sil-asia.org/sil-asia-dhis2-fhir-integration-meeting/). Even if the adapter may support more FHIR Resource types at the moment, the initial official support is for FHIR Patient
resources that are transformed to DHIS2 Tracked Entity instances. The adapter may be extended by export of the corresponding resource to a FHIR server. Also an import and export of medical and survey data may be available in the future.

The import works on the basis of a domain specific business rule engine that decides about transformations of patient related medical data to questionnaire-like structures (DHIS2 Tracker Programs and their Program Stages). It is optimized for national FHIR
profiles that are based on standard coding systems like LOINC, SNOMED CT, CVX and others or even on national coding systems (e.g. national coding system for immunization). A specific DHIS 2 FHIR profile that allows the mapping of all Tracker Program items
Expand Down
Binary file added docs/DHIS_2_FHIR_Adapter_-_An_Overview.pptx
Binary file not shown.

0 comments on commit 0b6d605

Please sign in to comment.