FHIR Demographics Project

This project focuses on managing FHIR demographics using a HAPI FHIR server within a Docker container.

Getting Started

These instructions will help you set up and run the project on your local machine.

Prerequisites

Make sure you have the following tools installed on your machine:

  • Docker
  • Docker Compose

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/fhir-demographics-project.git
  2. Navigate to the project directory:

    cd fhir-demographics-project
  3. Start the HAPI FHIR server using Docker Compose:

    docker-compose up 

This command will pull the necessary Docker image, create and start the container.

  1. Access the HAPI FHIR server:

    Open your web browser and go to http://localhost:8090.