Update README.md

This commit is contained in:
Joshua Hare 2025-04-10 21:53:38 +10:00 committed by GitHub
parent 92bcc185e1
commit 8771af079b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. 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 ### Key Features
- **Import FHIR Packages**: Download FHIR IGs and their dependencies by specifying package names and versions. - **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. - **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 ## 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). For questions or support, please open an issue on GitHub or contact the maintainers at [your-email@example.com](mailto:your-email@example.com).