Installation Guide¶
Detailed installation instructions for all platforms.
Prerequisites¶
- Java 17 or higher
- Maven 3.6+
- Git
Linux Installation¶
Ubuntu/Debian¶
# Install Java
sudo apt update
sudo apt install openjdk-17-jdk maven git
# Clone repository
git clone https://github.com/vedpr625/FHIR-Electronic-Heath-Records
# Run application
./mvnw spring-boot:run
See Quick Start for detailed first steps.