Show / Hide Table of Contents

Class MedicationDispenseStatusCodes

A code specifying the state of the dispense event.

Describes the lifecycle of the dispense.

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

Fields

| Improve this Doc View Source

Completed

All actions that are implied by the dispense have occurred.

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

EnteredInError

The dispense was entered in error and therefore nullified.

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

InProgress

The dispense has started but has not yet completed.

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

LiteralCompleted

Literal for code: Completed

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

LiteralEnteredInError

Literal for code: EnteredInError

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

LiteralInProgress

Literal for code: InProgress

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

LiteralMedicationDispenseStatusCompleted

Literal for code: MedicationDispenseStatusCompleted

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

LiteralMedicationDispenseStatusEnteredInError

Literal for code: MedicationDispenseStatusEnteredInError

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

LiteralMedicationDispenseStatusInProgress

Literal for code: MedicationDispenseStatusInProgress

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

LiteralMedicationDispenseStatusOnHold

Literal for code: MedicationDispenseStatusOnHold

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

LiteralMedicationDispenseStatusStopped

Literal for code: MedicationDispenseStatusStopped

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

LiteralOnHold

Literal for code: OnHold

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

LiteralStopped

Literal for code: Stopped

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

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
| Improve this Doc View Source

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
| Improve this Doc View Source

Values

Dictionary for looking up MedicationDispenseStatus 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