A tool for creating and maintaining simple maps to FHIR CodeSystems
This project is a mapping tool designed to allow multiple people to collaboratively create and maintain simple maps to various FHIR CodeSystems hosted in a FHIR Terminology Service.
It is a fork from Snap2Snomed for which the following is the current vision of that project
To get a local copy up and running follow these simple steps.
This is an example of how to list things you need to use the software and how to install them.
- Maven - refer to Maven's installation instructions
- Clone the repo
git clone https://github.com/aehrc/snapagogo.git
- Run the Maven build
mvn clean package
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project uses the Google Java Style Guide, please stick to this style to avoid unnecessary churn in the codebase. You can get style formatters for Eclipse and IntelliJ.
Distributed under the Apache 2.0 License. See LICENSE
for more information.
Project Link: https://github.com/aehrc/snapagogo