Tiro.health Implementation Guide
0.1.0 - ci-build
Tiro.health Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Draft as of 2025-10-16 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="template-languages"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem template-languages</b></p><a name="template-languages"> </a><a name="hctemplate-languages"> </a><p>This code system <code>http://fhir.tiro.health/CodeSystem/template-languages</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">text/x.tiro-health.liquid<a name="template-languages-text.47x.46tiro-health.46liquid"> </a></td><td>Liquid</td><td>Liquid template language with custom Tiro.health tags and filters.</td></tr><tr><td style="white-space:nowrap">text/x.tiro-health.jinja2<a name="template-languages-text.47x.46tiro-health.46jinja2"> </a></td><td>Jinja2</td><td>Jinja2 template language with custom Tiro.health tags and filters.</td></tr></table></div>
</text>
<url value="http://fhir.tiro.health/CodeSystem/template-languages"/>
<version value="0.1.0"/>
<name value="CSTemplateLanguages"/>
<title value="Template Languages"/>
<status value="draft"/>
<date value="2025-10-16T12:24:15+00:00"/>
<publisher value="Tiro.health"/>
<contact>
<name value="Tiro.health"/>
<telecom>
<system value="url"/>
<value value="http://tiro.health"/>
</telecom>
</contact>
<description
value="Available template languages to generate a narrative for a Questionnaire item"/>
<content value="complete"/>
<supplements value="http://hl7.org/fhir/CodeSystem/template-languages"/>
<count value="2"/>
<concept>
<code value="text/x.tiro-health.liquid"/>
<display value="Liquid"/>
<definition
value="Liquid template language with custom Tiro.health tags and filters."/>
</concept>
<concept>
<code value="text/x.tiro-health.jinja2"/>
<display value="Jinja2"/>
<definition
value="Jinja2 template language with custom Tiro.health tags and filters."/>
</concept>
</CodeSystem>