Argo-Scheduling Implementation Guide CI Build

XML Format: CodeSystem-appt-type

Raw xml


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="appt-type"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h2>Argonaut Appointment Type Codes</h2><div><p>The style of appointment or patient for appointment booking (not service type).</p>
</div><p>This code system http://fhir.org/guides/argonaut-scheduling/CodeSystem/appt-type 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">new-patient<a name="appt-type-new-patient"> </a></td><td>New Patient</td><td>An appointment for a patient who is new to the provider</td></tr><tr><td style="white-space:nowrap">post-op<a name="appt-type-post-op"> </a></td><td>Post-Op</td><td>An appointment to follow up on an operative procedure</td></tr><tr><td style="white-space:nowrap">pre-op<a name="appt-type-pre-op"> </a></td><td>Pre-Op</td><td>An appointment to prepare for an operative procedure</td></tr><tr><td style="white-space:nowrap">same-day<a name="appt-type-same-day"> </a></td><td>Same Day</td><td>An appoinment to be seen by a provider the same day</td></tr><tr><td style="white-space:nowrap">urgent<a name="appt-type-urgent"> </a></td><td>Urgent</td><td>An appointment for an urgent problem or condition</td></tr></table></div>
  </text>
  <url value="http://fhir.org/guides/argonaut-scheduling/CodeSystem/appt-type"/>
  <version value="1.0.1"/>
  <name value="Argonaut_Appointment_Type_Codes"/>
  <title value="Argonaut Appointment Type Codes"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2017-07-15T09:46:45-07:00"/>
  <description
               value="The style of appointment or patient for appointment booking (not service type)."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet
            value="http://fhir.org/guides/argonaut-scheduling/ValueSet/appt-type"/>
  <content value="complete"/>
  <concept>
    <code value="new-patient"/>
    <display value="New Patient"/>
    <definition value="An appointment for a patient who is new to the provider"/>
  </concept>
  <concept>
    <code value="post-op"/>
    <display value="Post-Op"/>
    <definition value="An appointment to follow up on an operative procedure"/>
  </concept>
  <concept>
    <code value="pre-op"/>
    <display value="Pre-Op"/>
    <definition value="An appointment to prepare for an operative procedure"/>
  </concept>
  <concept>
    <code value="same-day"/>
    <display value="Same Day"/>
    <definition value="An appoinment to be seen by a provider the same day"/>
  </concept>
  <concept>
    <code value="urgent"/>
    <display value="Urgent"/>
    <definition value="An appointment for an urgent problem or condition"/>
  </concept>
</CodeSystem>