TEHIK FHIR IG Starter
0.1.0 - draft Estonia flag

TEHIK FHIR IG Starter, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-starter/ and changes regularly. See the Directory of published versions

Home

Official URL: https://fhir.ee/tools/ImplementationGuide/ig-ee-starter Version: 0.1.0
Draft as of 2025-06-12 Computable Name: EETEHIKIGStarter

Intro

This implementation guide is a base template and starter point for creating new IG within TEHIK.

It provides some conventions on how to structure IG, build it and publish generated website.

Source code

This IG source code is available in GitHub.

How to start

  1. Copy project and rename project.
  2. Replace this IG specific values: look for comments marked REPLACE_ME:
  3. Remove unnecessary pages, fsh files etc., look for comments marked REMOVE_ME:
  4. Add domain specific profiles, markdown pages etc.
  5. Change alias.fsh and include your domain specific values, please follow the naming pattern.

Learning resources

Structure

input/fsh/*.fsh files are logically grouped into folders, which are used to generate the website structure. Please follow the same structure when adding new files.

input/pagecontent folder contains markdown files which are used to generate the website pages. Menu and page name mappings are defined in sushi-config.yaml file.

Build and deploy

Building and deploying information is located in GitHub project README file.