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

Draft as of 2026-04-30

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "form-activity",
  "text" : {
    "status" : "generated",
    "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 case-sensitive 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\">manual<a name=\"form-activity-manual\"> </a></td><td>Manual input</td><td>Manually entered data by the user without additional system assistance</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 set without active user choice</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0preset<a name=\"form-activity-preset\"> </a></td><td>Preset</td><td>Populated by a saved preset configuration</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0initial-value<a name=\"form-activity-initial-value\"> </a></td><td>Initial value</td><td>Populated by Questionnaire.item.initial</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">calculation<a name=\"form-activity-calculation\"> </a></td><td>Calculation</td><td>A value computed from a FHIRPath calculatedExpression</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0fhirpath<a name=\"form-activity-fhirpath\"> </a></td><td>FHIRPath calculation</td><td>Deprecated — use #calculation for calculatedExpression or #initial-expression for initialExpression</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 generated or extracted the value</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0speech-population<a name=\"form-activity-speech-population\"> </a></td><td>Speech-based population</td><td>A speech-to-text solution populated the field</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0ai-clipboard<a name=\"form-activity-ai-clipboard\"> </a></td><td>AI Clipboard</td><td>An AI engine extracted the value from clinical document 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 FHIR resources or external data sources</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0initial-expression<a name=\"form-activity-initial-expression\"> </a></td><td>Initial expression</td><td>Populated by evaluating Questionnaire.item.initialExpression against launch context or server data</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0definition<a name=\"form-activity-definition\"> </a></td><td>Definition-based import</td><td>Populated by matching Questionnaire.item.definition to a FHIR resource element</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">submit<a name=\"form-activity-submit\"> </a></td><td>Submit</td><td>Form has been submitted for review or final processing</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">amend<a name=\"form-activity-amend\"> </a></td><td>Amend</td><td>Form has been amended or updated after initial submission</td></tr></table></div>"
  },
  "url" : "http://fhir.tiro.health/CodeSystem/form-activity",
  "version" : "0.1.0",
  "name" : "FormActivity",
  "title" : "Form Activity",
  "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" : "Activities that can be performed on form fields and which will be tracked through provenance",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 15,
  "concept" : [
    {
      "code" : "user",
      "display" : "User input",
      "definition" : "Manually entered data by the user"
    },
    {
      "code" : "manual",
      "display" : "Manual input",
      "definition" : "Manually entered data by the user without additional system assistance"
    },
    {
      "code" : "static",
      "display" : "Static value",
      "definition" : "A preconfigured value that has been set without active user choice",
      "concept" : [
        {
          "code" : "preset",
          "display" : "Preset",
          "definition" : "Populated by a saved preset configuration"
        },
        {
          "code" : "initial-value",
          "display" : "Initial value",
          "definition" : "Populated by Questionnaire.item.initial"
        }
      ]
    },
    {
      "code" : "calculation",
      "display" : "Calculation",
      "definition" : "A value computed from a FHIRPath calculatedExpression",
      "concept" : [
        {
          "code" : "fhirpath",
          "display" : "FHIRPath calculation",
          "definition" : "Deprecated — use #calculation for calculatedExpression or #initial-expression for initialExpression"
        }
      ]
    },
    {
      "code" : "ai",
      "display" : "AI population",
      "definition" : "An AI algorithm generated or extracted the value",
      "concept" : [
        {
          "code" : "speech-population",
          "display" : "Speech-based population",
          "definition" : "A speech-to-text solution populated the field"
        },
        {
          "code" : "ai-clipboard",
          "display" : "AI Clipboard",
          "definition" : "An AI engine extracted the value from clinical document content"
        }
      ]
    },
    {
      "code" : "data-import",
      "display" : "Data Import",
      "definition" : "Import of values from FHIR resources or external data sources",
      "concept" : [
        {
          "code" : "initial-expression",
          "display" : "Initial expression",
          "definition" : "Populated by evaluating Questionnaire.item.initialExpression against launch context or server data"
        },
        {
          "code" : "definition",
          "display" : "Definition-based import",
          "definition" : "Populated by matching Questionnaire.item.definition to a FHIR resource element"
        }
      ]
    },
    {
      "code" : "submit",
      "display" : "Submit",
      "definition" : "Form has been submitted for review or final processing"
    },
    {
      "code" : "amend",
      "display" : "Amend",
      "definition" : "Form has been amended or updated after initial submission"
    }
  ]
}