Class AppointmentstatusCodes
The free/busy status of an appointment.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AppointmentstatusCodes : object
Fields
| Improve this Doc View SourceArrived
Some of the patients have arrived.
Declaration
public static readonly Coding Arrived
Field Value
Type | Description |
---|---|
Coding |
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 |
Cancelled
The appointment has been cancelled.
Declaration
public static readonly Coding Cancelled
Field Value
Type | Description |
---|---|
Coding |
Fulfilled
This appointment has completed and may have resulted in an encounter.
Declaration
public static readonly Coding Fulfilled
Field Value
Type | Description |
---|---|
Coding |
LiteralAppointmentstatusArrived
Literal for code: AppointmentstatusArrived
Declaration
public const string LiteralAppointmentstatusArrived = null
Field Value
Type | Description |
---|---|
System. |
LiteralAppointmentstatusBooked
Literal for code: AppointmentstatusBooked
Declaration
public const string LiteralAppointmentstatusBooked = null
Field Value
Type | Description |
---|---|
System. |
LiteralAppointmentstatusCancelled
Literal for code: AppointmentstatusCancelled
Declaration
public const string LiteralAppointmentstatusCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralAppointmentstatusFulfilled
Literal for code: AppointmentstatusFulfilled
Declaration
public const string LiteralAppointmentstatusFulfilled = null
Field Value
Type | Description |
---|---|
System. |
LiteralAppointmentstatusNoShow
Literal for code: AppointmentstatusNoShow
Declaration
public const string LiteralAppointmentstatusNoShow = null
Field Value
Type | Description |
---|---|
System. |
LiteralAppointmentstatusPending
Literal for code: AppointmentstatusPending
Declaration
public const string LiteralAppointmentstatusPending = null
Field Value
Type | Description |
---|---|
System. |
LiteralAppointmentstatusProposed
Literal for code: AppointmentstatusProposed
Declaration
public const string LiteralAppointmentstatusProposed = null
Field Value
Type | Description |
---|---|
System. |
LiteralArrived
Literal for code: Arrived
Declaration
public const string LiteralArrived = null
Field Value
Type | Description |
---|---|
System. |
LiteralBooked
Literal for code: Booked
Declaration
public const string LiteralBooked = null
Field Value
Type | Description |
---|---|
System. |
LiteralCancelled
Literal for code: Cancelled
Declaration
public const string LiteralCancelled = null
Field Value
Type | Description |
---|---|
System. |
LiteralFulfilled
Literal for code: Fulfilled
Declaration
public const string LiteralFulfilled = null
Field Value
Type | Description |
---|---|
System. |
LiteralNoShow
Literal for code: NoShow
Declaration
public const string LiteralNoShow = null
Field Value
Type | Description |
---|---|
System. |
LiteralPending
Literal for code: Pending
Declaration
public const string LiteralPending = null
Field Value
Type | Description |
---|---|
System. |
LiteralProposed
Literal for code: Proposed
Declaration
public const string LiteralProposed = null
Field Value
Type | Description |
---|---|
System. |
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 |
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 |
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 |
Values
Dictionary for looking up Appointmentstatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |