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

This value set includes codes based on the following rules:

" ] ; # fhir:url [ fhir:v "https://fhir.ehealth-systems.at/artifacts/ValueSet/KIOLAMeasurementDeviceTypes"^^xsd:anyURI] ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "KIOLAMeasurementDeviceTypes"] ; # fhir:title [ fhir:v "KIOLA Measurement Device Types"] ; # 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 "Types of devices that might transmit vital data measurements to a KIOLA system."] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://fhir.ehealth-systems.at/kiola/device"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "SDC" ] ] ) ] [ fhir:valueSet ( [ fhir:v "https://fhir.ehealth-systems.at/artifacts/ValueSet/KIOLAMeasurementAutomaticTransmissionDeviceTypes"^^xsd:anyURI ; fhir:link ] ) ] ) ] . # # -------------------------------------------------------------------------------------