From 8771af079b51d16f9fd396e7f7e2ac2432d20af4 Mon Sep 17 00:00:00 2001 From: Sudo-JHare Date: Thu, 10 Apr 2025 21:53:38 +1000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 84a10cc..b6a7f7b 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ FHIRFLARE IG Toolkit is a Flask-based web application designed to simplify the management of FHIR Implementation Guides (IGs). It allows users to import, process, view, and manage FHIR packages, with features to handle duplicate dependencies and visualize processed IGs. The toolkit is built to assist developers, researchers, and healthcare professionals working with FHIR standards. +This tool was initially developed as an IG package viewer within a larger project I was building. As the requirements expanded and it became clear there was a strong need for a lightweight, purpose-built solution to interact with IG packages, I decided to decouple it from the original codebase and release it as a standalone open-source utility for broader community use. + ### Key Features - **Import FHIR Packages**: Download FHIR IGs and their dependencies by specifying package names and versions. - **Manage Duplicates**: Detect and highlight duplicate packages with different versions, using color-coded indicators. @@ -213,4 +215,4 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file ## Contact -For questions or support, please open an issue on GitHub or contact the maintainers at [your-email@example.com](mailto:your-email@example.com). \ No newline at end of file +For questions or support, please open an issue on GitHub or contact the maintainers at [your-email@example.com](mailto:your-email@example.com).