TEHIK FHIR IG Encounter and Episode of Care
0.1.0 - draft EE

TEHIK FHIR IG Encounter and Episode of Care, 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-encounter-episode/ and changes regularly. See the Directory of published versions

Home

Official URL: https://fhir.ee/encounter-episode/ImplementationGuide/ee.fhir.encounterepisode Version: 0.1.0
Draft as of 2026-05-15 Computable Name: TEHIKIGEncounterandEpisodeofCare

Intro

This implementation guide is for encounter, episode of care and condition.

Source code

This IG source code is available in GitHub.

How to start

```mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
```
<div class="mermaid">
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
</div>

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.