Show / Hide Table of Contents

Class AppointmentstatusCodes

The free/busy status of an appointment.

Inheritance
System.Object
AppointmentstatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AppointmentstatusCodes : object

Fields

| Improve this Doc View Source

Arrived

Some of the patients have arrived.

Declaration
public static readonly Coding Arrived
Field Value
Type Description
Coding
| Improve this Doc View Source

Booked

All participant(s) have been considered and the appointment is confirmed to go ahead at the date/times specified.

Declaration
public static readonly Coding Booked
Field Value
Type Description
Coding
| Improve this Doc View Source

Cancelled

The appointment has been cancelled.

Declaration
public static readonly Coding Cancelled
Field Value
Type Description
Coding
| Improve this Doc View Source

Fulfilled

This appointment has completed and may have resulted in an encounter.

Declaration
public static readonly Coding Fulfilled
Field Value
Type Description
Coding
| Improve this Doc View Source

LiteralAppointmentstatusArrived

Literal for code: AppointmentstatusArrived

Declaration
public const string LiteralAppointmentstatusArrived = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAppointmentstatusBooked

Literal for code: AppointmentstatusBooked

Declaration
public const string LiteralAppointmentstatusBooked = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAppointmentstatusCancelled

Literal for code: AppointmentstatusCancelled

Declaration
public const string LiteralAppointmentstatusCancelled = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAppointmentstatusFulfilled

Literal for code: AppointmentstatusFulfilled

Declaration
public const string LiteralAppointmentstatusFulfilled = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAppointmentstatusNoShow

Literal for code: AppointmentstatusNoShow

Declaration
public const string LiteralAppointmentstatusNoShow = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAppointmentstatusPending

Literal for code: AppointmentstatusPending

Declaration
public const string LiteralAppointmentstatusPending = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralAppointmentstatusProposed

Literal for code: AppointmentstatusProposed

Declaration
public const string LiteralAppointmentstatusProposed = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralArrived

Literal for code: Arrived

Declaration
public const string LiteralArrived = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralBooked

Literal for code: Booked

Declaration
public const string LiteralBooked = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralCancelled

Literal for code: Cancelled

Declaration
public const string LiteralCancelled = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralFulfilled

Literal for code: Fulfilled

Declaration
public const string LiteralFulfilled = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralNoShow

Literal for code: NoShow

Declaration
public const string LiteralNoShow = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralPending

Literal for code: Pending

Declaration
public const string LiteralPending = null
Field Value
Type Description
System.String
| Improve this Doc View Source

LiteralProposed

Literal for code: Proposed

Declaration
public const string LiteralProposed = null
Field Value
Type Description
System.String
| Improve this Doc View Source

NoShow

Some or all of the participant(s) have not/did not appear for the appointment (usually the patient).

Declaration
public static readonly Coding NoShow
Field Value
Type Description
Coding
| Improve this Doc View Source

Pending

Some or all of the participant(s) have not finalized their acceptance of the appointment request.

Declaration
public static readonly Coding Pending
Field Value
Type Description
Coding
| Improve this Doc View Source

Proposed

None of the participant(s) have finalized their acceptance of the appointment request, and the start/end time may not be set yet.

Declaration
public static readonly Coding Proposed
Field Value
Type Description
Coding
| Improve this Doc View Source

Values

Dictionary for looking up Appointmentstatus Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX