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 - TTL Representation
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 "agent-types"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://fhir.tiro.health/CodeSystem/agent-types"^^xsd:anyURI ;
fhir:l <http://fhir.tiro.health/CodeSystem/agent-types>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "AgentTypes"] ; #
fhir:title [ fhir:v "Agent Types"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-11-06T21:05:10+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 "Agent Types that process data to populate form fields."] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "fhirpath-engine" ] ;
fhir:display [ fhir:v "FHIRPath Engine" ] ;
fhir:definition [ fhir:v "FHIRPath expression engine" ]
] [
fhir:code [ fhir:v "population-engine" ] ;
fhir:display [ fhir:v "Population Engine" ] ;
fhir:definition [ fhir:v "Engine that populates forms from external data sources" ]
] [
fhir:code [ fhir:v "preset-engine" ] ;
fhir:display [ fhir:v "Preset Engine" ] ;
fhir:definition [ fhir:v "Engine that applies preset configurations" ]
] [
fhir:code [ fhir:v "x-fhir-query-resolver" ] ;
fhir:display [ fhir:v "X-FHIR Query Resolver" ] ;
fhir:definition [ fhir:v "Resolves x-fhir-query extensions" ]
] ) . #