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
: Example Code - 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 "example-code"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem example-code</b></p><a name=\"example-code\"> </a><a name=\"hcexample-code\"> </a><p>This code system <code>http://fhir.tiro.health/CodeSystem/example-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">code1<a name=\"example-code-code1\"> </a></td><td>Example Code 1</td></tr><tr><td style=\"white-space:nowrap\">code2<a name=\"example-code-code2\"> </a></td><td>Example Code 2</td></tr><tr><td style=\"white-space:nowrap\">code3<a name=\"example-code-code3\"> </a></td><td>Example Code 3</td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://fhir.tiro.health/CodeSystem/example-code"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "ExampleCode"] ; #
fhir:title [ fhir:v "Example Code"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-10-16T12:24:15+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 "Example code for use in examples."] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "code1" ] ;
fhir:display [ fhir:v "Example Code 1" ]
] [
fhir:code [ fhir:v "code2" ] ;
fhir:display [ fhir:v "Example Code 2" ]
] [
fhir:code [ fhir:v "code3" ] ;
fhir:display [ fhir:v "Example Code 3" ]
] ) . #