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

: Appointment Source Codes - XML Representation

Active as of 2025-03-15

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="appointment-source"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem appointment-source</b></p><a name="appointment-source"> </a><a name="hcappointment-source"> </a><a name="appointment-source-en-US"> </a><p>This case-sensitive code system <code>http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-source</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">admin<a name="appointment-source-admin"> </a></td><td>Admin</td><td>The appointment was taken by a worker of the establishment using the admin application.</td></tr><tr><td style="white-space:nowrap">public<a name="appointment-source-public"> </a></td><td>Public</td><td>The appointment was taken by a citizen using the public portal.</td></tr></table></div>
  </text>
  <url
       value="http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-source"/>
  <version value="1.0.0"/>
  <name value="AppointmentSourceCodeSystem"/>
  <title value="Appointment Source 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 platform used to take an appointment."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="2"/>
  <concept>
    <code value="admin"/>
    <display value="Admin"/>
    <definition
                value="The appointment was taken by a worker of the establishment using the admin application."/>
  </concept>
  <concept>
    <code value="public"/>
    <display value="Public"/>
    <definition
                value="The appointment was taken by a citizen using the public portal."/>
  </concept>
</CodeSystem>