-
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.
Rename tooling docs in side bar (#3024)
* Rename tooling docs in side bar * fix header move under writing fhir
- Loading branch information
Showing
1 changed file
with
7 additions
and
3 deletions.
There are no files selected for viewing
10 changes: 7 additions & 3 deletions
10
docs/engineering/tooling/readme.mdx → ...gineering/writing-fhir/tooling/readme.mdx
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,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. |