XealthIG
v1.44.0 - release

XealthIG - Local Development build (vv1.44.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Xealth Appointment Status Value Set - JSON Representation

Active as of 2026-04-14

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "xealth-appointment-status-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet xealth-appointment-status-vs</b></p><a name=\"xealth-appointment-status-vs\"> </a><a name=\"hcxealth-appointment-status-vs\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html\"><code>http://hl7.org/fhir/appointmentstatus</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-booked\">booked</a></td><td>Booked</td><td>All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-arrived\">arrived</a></td><td>Arrived</td><td>The patient/patients has/have arrived and is/are waiting to be seen.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-cancelled\">cancelled</a></td><td>Cancelled</td><td>The appointment has been cancelled.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-noshow\">noshow</a></td><td>No Show</td><td>Some or all of the participant(s) have not/did not appear for the appointment (usually the patient).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-appointmentstatus.html#appointmentstatus-fulfilled\">fulfilled</a></td><td>Fulfilled</td><td>The planning stages of the appointment are now complete, the encounter resource will exist and will track further status changes. Note that an encounter may exist before the appointment status is fulfilled for many reasons.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.xealth.io/ValueSet/xealth-appointment-status-vs",
  "version" : "v1.44.0",
  "name" : "XealthAppointmentStatusVS",
  "title" : "Xealth Appointment Status Value Set",
  "status" : "active",
  "date" : "2026-04-14T22:30:25+00:00",
  "publisher" : "Xealth",
  "contact" : [
    {
      "name" : "Xealth",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.xealth.io"
        },
        {
          "system" : "email",
          "value" : "support@xealth.io"
        }
      ]
    }
  ],
  "description" : "The statuses that Xealth accepts for an Appointment Status.",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/appointmentstatus",
        "concept" : [
          {
            "code" : "booked",
            "display" : "Booked"
          },
          {
            "code" : "arrived",
            "display" : "Arrived"
          },
          {
            "code" : "cancelled",
            "display" : "Cancelled"
          },
          {
            "code" : "noshow",
            "display" : "No Show"
          },
          {
            "code" : "fulfilled",
            "display" : "Fulfilled"
          }
        ]
      }
    ]
  }
}