forked from intrahealth/gofr
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add docs skeleton, action to build them
- Loading branch information
1 parent
b3405af
commit 3fe1d6c
Showing
11 changed files
with
131 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: docs | ||
on: | ||
push: | ||
branches: | ||
- master | ||
workflow_dispatch: | ||
|
||
jobs: | ||
deploy: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-python@v2 | ||
with: | ||
python-version: 3.x | ||
- run: pip install mkdocs-material | ||
- run: pip install mkdocs-pdf-export-plugin | ||
- run: pip install mkdocs-git-revision-date-localized-plugin | ||
- run: pip install mknotebooks | ||
- run: mkdocs gh-deploy --force |
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
Empty file.
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 @@ | ||
# Demo site |
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,8 @@ | ||
# What is a facility registry? | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
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 @@ | ||
# Using Docker |
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,29 @@ | ||
# Introduction | ||
|
||
These are the docs for the next iteration of GOFR, which is based on the original codebase of the [Facility Reconciliation Tool](https://github.com/openhie/facility-recon). | ||
|
||
The [design document](https://docs.google.com/document/d/1LGzwyxDzH6BmnVn94-V2waCmr0igIhZxxTHD-wnBX50) outlines the next steps in the creation of GOFR based on community feedback. | ||
|
||
If you have ZenHub installed, you may view the [2021 roadmap](https://github.com/intrahealth/gofr/blob/master/LICENSE#workspaces/gofr-60495960906eba0017c751ea/roadmap?repos=346409080). | ||
|
||
## Features | ||
|
||
GOFR is a GUI on top of the popular and open source HAPI FHIR Server that makes it easier to manage lists of facilities, their hierarchies, services, and attributes. | ||
|
||
It supports: | ||
|
||
* CSV, DHIS2, and FHIR servers as data sources. | ||
* Nested lists, ie. facilities that are administrative hierarchies like state->county->hospital. | ||
* An API and backend engine that use [FHIR](https://www.hl7.org/fhir/location.html) Location resources based on the [mCSD](http://wiki.ihe.net/index.php/Mobile_Care_Services_Discovery_(mCSD)) profile. | ||
* Modular system to extend algorithms for matching. | ||
|
||
Many new features in addition to the above are planned for completion in 2021. | ||
|
||
## Contributing and community | ||
- For immediate support, join the [#gofr](https://ihris.slack.com/archives/C01P3BX8FA7) channel on the iHRIS Slack team. | ||
- For open monthly discussions, join the [OpenHIE Facility Registry Community](https://wiki.ohie.org/display/SUB/Facility+Registry+Community). | ||
- Search through or create an [issue](https://github.com/intrahealth/gofr/issues). | ||
|
||
## License | ||
GOFR is distributed under the Apache 2.0 license. | ||
|
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 @@ | ||
# Server administration |
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 @@ | ||
# Basics of mCSD |
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 @@ | ||
# Working with FHIR and mCSD |
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,67 @@ | ||
# Project information | ||
site_name: "GOFR Documentation" | ||
site_description: "GOFR Documentation" | ||
site_author: "IntraHealth" | ||
site_url: "https://github.com/intrahealth/gofr" | ||
|
||
# Repository | ||
repo_name: "intrahealth/gofr" | ||
repo_url: "https://github.com/intrahealth/gofr" | ||
|
||
# Copyright | ||
copyright: "Copyright © 2021 IntraHealth International" | ||
|
||
# Theme | ||
theme: | ||
name: "material" | ||
palette: | ||
primary: "indigo" | ||
accent: "indigo" | ||
language: "en" | ||
font: | ||
text: "Roboto" | ||
code: "Roboto Mono" | ||
features: | ||
- navigation.expand | ||
# - navigation.tabs | ||
- toc.integrate | ||
|
||
nav: | ||
- Welcome to GOFR!: | ||
- 'index.md' | ||
- Getting started: | ||
- 'getting_started/getting_started.md' | ||
- 'getting_started/demo_site.md' | ||
- 'getting_started/using_docker.md' | ||
- Working with FHIR: | ||
- 'working_with_fhir/understanding_fhir.md' | ||
- 'working_with_fhir/mcsd.md' | ||
- Server administration: | ||
- 'server_administration/server_administration.md' | ||
|
||
markdown_extensions: | ||
- admonition | ||
- codehilite: | ||
guess_lang: false | ||
- toc: | ||
toc_depth : "3" | ||
- footnotes | ||
|
||
# https://github.com/zhaoterryy/mkdocs-pdf-export-plugin not working | ||
plugins: | ||
- search | ||
- git-revision-date-localized | ||
- mknotebooks | ||
# - pdf-export: | ||
# combined: true | ||
|
||
extra: | ||
social: | ||
- icon: fontawesome/brands/github | ||
link: https://github.com/intrahealth/gofr | ||
|
||
|
||
# theme: | ||
# logo: 'images/logo.png' must be 128x128 | ||
# logo: | ||
# icon: 'menu_book' |