@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "appointment-source"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div ""
] ; #
fhir:url [ fhir:v "http://documentation.clicsante.ca/fhir/base/ValueSet/appointment-source"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "AppointmentSourceValueSet"] ; #
fhir:title [ fhir:v "Appointment Source Value Set"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2025-03-15T01:45:42+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Clic Santé"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Clic Santé" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://clicsante.ca" ]
] )
] ) ; #
fhir:description [ fhir:v "Describes the where the appointment was taken."] ; #
fhir:compose [
fhir:include ( [
fhir:system [ fhir:v "http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-source"^^xsd:anyURI ]
] )
] . #
# -------------------------------------------------------------------------------------