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

FHIR IG Statistics: CodeSystem/appointment-state

Packageca.clicsante.base
Resource TypeCodeSystem
Idappointment-state
FHIR VersionR4
Sourcehttp://documentation.clicsante.ca/fhir/base/http://documentation.clicsante.ca/fhir/base/1.0.0/CodeSystem-appointment-state.html
URLhttp://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-state
Version1.0.0
Statusactive
Date2025-03-15T01:44:09+00:00
NameAppointmentStateCodeSystem
TitleAppointment State codes
DescriptionDescribes the state (status) of an appointment.
Contentcomplete

Resources that use this resource

ValueSet
appointment-stateAppointment State Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem appointment-state

This case-sensitive code system http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-state defines the following codes:

CodeDisplay
taken Taken
pending Pending
awaiting_confirmation Awaiting confirmation
confirmed Confirmed

Source

{
  "resourceType": "CodeSystem",
  "id": "appointment-state",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://documentation.clicsante.ca/fhir/base/CodeSystem/appointment-state",
  "version": "1.0.0",
  "name": "AppointmentStateCodeSystem",
  "title": "Appointment State codes",
  "status": "active",
  "experimental": true,
  "date": "2025-03-15T01:44:09+00:00",
  "publisher": "Clic Santé",
  "contact": [
    {
      "name": "Clic Santé",
      "telecom": [
        {
          "system": "url",
          "value": "https://clicsante.ca"
        }
      ]
    }
  ],
  "description": "Describes the state (status) of an appointment.",
  "caseSensitive": true,
  "content": "complete",
  "count": 4,
  "concept": [
    {
      "code": "taken",
      "display": "Taken"
    },
    {
      "code": "pending",
      "display": "Pending"
    },
    {
      "code": "awaiting_confirmation",
      "display": "Awaiting confirmation"
    },
    {
      "code": "confirmed",
      "display": "Confirmed"
    }
  ]
}