KIOLA Implementation Guide
0.1.0 - STU1

KIOLA Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: KIOLA Boolean - TTL Representation

Active as of 2024-04-27

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "kiola-boolean-cs"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>https://fhir.ehealth-systems.at/kiola/boolean</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\">true<a name=\"kiola-boolean-cs-true\"> </a></td><td>True</td></tr><tr><td style=\"white-space:nowrap\">false<a name=\"kiola-boolean-cs-false\"> </a></td><td>False</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.ehealth-systems.at/kiola/boolean"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "KIOLABooleanCS"] ; # 
  fhir:title [ fhir:v "KIOLA Boolean"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2024-04-27T13:32:49+00:00"^^xsd:dateTime] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "AIT Austrian Institute of Technology" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mailto:office@ait.ac.at" ]     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "true" ] ;
fhir:display [ fhir:v "True" ]
  ] [
fhir:code [ fhir:v "false" ] ;
fhir:display [ fhir:v "False" ]
  ] ) . #