This page is part of the Argonaut Scheduling Implementation Guide (v1.0.0: Release) based on FHIR R3. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
JSON Format: CodeSystem-appt-type
Raw json
{ "resourceType" : "CodeSystem", "id" : "appt-type", "text" : { "status" : "generated", "div" : "<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>" }, "url" : "http://fhir.org/guides/argonaut-scheduling/CodeSystem/appt-type", "version" : "1.0.0", "name" : "Argonaut_Appointment_Type_Codes", "title" : "Argonaut Appointment Type Codes", "status" : "active", "experimental" : false, "date" : "2017-07-16T02:46:45+10:00", "description" : "The style of appointment or patient for appointment booking (not service type).", "jurisdiction" : [ { "coding" : [ { "system" : "urn:iso:std:iso:3166", "code" : "US", "display" : "United States of America" } ] } ], "caseSensitive" : true, "valueSet" : "http://fhir.org/guides/argonaut-scheduling/ValueSet/appt-type", "content" : "complete", "concept" : [ { "code" : "new-patient", "display" : "New Patient", "definition" : "An appointment for a patient who is new to the provider" }, { "code" : "post-op", "display" : "Post-Op", "definition" : "An appointment to follow up on an operative procedure" }, { "code" : "pre-op", "display" : "Pre-Op", "definition" : "An appointment to prepare for an operative procedure" }, { "code" : "same-day", "display" : "Same Day", "definition" : "An appoinment to be seen by a provider the same day" }, { "code" : "urgent", "display" : "Urgent", "definition" : "An appointment for an urgent problem or condition" } ] }