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

Draft as of 2025-10-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "task-type",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "url" : "http://fhir.tiro.health/CodeSystem/task-type",
  "version" : "0.1.0",
  "name" : "TaskType",
  "title" : "Task Type",
  "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" : "Supported task types by Tiro.health",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "complete-questionnaire",
      "display" : "Complete Questionnaire",
      "definition" : "Request a practitioner to complete a questionnaire."
    },
    {
      "code" : "process-response",
      "display" : "Process Response",
      "definition" : "Process a response of a questionnaire."
    }
  ]
}