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

: Question Tree Answer Item Code - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "question-tree-answer-item-code"] ; # 
  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: ValueSet question-tree-answer-item-code</b></p><a name=\"question-tree-answer-item-code\"> </a><a name=\"hcquestion-tree-answer-item-code\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>http://hl7.org/fhir/ValueSet/questionnaire-item-type</code><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-item-type.html\"><code>http://hl7.org/fhir/item-type</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\"> version ?5.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-item-type.html#item-type-code\">code</a></td><td/></tr></table></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.tiro.health/ValueSet/question-tree-answer-item-code"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "QuestionTreeAnswerItemCode"] ; # 
  fhir:title [ fhir:v "Question Tree Answer Item Code"] ; # 
  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 "The type of an answer in a question tree."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/questionnaire-item-type"^^xsd:anyURI ]     ] ) ;
    ( fhir:exclude [
fhir:system [ fhir:v "http://hl7.org/fhir/item-type"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "code" ]       ] )     ] )
  ] . #