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
Draft as of 2025-10-16 |
{
"resourceType" : "CodeSystem",
"id" : "task-output",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem task-output</b></p><a name=\"task-output\"> </a><a name=\"hctask-output\"> </a><p>This code system <code>http://fhir.tiro.health/CodeSystem/task-output</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-response<a name=\"task-output-questionnaire-response\"> </a></td><td>Questionnaire Response</td><td>A response to a questionnaire.</td></tr><tr><td style=\"white-space:nowrap\">operation-outcome<a name=\"task-output-operation-outcome\"> </a></td><td>Operation Outcome</td><td>Additional information and diagnostics about the task.</td></tr></table></div>"
},
"url" : "http://fhir.tiro.health/CodeSystem/task-output",
"version" : "0.1.0",
"name" : "TaskOutput",
"title" : "Task Output 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 outputs for Tiro.health tasks.",
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "questionnaire-response",
"display" : "Questionnaire Response",
"definition" : "A response to a questionnaire."
},
{
"code" : "operation-outcome",
"display" : "Operation Outcome",
"definition" : "Additional information and diagnostics about the task."
}
]
}