:py:mod:`spark_auto_mapper_fhir.value_sets.appointment_status` ============================================================== .. py:module:: spark_auto_mapper_fhir.value_sets.appointment_status Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: spark_auto_mapper_fhir.value_sets.appointment_status.AppointmentStatusCode spark_auto_mapper_fhir.value_sets.appointment_status.AppointmentStatusCodeValues .. py:class:: AppointmentStatusCode(value) Bases: :py:obj:`spark_auto_mapper_fhir.value_sets.generic_type.GenericTypeCode` AppointmentStatus From: http://hl7.org/fhir/appointmentstatus in valuesets.xml The free/busy status of an appointment. .. py:attribute:: codeset :annotation: :spark_auto_mapper_fhir.fhir_types.uri.FhirUri = http://hl7.org/fhir/appointmentstatus .. py:class:: AppointmentStatusCodeValues None of the participant(s) have finalized their acceptance of the appointment request, and the start/end time might not be set yet. From: http://hl7.org/fhir/appointmentstatus in valuesets.xml .. py:attribute:: Proposed Some or all of the participant(s) have not finalized their acceptance of the appointment request. From: http://hl7.org/fhir/appointmentstatus in valuesets.xml .. py:attribute:: Pending All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified. From: http://hl7.org/fhir/appointmentstatus in valuesets.xml .. py:attribute:: Booked The patient/patients has/have arrived and is/are waiting to be seen. From: http://hl7.org/fhir/appointmentstatus in valuesets.xml .. py:attribute:: Arrived 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. From: http://hl7.org/fhir/appointmentstatus in valuesets.xml .. py:attribute:: Fulfilled The appointment has been cancelled. From: http://hl7.org/fhir/appointmentstatus in valuesets.xml .. py:attribute:: Cancelled Some or all of the participant(s) have not/did not appear for the appointment (usually the patient). From: http://hl7.org/fhir/appointmentstatus in valuesets.xml .. py:attribute:: NoShow This instance should not have been part of this patient's medical record. From: http://hl7.org/fhir/appointmentstatus in valuesets.xml .. py:attribute:: EnteredInError When checked in, all pre-encounter administrative work is complete, and the encounter may begin. (where multiple patients are involved, they are all present). From: http://hl7.org/fhir/appointmentstatus in valuesets.xml .. py:attribute:: CheckedIn The appointment has been placed on a waitlist, to be scheduled/confirmed in the future when a slot/service is available. A specific time might or might not be pre-allocated. From: http://hl7.org/fhir/appointmentstatus in valuesets.xml .. py:attribute:: Waitlisted