Class MedicationDispenseStatusCodes
A code specifying the state of the dispense event.
Describes the lifecycle of the dispense.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class MedicationDispenseStatusCodes : object
Fields
| Improve this Doc View SourceCompleted
All actions that are implied by the dispense have occurred.
Declaration
public static readonly Coding Completed
Field Value
Type | Description |
---|---|
Coding |
EnteredInError
The dispense was entered in error and therefore nullified.
Declaration
public static readonly Coding EnteredInError
Field Value
Type | Description |
---|---|
Coding |
InProgress
The dispense has started but has not yet completed.
Declaration
public static readonly Coding InProgress
Field Value
Type | Description |
---|---|
Coding |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralInProgress
Literal for code: InProgress
Declaration
public const string LiteralInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationDispenseStatusCompleted
Literal for code: MedicationDispenseStatusCompleted
Declaration
public const string LiteralMedicationDispenseStatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationDispenseStatusEnteredInError
Literal for code: MedicationDispenseStatusEnteredInError
Declaration
public const string LiteralMedicationDispenseStatusEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationDispenseStatusInProgress
Literal for code: MedicationDispenseStatusInProgress
Declaration
public const string LiteralMedicationDispenseStatusInProgress = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationDispenseStatusOnHold
Literal for code: MedicationDispenseStatusOnHold
Declaration
public const string LiteralMedicationDispenseStatusOnHold = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationDispenseStatusStopped
Literal for code: MedicationDispenseStatusStopped
Declaration
public const string LiteralMedicationDispenseStatusStopped = null
Field Value
Type | Description |
---|---|
System. |
LiteralOnHold
Literal for code: OnHold
Declaration
public const string LiteralOnHold = null
Field Value
Type | Description |
---|---|
System. |
LiteralStopped
Literal for code: Stopped
Declaration
public const string LiteralStopped = null
Field Value
Type | Description |
---|---|
System. |
OnHold
Actions implied by the administration have been temporarily halted, but are expected to continue later. May also be called "suspended"
Declaration
public static readonly Coding OnHold
Field Value
Type | Description |
---|---|
Coding |
Stopped
Actions implied by the dispense have been permanently halted, before all of them occurred.
Declaration
public static readonly Coding Stopped
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up MedicationDispenseStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |