Skip to content

Commit

Permalink
Add fhir-tooling documentation to the docusite (#2966)
Browse files Browse the repository at this point in the history
* Add fhir-tooling documentation to the docusite

* small tweaks to get it to run

* Update tooling documentation

* Delete all the other tooling docs

* Update url

---------

Co-authored-by: pld <[email protected]>
Co-authored-by: Benjamin Mwalimu <[email protected]>
  • Loading branch information
3 people authored Jan 26, 2024
1 parent e353865 commit 304140b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/engineering/tooling/readme.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# fhircore-tooling

fhir-tooling simplifies FHIR data management by converting, validating, extracting, uploading, and cleaning resources.

- [**cleaner**](https://github.com/onaio/fhir-tooling/tree/main/cleaner) - it efficiently removes specific FHIR resources from a FHIR API based on user-defined filtering criteria, streamlining data maintenance.
- [**efsity**](https://github.com/onaio/fhir-tooling/tree/main/efsity) - efsity streamlines authoring and managing FHIRCore app configurations and content through command-line conversions, validations, translations, and publishing.
- [**importer**](https://github.com/onaio/fhir-tooling/tree/main/importer) - The importer script streamlines the management of FHIR resources and Keycloak roles through CSV-based bulk operations, covering creation, assignment, updates, and even deletion of duplicates.
- [**uploader**](https://github.com/onaio/fhir-tooling/tree/main/uploader) - The uploader script automates content uploads to a FHIR server, simplifying the process through command-line execution and configuration.

0 comments on commit 304140b

Please sign in to comment.