FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/appt-type

Packagefhir.argonaut.scheduling
TypeCodeSystem
Idappt-type
FHIR VersionR3
Sourcehttp://fhir.org/guides/argonaut/scheduling/https://simplifier.net/resolve?scope=fhir.argonaut.scheduling@1.0.0&canonical=http://fhir.org/guides/argonaut-scheduling/CodeSystem/appt-type
URLhttp://fhir.org/guides/argonaut-scheduling/CodeSystem/appt-type
Version1.0.0
Statusactive
Date2017-07-16T02:46:45+10:00
NameArgonaut_Appointment_Type_Codes
TitleArgonaut Appointment Type Codes
Realmus
Authorityhl7
DescriptionThe style of appointment or patient for appointment booking (not service type).
Contentcomplete

Resources that use this resource

ValueSet
appt-typeArgonaut Appointment Types

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Argonaut Appointment Type Codes

The style of appointment or patient for appointment booking (not service type).

This code system http://fhir.org/guides/argonaut-scheduling/CodeSystem/appt-type defines the following codes:

CodeDisplayDefinition
new-patient New PatientAn appointment for a patient who is new to the provider
post-op Post-OpAn appointment to follow up on an operative procedure
pre-op Pre-OpAn appointment to prepare for an operative procedure
same-day Same DayAn appoinment to be seen by a provider the same day
urgent UrgentAn appointment for an urgent problem or condition

Source

{
  "resourceType": "CodeSystem",
  "id": "appt-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ]
}