Skip to content

Commit

Permalink
Add readme for fhir views
Browse files Browse the repository at this point in the history
  • Loading branch information
josephatJ committed Dec 13, 2024
1 parent 9292965 commit a07309c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# HDU API DATA AGGREGATION

## HDU API VIEWS (FLATTERNING FHIR RESOURCES DATA)

### VIEWS Folder

- Defines the selected FHIR resources from Ministry of Health (MoH) Tanzania FHIR Implementation Guide i.e MoHTanzania-IG

### Data Extraction Queries

- Dynamically generated using the `create-queries.js` that use mappings.
- Mappings have been created using interface where user is presented with data fields from DHIS2 aggregate tools plus other important parameters like `Gender`, `Age group`, `Age type`, `ICD codes` and `LOINC codes`
- Date for aggregating the data have been chosen with respect to kind of data or how the respective data for producing aggregate are produced. Take an example of `Encounter` period and `DiagnosticReport` effective datetime

0 comments on commit a07309c

Please sign in to comment.