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 - TTL Representation

Draft as of 2025-10-16

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "tiro-item-control"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.tiro.health/CodeSystem/tiro-item-control"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "TiroItemControl"] ; # 
  fhir:title [ fhir:v "Tiro Questionnaire Item Control"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-10-16T12:24:15+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Tiro.health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Tiro.health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://tiro.health" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Custom Questionnaire Item Control by Tiro Health"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "8"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "question-group" ] ;
fhir:display [ fhir:v "Question Group" ] ;
fhir:definition [ fhir:v "Structure to group answers and subquestions in a hierarchical tree layout." ]
  ] [
fhir:code [ fhir:v "drop-down" ] ;
fhir:display [ fhir:v "Dropdown" ] ;
fhir:definition [ fhir:v "Dropdown to select a single answer from a list of options." ]
  ] [
fhir:code [ fhir:v "chips" ] ;
fhir:display [ fhir:v "Chips" ] ;
fhir:definition [ fhir:v "Chips to select one or more answers from a list of options." ]
  ] [
fhir:code [ fhir:v "text-box" ] ;
fhir:display [ fhir:v "Textbox" ] ;
fhir:definition [ fhir:v "Textbox to enter characters." ]
  ] [
fhir:code [ fhir:v "text-area" ] ;
fhir:display [ fhir:v "Text Area" ] ;
fhir:definition [ fhir:v "Text area to enter multiple lines of text." ]
  ] [
fhir:code [ fhir:v "date-field" ] ;
fhir:display [ fhir:v "Date Field" ] ;
fhir:definition [ fhir:v "Date field to enter a date." ]
  ] [
fhir:code [ fhir:v "calculator" ] ;
fhir:display [ fhir:v "Calculator" ] ;
fhir:definition [ fhir:v "Calculator to calculate a value based on a formula." ]
  ] [
fhir:code [ fhir:v "summarized-group" ] ;
fhir:display [ fhir:v "Summarized Group" ] ;
fhir:definition [ fhir:v "Group that summarizes the answers of its child items." ]
  ] ) . #