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

Draft as of 2025-10-16

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "task-input",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem task-input</b></p><a name=\"task-input\"> </a><a name=\"hctask-input\"> </a><p>This  code system <code>http://fhir.tiro.health/CodeSystem/task-input</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\">questionnaire<a name=\"task-input-questionnaire\"> </a></td><td>Questionnaire</td><td>A questionnaire to be completed by a practitioner.</td></tr><tr><td style=\"white-space:nowrap\">initial-response<a name=\"task-input-initial-response\"> </a></td><td>Initial Response</td><td>An initial response to a questionnaire.</td></tr><tr><td style=\"white-space:nowrap\">response-endpoint<a name=\"task-input-response-endpoint\"> </a></td><td>Response Endpoint</td><td>An endpoint to send the response to.</td></tr></table></div>"
  },
  "url" : "http://fhir.tiro.health/CodeSystem/task-input",
  "version" : "0.1.0",
  "name" : "TaskInput",
  "title" : "Task Input 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 inputs for Tiro.health tasks.",
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "questionnaire",
      "display" : "Questionnaire",
      "definition" : "A questionnaire to be completed by a practitioner."
    },
    {
      "code" : "initial-response",
      "display" : "Initial Response",
      "definition" : "An initial response to a questionnaire."
    },
    {
      "code" : "response-endpoint",
      "display" : "Response Endpoint",
      "definition" : "An endpoint to send the response to."
    }
  ]
}