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

: Template Languages - JSON Representation

Draft as of 2025-10-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "template-languages",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "http://fhir.tiro.health/CodeSystem/template-languages",
  "version" : "0.1.0",
  "name" : "CSTemplateLanguages",
  "title" : "Template Languages",
  "status" : "draft",
  "date" : "2025-10-16T12:24:15+00:00",
  "publisher" : "Tiro.health",
  "contact" : [
    {
      "name" : "Tiro.health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://tiro.health"
        }
      ]
    }
  ],
  "description" : "Available template languages to generate a narrative for a Questionnaire item",
  "content" : "complete",
  "supplements" : "http://hl7.org/fhir/CodeSystem/template-languages",
  "count" : 2,
  "concept" : [
    {
      "code" : "text/x.tiro-health.liquid",
      "display" : "Liquid",
      "definition" : "Liquid template language with custom Tiro.health tags and filters."
    },
    {
      "code" : "text/x.tiro-health.jinja2",
      "display" : "Jinja2",
      "definition" : "Jinja2 template language with custom Tiro.health tags and filters."
    }
  ]
}