@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "KMCAppPackages"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This value set includes codes based on the following rules:

This value set excludes codes based on the following rules:

" ] ; # fhir:url [ fhir:v "https://fhir.ehealth-systems.at/artifacts/ValueSet/KMCAppPackages"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KMCAppPackages"] ; # fhir:title [ fhir:v "KMC App Packages"] ; # 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 "App package IDs of first and 3rd party apps, that might be launched by a mobile client to facilitate the transmission process."] ; # 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 "app_package" ] ] ) ] ) ; fhir:exclude ( [ fhir:system [ fhir:v "https://fhir.ehealth-systems.at/kiola/device/kmc"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "app_package" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------