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 |
<CodeSystem xmlns="http://hl7.org/fhir">
<id value="appointment-state"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem appointment-state</b></p><a name="appointment-state"> </a><a name="hcappointment-state"> </a><a name="appointment-state-en-US"> </a><p>This case-sensitive code system <code>http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-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">taken<a name="appointment-state-taken"> </a></td><td>Taken</td></tr><tr><td style="white-space:nowrap">pending<a name="appointment-state-pending"> </a></td><td>Pending</td></tr><tr><td style="white-space:nowrap">awaiting_confirmation<a name="appointment-state-awaiting_confirmation"> </a></td><td>Awaiting confirmation</td></tr><tr><td style="white-space:nowrap">confirmed<a name="appointment-state-confirmed"> </a></td><td>Confirmed</td></tr></table></div>
</text>
<url
value="http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-state"/>
<version value="1.0.0"/>
<name value="AppointmentStateCodeSystem"/>
<title value="Appointment State codes"/>
<status value="active"/>
<experimental value="true"/>
<date value="2025-03-15T01:45:42+00:00"/>
<publisher value="Clic Santé"/>
<contact>
<name value="Clic Santé"/>
<telecom>
<system value="url"/>
<value value="https://clicsante.ca"/>
</telecom>
</contact>
<description value="Describes the state (status) of an appointment."/>
<caseSensitive value="true"/>
<content value="complete"/>
<count value="4"/>
<concept>
<code value="taken"/>
<display value="Taken"/>
</concept>
<concept>
<code value="pending"/>
<display value="Pending"/>
</concept>
<concept>
<code value="awaiting_confirmation"/>
<display value="Awaiting confirmation"/>
</concept>
<concept>
<code value="confirmed"/>
<display value="Confirmed"/>
</concept>
</CodeSystem>