{
  "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 case-sensitive 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\">tab<a name=\"tiro-item-control-tab\"> </a></td><td>Tab</td><td>Render this top-level group as a tab in the form.</td></tr><tr><td style=\"white-space:nowrap\">block<a name=\"tiro-item-control-block\"> </a></td><td>Block</td><td>Render this group's children as a Tiro layout block.</td></tr></table></div>"
  },
  "url" : "http://fhir.tiro.health/CodeSystem/tiro-item-control",
  "version" : "0.1.0",
  "name" : "TiroItemControl",
  "title" : "Tiro Item Control",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-06-03T12:11:22+00:00",
  "publisher" : "eHealth Platform Belgium",
  "contact" : [{
    "name" : "eHealth Platform Belgium",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.ehealth.fgov.be"
    },
    {
      "system" : "email",
      "value" : "info@ehealth.fgov.be"
    }]
  }],
  "description" : "Tiro-specific Questionnaire item-control layout hints read by the Tiro form renderer.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "BE",
      "display" : "Belgium"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [{
    "code" : "tab",
    "display" : "Tab",
    "definition" : "Render this top-level group as a tab in the form."
  },
  {
    "code" : "block",
    "display" : "Block",
    "definition" : "Render this group's children as a Tiro layout block."
  }]
}