@prefix fhir: .
@prefix owl: .
@prefix rdf: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "AtSchedulingServiceType"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div ""^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://hl7.at/fhir/TC-FHIR-AG-Scheduling-R5/R5/ValueSet/AtSchedulingServiceType"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "AtSchedulingServiceType"] ; #
fhir:title [ fhir:v "AT Scheduling Service Type"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2025-05-23T10:26:37+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7® Austria, TC FHIR®"] ; #
fhir:description [ fhir:v "This is a placeholder for a ValueSet of bookable service types. The contained value just serves as an example and is not guaranteed to "] ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/service-type"^^xsd:anyURI ] ;
fhir:concept ( [
fhir:code [ fhir:v "65" ] ;
fhir:display [ fhir:v "Physiotherapy" ]
] )
] )
] . #
# -------------------------------------------------------------------------------------