diff --git a/.gitattributes b/.gitattributes index 9f35bfa4..a18a7801 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/README.md b/README.md index 04a3d6d8..024fc5b0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/DHIS_2_FHIR_Adapter_-_An_Overview.pptx b/docs/DHIS_2_FHIR_Adapter_-_An_Overview.pptx new file mode 100644 index 00000000..1e2dda38 Binary files /dev/null and b/docs/DHIS_2_FHIR_Adapter_-_An_Overview.pptx differ