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

Draft as of 2025-10-16

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="form-activity"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://fhir.tiro.health/CodeSystem/form-activity"/>
  <version value="0.1.0"/>
  <name value="FormActivity"/>
  <title value="Form Activity"/>
  <status value="draft"/>
  <date value="2025-10-16T12:24:15+00:00"/>
  <publisher value="Tiro.health"/>
  <contact>
    <name value="Tiro.health"/>
    <telecom>
      <system value="url"/>
      <value value="http://tiro.health"/>
    </telecom>
  </contact>
  <description
               value="Activities that can be performed on form fields and which will be tracked through provenance"/>
  <content value="complete"/>
  <count value="10"/>
  <concept>
    <code value="user"/>
    <display value="User input"/>
    <definition value="Manually entered data by the user"/>
  </concept>
  <concept>
    <code value="static"/>
    <display value="Static value"/>
    <definition
                value="A preconfigured value that has been picked by a user. The values in the preset have been used to populate fields."/>
    <concept>
      <code value="preset"/>
    </concept>
    <concept>
      <code value="initial-value"/>
    </concept>
  </concept>
  <concept>
    <code value="calculation"/>
    <display value="Calculation"/>
    <definition
                value="A calculation has been performed to populate a field based on a predefined expression or formula."/>
    <concept>
      <code value="fhirpath"/>
      <display value="FHIRPath calculation"/>
      <definition
                  value="A calculation has been performed using a FHIRPath expression."/>
    </concept>
  </concept>
  <concept>
    <code value="ai"/>
    <display value="AI population"/>
    <definition
                value="An AI-algorithm has been generating values to populate form fields"/>
    <concept>
      <code value="speech-population"/>
      <display value="Speech-based population"/>
      <definition
                  value="A speech to QuestionnaireResponse solution has generated the field values."/>
    </concept>
    <concept>
      <code value="ai-clipboard"/>
      <display value="AI Clipboard"/>
      <definition value="An AI-engine has processed clipboard content"/>
    </concept>
  </concept>
  <concept>
    <code value="data-import"/>
    <display value="Data Import"/>
    <definition
                value="Import of values from other resources potentially coming from external servers."/>
  </concept>
</CodeSystem>