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" : "client-state",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem client-state</b></p><a name=\"client-state\"> </a><a name=\"hcclient-state\"> </a><a name=\"client-state-en-US\"> </a><p>This case-sensitive code system <code>http://documentation.clicsante.ca/fhir/base/CodeSystem/client-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\">absent<a name=\"client-state-absent\"> </a></td><td>Absent</td></tr><tr><td style=\"white-space:nowrap\">cancelled-admin<a name=\"client-state-cancelled-admin\"> </a></td><td>Cancelled (admin)</td></tr><tr><td style=\"white-space:nowrap\">cancelled-public<a name=\"client-state-cancelled-public\"> </a></td><td>Cancelled (public)</td></tr><tr><td style=\"white-space:nowrap\">not-eligible<a name=\"client-state-not-eligible\"> </a></td><td>Not eligible</td></tr><tr><td style=\"white-space:nowrap\">present<a name=\"client-state-present\"> </a></td><td>Present</td></tr><tr><td style=\"white-space:nowrap\">sample-received<a name=\"client-state-sample-received\"> </a></td><td>Sample received</td></tr><tr><td style=\"white-space:nowrap\">undefined<a name=\"client-state-undefined\"> </a></td><td>Undefined</td></tr></table></div>"
},
"url" : "http://documentation.clicsante.ca/fhir/base/CodeSystem/client-state",
"version" : "1.0.0",
"name" : "ClientStateCodeSystem",
"title" : "Client 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 client state (status) of a patient participation on an appointment.",
"caseSensitive" : true,
"content" : "complete",
"count" : 7,
"concept" : [
{
"code" : "absent",
"display" : "Absent"
},
{
"code" : "cancelled-admin",
"display" : "Cancelled (admin)"
},
{
"code" : "cancelled-public",
"display" : "Cancelled (public)"
},
{
"code" : "not-eligible",
"display" : "Not eligible"
},
{
"code" : "present",
"display" : "Present"
},
{
"code" : "sample-received",
"display" : "Sample received"
},
{
"code" : "undefined",
"display" : "Undefined"
}
]
}