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

: Agent Types - JSON Representation

Draft as of 2025-11-06

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "agent-types",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem agent-types</b></p><a name=\"agent-types\"> </a><a name=\"hcagent-types\"> </a><p>This  code system <code>http://fhir.tiro.health/CodeSystem/agent-types</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\">fhirpath-engine<a name=\"agent-types-fhirpath-engine\"> </a></td><td>FHIRPath Engine</td><td>FHIRPath expression engine</td></tr><tr><td style=\"white-space:nowrap\">population-engine<a name=\"agent-types-population-engine\"> </a></td><td>Population Engine</td><td>Engine that populates forms from external data sources</td></tr><tr><td style=\"white-space:nowrap\">preset-engine<a name=\"agent-types-preset-engine\"> </a></td><td>Preset Engine</td><td>Engine that applies preset configurations</td></tr><tr><td style=\"white-space:nowrap\">x-fhir-query-resolver<a name=\"agent-types-x-fhir-query-resolver\"> </a></td><td>X-FHIR Query Resolver</td><td>Resolves x-fhir-query extensions</td></tr></table></div>"
  },
  "url" : "http://fhir.tiro.health/CodeSystem/agent-types",
  "version" : "0.1.0",
  "name" : "AgentTypes",
  "title" : "Agent Types",
  "status" : "draft",
  "date" : "2025-11-06T21:05:10+00:00",
  "publisher" : "Tiro.health",
  "contact" : [
    {
      "name" : "Tiro.health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://tiro.health"
        }
      ]
    }
  ],
  "description" : "Agent Types that process data to populate form fields.",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "fhirpath-engine",
      "display" : "FHIRPath Engine",
      "definition" : "FHIRPath expression engine"
    },
    {
      "code" : "population-engine",
      "display" : "Population Engine",
      "definition" : "Engine that populates forms from external data sources"
    },
    {
      "code" : "preset-engine",
      "display" : "Preset Engine",
      "definition" : "Engine that applies preset configurations"
    },
    {
      "code" : "x-fhir-query-resolver",
      "display" : "X-FHIR Query Resolver",
      "definition" : "Resolves x-fhir-query extensions"
    }
  ]
}