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