0.1.0 - ci-build

PatientScheduling - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Appointment Booking Outcome - JSON Representation

Active as of 2025-12-23

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "appointment-booking-outcome",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem appointment-booking-outcome</b></p><a name=\"appointment-booking-outcome\"> </a><a name=\"hcappointment-booking-outcome\"> </a><p>This  code system <code>http://example.org/CodeSystem/appointment-booking-outcome</code> 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\">booked<a name=\"appointment-booking-outcome-booked\"> </a></td><td>Booked</td><td>Booking completed successfully.</td></tr><tr><td style=\"white-space:nowrap\">cancelled<a name=\"appointment-booking-outcome-cancelled\"> </a></td><td>Cancelled</td><td>Booking flow was cancelled by the user or coordinator.</td></tr><tr><td style=\"white-space:nowrap\">entered-in-error<a name=\"appointment-booking-outcome-entered-in-error\"> </a></td><td>Entered in error</td><td>Booking was created but later invalidated.</td></tr><tr><td style=\"white-space:nowrap\">failed<a name=\"appointment-booking-outcome-failed\"> </a></td><td>Failed</td><td>Booking did not complete and no appointment was created.</td></tr></table></div>"
  },
  "url" : "http://example.org/CodeSystem/appointment-booking-outcome",
  "version" : "0.1.0",
  "name" : "AppointmentBookingOutcomeCS",
  "title" : "Appointment Booking Outcome",
  "status" : "active",
  "date" : "2025-12-23T23:36:59+00:00",
  "publisher" : "haau3",
  "contact" : [
    {
      "name" : "haau3",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://haau3.com"
        }
      ]
    }
  ],
  "description" : "Business outcome of an appointment booking attempt.",
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "booked",
      "display" : "Booked",
      "definition" : "Booking completed successfully."
    },
    {
      "code" : "cancelled",
      "display" : "Cancelled",
      "definition" : "Booking flow was cancelled by the user or coordinator."
    },
    {
      "code" : "entered-in-error",
      "display" : "Entered in error",
      "definition" : "Booking was created but later invalidated."
    },
    {
      "code" : "failed",
      "display" : "Failed",
      "definition" : "Booking did not complete and no appointment was created."
    }
  ]
}