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

: KMC UI References - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "KMCUIReferences"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from <a href=\"CodeSystem-kiola-device-kmc-cs.html\"><code>https://fhir.ehealth-systems.at/kiola/device/kmc</code></a> where concept  is-a  <a href=\"CodeSystem-kiola-device-kmc-cs.html#kiola-device-kmc-cs-ui_reference\">ui_reference</a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"CodeSystem-kiola-device-kmc-cs.html\"><code>https://fhir.ehealth-systems.at/kiola/device/kmc</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-kiola-device-kmc-cs.html#kiola-device-kmc-cs-ui_reference\">ui_reference</a></td><td style=\"color: #cccccc\">Reference to a tile on the KMC dashboard</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.ehealth-systems.at/artifacts/ValueSet/KMCUIReferences"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "KMCUIReferences"] ; # 
  fhir:title [ fhir:v "KMC UI References"] ; # 
  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:description [ fhir:v "References to UI elements, that might be used to initiate the transmission process on a mobile client."] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "https://fhir.ehealth-systems.at/kiola/device/kmc"^^xsd:anyURI ] ;
      ( fhir:filter [
fhir:property [ fhir:v "concept" ] ;
fhir:op [ fhir:v "is-a" ] ;
fhir:value [ fhir:v "ui_reference" ]       ] )     ] ) ;
    ( fhir:exclude [
fhir:system [ fhir:v "https://fhir.ehealth-systems.at/kiola/device/kmc"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "ui_reference" ]       ] )     ] )
  ] . #