This case-sensitive code system http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-source
defines the following codes:
Code | Display | Definition |
admin | Admin | The appointment was taken by a worker of the establishment using the admin application. |
public | Public | The appointment was taken by a citizen using the public portal. |
"
] ; #
fhir:url [ fhir:v "http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-source"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "AppointmentSourceCodeSystem"] ; #
fhir:title [ fhir:v "Appointment Source Codes"] ; #
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 platform used to take an appointment."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "admin" ] ;
fhir:display [ fhir:v "Admin" ] ;
fhir:definition [ fhir:v "The appointment was taken by a worker of the establishment using the admin application." ]
] [
fhir:code [ fhir:v "public" ] ;
fhir:display [ fhir:v "Public" ] ;
fhir:definition [ fhir:v "The appointment was taken by a citizen using the public portal." ]
] ) . #
# -------------------------------------------------------------------------------------