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

: Form Activity - TTL Representation

Draft as of 2025-10-16

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 "form-activity"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem form-activity</b></p><a name=\"form-activity\"> </a><a name=\"hcform-activity\"> </a><p>This  code system <code>http://fhir.tiro.health/CodeSystem/form-activity</code> defines the following codes in an undefined hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">user<a name=\"form-activity-user\"> </a></td><td>User input</td><td>Manually entered data by the user</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">static<a name=\"form-activity-static\"> </a></td><td>Static value</td><td>A preconfigured value that has been picked by a user. The values in the preset have been used to populate fields.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  preset<a name=\"form-activity-preset\"> </a></td><td/><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">  initial-value<a name=\"form-activity-initial-value\"> </a></td><td/><td/></tr><tr><td>1</td><td style=\"white-space:nowrap\">calculation<a name=\"form-activity-calculation\"> </a></td><td>Calculation</td><td>A calculation has been performed to populate a field based on a predefined expression or formula.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  fhirpath<a name=\"form-activity-fhirpath\"> </a></td><td>FHIRPath calculation</td><td>A calculation has been performed using a FHIRPath expression.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">ai<a name=\"form-activity-ai\"> </a></td><td>AI population</td><td>An AI-algorithm has been generating values to populate form fields</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  speech-population<a name=\"form-activity-speech-population\"> </a></td><td>Speech-based population</td><td>A speech to QuestionnaireResponse solution has generated the field values.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  ai-clipboard<a name=\"form-activity-ai-clipboard\"> </a></td><td>AI Clipboard</td><td>An AI-engine has processed clipboard content</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">data-import<a name=\"form-activity-data-import\"> </a></td><td>Data Import</td><td>Import of values from other resources potentially coming from external servers.</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://fhir.tiro.health/CodeSystem/form-activity"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "FormActivity"] ; # 
  fhir:title [ fhir:v "Form Activity"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-10-16T12:24:15+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 "Activities that can be performed on form fields and which will be tracked through provenance"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "10"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "user" ] ;
fhir:display [ fhir:v "User input" ] ;
fhir:definition [ fhir:v "Manually entered data by the user" ]
  ] [
fhir:code [ fhir:v "static" ] ;
fhir:display [ fhir:v "Static value" ] ;
fhir:definition [ fhir:v "A preconfigured value that has been picked by a user. The values in the preset have been used to populate fields." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "preset" ]     ] [
fhir:code [ fhir:v "initial-value" ]     ] )
  ] [
fhir:code [ fhir:v "calculation" ] ;
fhir:display [ fhir:v "Calculation" ] ;
fhir:definition [ fhir:v "A calculation has been performed to populate a field based on a predefined expression or formula." ] ;
    ( fhir:concept [
fhir:code [ fhir:v "fhirpath" ] ;
fhir:display [ fhir:v "FHIRPath calculation" ] ;
fhir:definition [ fhir:v "A calculation has been performed using a FHIRPath expression." ]     ] )
  ] [
fhir:code [ fhir:v "ai" ] ;
fhir:display [ fhir:v "AI population" ] ;
fhir:definition [ fhir:v "An AI-algorithm has been generating values to populate form fields" ] ;
    ( fhir:concept [
fhir:code [ fhir:v "speech-population" ] ;
fhir:display [ fhir:v "Speech-based population" ] ;
fhir:definition [ fhir:v "A speech to QuestionnaireResponse solution has generated the field values." ]     ] [
fhir:code [ fhir:v "ai-clipboard" ] ;
fhir:display [ fhir:v "AI Clipboard" ] ;
fhir:definition [ fhir:v "An AI-engine has processed clipboard content" ]     ] )
  ] [
fhir:code [ fhir:v "data-import" ] ;
fhir:display [ fhir:v "Data Import" ] ;
fhir:definition [ fhir:v "Import of values from other resources potentially coming from external servers." ]
  ] ) . #