@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ehealth-device-use-reason"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div ""
] ; #
fhir:url [ fhir:v "http://ehealth.sundhed.dk/vs/device-use-reason"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.10.0"] ; #
fhir:name [ fhir:v "DeviceUseReason"] ; #
fhir:title [ fhir:v "Device Use Reason"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2019-02-08T00:00:00+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Systematic | Trifork"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Systematic | Trifork" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://ehealth.sundhed.dk" ]
] )
] ) ; #
fhir:description [ fhir:v "Device Use Reason value set."] ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "http://ehealth.sundhed.dk/cs/device-use-reason"^^xsd:anyURI ]
] )
] . #
# -------------------------------------------------------------------------------------