| Package | ca.clicsante.base |
| Resource Type | CodeSystem |
| Id | appointment-state |
| FHIR Version | R4 |
| Source | http://documentation.clicsante.ca/fhir/base/http://documentation.clicsante.ca/fhir/base/1.0.0/CodeSystem-appointment-state.html |
| URL | http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-state |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-03-15T01:44:09+00:00 |
| Name | AppointmentStateCodeSystem |
| Title | Appointment State codes |
| Description | Describes the state (status) of an appointment. |
| Content | complete |
| ValueSet | |
| appointment-state | Appointment State Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem appointment-state
This case-sensitive code system http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-state defines the following codes:
| Code | Display |
| taken | Taken |
| pending | Pending |
| awaiting_confirmation | Awaiting confirmation |
| confirmed | Confirmed |
{
"resourceType": "CodeSystem",
"id": "appointment-state",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-state",
"version": "1.0.0",
"name": "AppointmentStateCodeSystem",
"title": "Appointment State 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 state (status) of an appointment.",
"caseSensitive": true,
"content": "complete",
"count": 4,
"concept": [
{
"code": "taken",
"display": "Taken"
},
{
"code": "pending",
"display": "Pending"
},
{
"code": "awaiting_confirmation",
"display": "Awaiting confirmation"
},
{
"code": "confirmed",
"display": "Confirmed"
}
]
}