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

: Task Type - 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 "task-type"] ; # 
  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 task-type</b></p><a name=\"task-type\"> </a><a name=\"hctask-type\"> </a><p>This  code system <code>http://fhir.tiro.health/CodeSystem/task-type</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\">complete-questionnaire<a name=\"task-type-complete-questionnaire\"> </a></td><td>Complete Questionnaire</td><td>Request a practitioner to complete a questionnaire.</td></tr><tr><td style=\"white-space:nowrap\">process-response<a name=\"task-type-process-response\"> </a></td><td>Process Response</td><td>Process a response of a questionnaire.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.tiro.health/CodeSystem/task-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "TaskType"] ; # 
  fhir:title [ fhir:v "Task Type"] ; # 
  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 "Supported task types by Tiro.health"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "complete-questionnaire" ] ;
fhir:display [ fhir:v "Complete Questionnaire" ] ;
fhir:definition [ fhir:v "Request a practitioner to complete a questionnaire." ]
  ] [
fhir:code [ fhir:v "process-response" ] ;
fhir:display [ fhir:v "Process Response" ] ;
fhir:definition [ fhir:v "Process a response of a questionnaire." ]
  ] ) . #