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

Draft as of 2026-04-30

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "template-status"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
fhir:v "http://fhir.tiro.health/CodeSystem/template-status"^^xsd:anyURI ;
fhir:l <http://fhir.tiro.health/CodeSystem/template-status>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CSTemplateStatus"] ; # 
  fhir:title [ fhir:v "Template Status"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-30T09:19:32+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Tiro.health"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Tiro.health" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://tiro.health" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Publication status codes for Tiro.health questionnaire templates."] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "draft" ] ;
fhir:display [ fhir:v "Draft" ] ;
fhir:definition [ fhir:v "Template is being authored and can be edited. No version is assigned." ]
  ] [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ;
fhir:definition [ fhir:v "Template is published and immutable. A semantic version is assigned." ]
  ] [
fhir:code [ fhir:v "retired" ] ;
fhir:display [ fhir:v "Retired" ] ;
fhir:definition [ fhir:v "Template is superseded by a newer version and no longer in active use." ]
  ] ) . #