-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add getting started and adjustments (#3335)
* add image * outline of getting started * adjustments to text * add outline for app setup * add outline
- Loading branch information
Showing
6 changed files
with
60 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
position: 4 | ||
label: 'ENGINEERING' | ||
collapsible: false | ||
collapsed: false | ||
collapsed: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
position: 0 | ||
label: 'Getting Started' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# App Setup | ||
|
||
This guide assumes you have an existing FHIR Store set up with a typical FHIR Information Gateway connected to a backend Identity and Access Management (IAM) system and transactional FHIR data store with a standard FHIR API. | ||
|
||
We will go through the example of setting up an electronic immunization registry (EIR) for a community health worker (CHW) expected to use the app. As we go we will note reusable pieces of functionality and at the end we will reference a number of use cases that can be addressed with a similar pattern. | ||
|
||
## Core functions of the EIR for CHWs | ||
|
||
### Patient registration | ||
|
||
#### Preview of work so far | ||
|
||
### Patient list and profile | ||
|
||
#### Preview of work so far | ||
|
||
### Register vaccine form | ||
|
||
#### Preview of work so far | ||
|
||
### The completed core app | ||
|
||
## Advanced functions of the EIR for CHWs | ||
|
||
### Registering households | ||
|
||
## Similar use cases | ||
|
||
### HIV management | ||
|
||
### TB management | ||
|
||
### Malaria managment | ||
|
||
### Antenatal care |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Server Setup | ||
|
||
This guides you through the process of setting up the backend server infrastructure needed to use the OpenSRP 2 app. We then discuss how to deploy optional extensions for administration, data warehousing, integrations, etc. | ||
|
||
## FHIR Store | ||
|
||
[Example with HAPI FHIR] | ||
|
||
## Identity and Access Management (IAM) | ||
|
||
[Example with Keycloak] | ||
|
||
## FHIR Information Gateway | ||
|
||
## Optional extensions | ||
|
||
### Admin dashboard | ||
|
||
### Data warehouse | ||
|
||
### Analytics dashboard |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.