Clic Santé
1.0.0 - trial-use
This page is part of the Interoperability of Clic Santé (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2025-03-15 |
{
"resourceType" : "CodeSystem",
"id" : "appointment-follow-up-state",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem appointment-follow-up-state</b></p><a name=\"appointment-follow-up-state\"> </a><a name=\"hcappointment-follow-up-state\"> </a><a name=\"appointment-follow-up-state-en-US\"> </a><p>This case-sensitive code system <code>http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-follow-up-state</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">reached<a name=\"appointment-follow-up-state-reached\"> </a></td><td>Reached</td></tr><tr><td style=\"white-space:nowrap\">not_reached<a name=\"appointment-follow-up-state-not_reached\"> </a></td><td>Not Reached</td></tr><tr><td style=\"white-space:nowrap\">no_action_taken<a name=\"appointment-follow-up-state-no_action_taken\"> </a></td><td>No Action Taken</td></tr></table></div>"
},
"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:45:42+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"
}
]
}