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

: Template Status - JSON Representation

Draft as of 2026-04-30

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "template-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem template-status</b></p><a name=\"template-status\"> </a><a name=\"hctemplate-status\"> </a><p>This case-sensitive code system <code>http://fhir.tiro.health/CodeSystem/template-status</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\">draft<a name=\"template-status-draft\"> </a></td><td>Draft</td><td>Template is being authored and can be edited. No version is assigned.</td></tr><tr><td style=\"white-space:nowrap\">active<a name=\"template-status-active\"> </a></td><td>Active</td><td>Template is published and immutable. A semantic version is assigned.</td></tr><tr><td style=\"white-space:nowrap\">retired<a name=\"template-status-retired\"> </a></td><td>Retired</td><td>Template is superseded by a newer version and no longer in active use.</td></tr></table></div>"
  },
  "url" : "http://fhir.tiro.health/CodeSystem/template-status",
  "version" : "0.1.0",
  "name" : "CSTemplateStatus",
  "title" : "Template Status",
  "status" : "draft",
  "experimental" : false,
  "date" : "2026-04-30T09:19:32+00:00",
  "publisher" : "Tiro.health",
  "contact" : [
    {
      "name" : "Tiro.health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://tiro.health"
        }
      ]
    }
  ],
  "description" : "Publication status codes for Tiro.health questionnaire templates.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "draft",
      "display" : "Draft",
      "definition" : "Template is being authored and can be edited. No version is assigned."
    },
    {
      "code" : "active",
      "display" : "Active",
      "definition" : "Template is published and immutable. A semantic version is assigned."
    },
    {
      "code" : "retired",
      "display" : "Retired",
      "definition" : "Template is superseded by a newer version and no longer in active use."
    }
  ]
}