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" : "questionnaire-item-orientation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem questionnaire-item-orientation</b></p><a name=\"questionnaire-item-orientation\"> </a><a name=\"hcquestionnaire-item-orientation\"> </a><p>This code system <code>http://fhir.tiro.health/CodeSystem/questionnaire-item-orientation</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">horizontal<a name=\"questionnaire-item-orientation-horizontal\"> </a></td><td>Horizontal</td></tr><tr><td style=\"white-space:nowrap\">vertical<a name=\"questionnaire-item-orientation-vertical\"> </a></td><td>Vertical</td></tr></table></div>"
},
"url" : "http://fhir.tiro.health/CodeSystem/questionnaire-item-orientation",
"version" : "0.1.0",
"name" : "CSQuestionnaireItemOrientation",
"title" : "Questionnaire Item Orientation",
"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" : "Orientation of the items in the Questionnaire",
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "horizontal",
"display" : "Horizontal"
},
{
"code" : "vertical",
"display" : "Vertical"
}
]
}