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

: Tiro Questionnaire Item Control - JSON Representation

Draft as of 2025-10-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "tiro-item-control",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem tiro-item-control</b></p><a name=\"tiro-item-control\"> </a><a name=\"hctiro-item-control\"> </a><p>This  code system <code>http://fhir.tiro.health/CodeSystem/tiro-item-control</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\">question-group<a name=\"tiro-item-control-question-group\"> </a></td><td>Question Group</td><td>Structure to group answers and subquestions in a hierarchical tree layout.</td></tr><tr><td style=\"white-space:nowrap\">drop-down<a name=\"tiro-item-control-drop-down\"> </a></td><td>Dropdown</td><td>Dropdown to select a single answer from a list of options.</td></tr><tr><td style=\"white-space:nowrap\">chips<a name=\"tiro-item-control-chips\"> </a></td><td>Chips</td><td>Chips to select one or more answers from a list of options.</td></tr><tr><td style=\"white-space:nowrap\">text-box<a name=\"tiro-item-control-text-box\"> </a></td><td>Textbox</td><td>Textbox to enter characters.</td></tr><tr><td style=\"white-space:nowrap\">text-area<a name=\"tiro-item-control-text-area\"> </a></td><td>Text Area</td><td>Text area to enter multiple lines of text.</td></tr><tr><td style=\"white-space:nowrap\">date-field<a name=\"tiro-item-control-date-field\"> </a></td><td>Date Field</td><td>Date field to enter a date.</td></tr><tr><td style=\"white-space:nowrap\">calculator<a name=\"tiro-item-control-calculator\"> </a></td><td>Calculator</td><td>Calculator to calculate a value based on a formula.</td></tr><tr><td style=\"white-space:nowrap\">summarized-group<a name=\"tiro-item-control-summarized-group\"> </a></td><td>Summarized Group</td><td>Group that summarizes the answers of its child items.</td></tr></table></div>"
  },
  "url" : "http://fhir.tiro.health/CodeSystem/tiro-item-control",
  "version" : "0.1.0",
  "name" : "TiroItemControl",
  "title" : "Tiro Questionnaire Item Control",
  "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" : "Custom Questionnaire Item Control by Tiro Health",
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "question-group",
      "display" : "Question Group",
      "definition" : "Structure to group answers and subquestions in a hierarchical tree layout."
    },
    {
      "code" : "drop-down",
      "display" : "Dropdown",
      "definition" : "Dropdown to select a single answer from a list of options."
    },
    {
      "code" : "chips",
      "display" : "Chips",
      "definition" : "Chips to select one or more answers from a list of options."
    },
    {
      "code" : "text-box",
      "display" : "Textbox",
      "definition" : "Textbox to enter characters."
    },
    {
      "code" : "text-area",
      "display" : "Text Area",
      "definition" : "Text area to enter multiple lines of text."
    },
    {
      "code" : "date-field",
      "display" : "Date Field",
      "definition" : "Date field to enter a date."
    },
    {
      "code" : "calculator",
      "display" : "Calculator",
      "definition" : "Calculator to calculate a value based on a formula."
    },
    {
      "code" : "summarized-group",
      "display" : "Summarized Group",
      "definition" : "Group that summarizes the answers of its child items."
    }
  ]
}