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

Draft as of 2025-10-16

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="task-input"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://fhir.tiro.health/CodeSystem/task-input"/>
  <version value="0.1.0"/>
  <name value="TaskInput"/>
  <title value="Task Input Type"/>
  <status value="draft"/>
  <date value="2025-10-16T12:24:15+00:00"/>
  <publisher value="Tiro.health"/>
  <contact>
    <name value="Tiro.health"/>
    <telecom>
      <system value="url"/>
      <value value="http://tiro.health"/>
    </telecom>
  </contact>
  <description value="Supported inputs for Tiro.health tasks."/>
  <content value="complete"/>
  <count value="3"/>
  <concept>
    <code value="questionnaire"/>
    <display value="Questionnaire"/>
    <definition value="A questionnaire to be completed by a practitioner."/>
  </concept>
  <concept>
    <code value="initial-response"/>
    <display value="Initial Response"/>
    <definition value="An initial response to a questionnaire."/>
  </concept>
  <concept>
    <code value="response-endpoint"/>
    <display value="Response Endpoint"/>
    <definition value="An endpoint to send the response to."/>
  </concept>
</CodeSystem>