Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1.53 KB

File metadata and controls

20 lines (15 loc) · 1.53 KB

Usage

Installing FHIR tools on your local machine

To set up a development environment with support for FHIR profile compilation and validation:

  1. Ensure you have Docker installed on your machine.
  2. Clone the repository and open it in Visual Studio Code.
  3. When prompted, reopen the project in a container. This will build the Docker container based on the provided Dockerfile.
  4. The container includes:
  5. The codfsh VS Code extension is also installed in the container for an enhanced FHIR profile development experience.
  6. Once the container is built and running, you can use the integrated terminal in VS Code to run SUSHI and the HAPI FHIR Validator.

Note: The codfsh extension settings are pre-configured in the .devcontainer/devcontainer.json file to use the correct paths for the HAPI Validator and its configuration.

Help

If you find issues with this template project, please leave an issue or create a Pull Request via the template repository.