Configure FHIR server locally

Hitesh Patel
1 min readMar 25, 2021

FHIR is a standard for health care data exchange, published by HL7®.

Please follow below steps to configure FHIR server in local environment.

  1. Clone FHIR repo
  2. Setup docker
  3. Launch docker image
  4. Verify installation
  5. Next steps

1. Clone FHIR repo

Clone FHIR repo

git clone https://github.com/microsoft/fhir-server

2. Setup docker

Skip this step if Docker already installed

Please follow below article to setup Docker

3. Launch docker image

Follow below steps to launch docker

Known issue:

ERROR: No such service: .

Remove last DOT(.) and Run following command for deployment

docker-compose up -d

4. Verify installation

After installation verify installation via Postman

https://docs.microsoft.com/en-in/azure/healthcare-apis/fhir/access-fhir-postman-tutorial

--

--

Hitesh Patel

I have been developing wide range of mobile games, applications, websites and desktop applications for over 10+ years in Mobile/Web Platforms.