| Package | ca.clicsante.base |
| Resource Type | CodeSystem |
| Id | appointment-source |
| FHIR Version | R4 |
| Source | http://documentation.clicsante.ca/fhir/base/http://documentation.clicsante.ca/fhir/base/1.0.0/CodeSystem-appointment-source.html |
| URL | http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-source |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-03-15T01:44:09+00:00 |
| Name | AppointmentSourceCodeSystem |
| Title | Appointment Source Codes |
| Description | Describes the platform used to take an appointment. |
| Content | complete |
| ValueSet | |
| appointment-source | Appointment Source Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem appointment-source
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. |
{
"resourceType": "CodeSystem",
"id": "appointment-source",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-source",
"version": "1.0.0",
"name": "AppointmentSourceCodeSystem",
"title": "Appointment Source Codes",
"status": "active",
"experimental": true,
"date": "2025-03-15T01:44:09+00:00",
"publisher": "Clic Santé",
"contact": [
{
"name": "Clic Santé",
"telecom": [
{
"system": "url",
"value": "https://clicsante.ca"
}
]
}
],
"description": "Describes the platform used to take an appointment.",
"caseSensitive": true,
"content": "complete",
"count": 2,
"concept": [
{
"code": "admin",
"display": "Admin",
"definition": "The appointment was taken by a worker of the establishment using the admin application."
},
{
"code": "public",
"display": "Public",
"definition": "The appointment was taken by a citizen using the public portal."
}
]
}