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
Draft as of 2025-10-16 |
{
"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 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\">\u00a0\u00a0preset<a name=\"form-activity-preset\"> </a></td><td/><td/></tr><tr><td>2</td><td style=\"white-space:nowrap\">\u00a0\u00a0initial-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\">\u00a0\u00a0fhirpath<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\">\u00a0\u00a0speech-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\">\u00a0\u00a0ai-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>"
},
"url" : "http://fhir.tiro.health/CodeSystem/form-activity",
"version" : "0.1.0",
"name" : "FormActivity",
"title" : "Form Activity",
"status" : "draft",
"date" : "2025-10-16T12:24:15+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",
"content" : "complete",
"count" : 10,
"concept" : [
{
"code" : "user",
"display" : "User input",
"definition" : "Manually entered data by the user"
},
{
"code" : "static",
"display" : "Static value",
"definition" : "A preconfigured value that has been picked by a user. The values in the preset have been used to populate fields.",
"concept" : [
{
"code" : "preset"
},
{
"code" : "initial-value"
}
]
},
{
"code" : "calculation",
"display" : "Calculation",
"definition" : "A calculation has been performed to populate a field based on a predefined expression or formula.",
"concept" : [
{
"code" : "fhirpath",
"display" : "FHIRPath calculation",
"definition" : "A calculation has been performed using a FHIRPath expression."
}
]
},
{
"code" : "ai",
"display" : "AI population",
"definition" : "An AI-algorithm has been generating values to populate form fields",
"concept" : [
{
"code" : "speech-population",
"display" : "Speech-based population",
"definition" : "A speech to QuestionnaireResponse solution has generated the field values."
},
{
"code" : "ai-clipboard",
"display" : "AI Clipboard",
"definition" : "An AI-engine has processed clipboard content"
}
]
},
{
"code" : "data-import",
"display" : "Data Import",
"definition" : "Import of values from other resources potentially coming from external servers."
}
]
}