Skip to content

Commit

Permalink
Rename tooling docs in side bar (#3024)
Browse files Browse the repository at this point in the history
* Rename tooling docs in side bar

* fix header move under writing fhir
  • Loading branch information
pld authored Jan 31, 2024
1 parent 43b2d19 commit c075c79
Showing 1 changed file with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# fhircore-tooling
---
sidebar_label: Tooling
---

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

[fhir-tooling](https://github.com/onaio/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.
- [**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 c075c79

Please sign in to comment.