This project focuses on managing FHIR demographics using a HAPI FHIR server within a Docker container.
These instructions will help you set up and run the project on your local machine.
Make sure you have the following tools installed on your machine:
- Docker
- Docker Compose
-
Clone the repository:
git clone https://github.com/your-username/fhir-demographics-project.git
-
Navigate to the project directory:
cd fhir-demographics-project
-
Start the HAPI FHIR server using Docker Compose:
docker-compose up
This command will pull the necessary Docker image, create and start the container.
-
Access the HAPI FHIR server:
Open your web browser and go to http://localhost:8090.