Class MedicationOrderStatusCodes
A code specifying the state of the prescribing event. Describes the lifecycle of the prescription.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class MedicationOrderStatusCodes : object
Fields
| Improve this Doc View SourceActive
The prescription is 'actionable', but not all actions that are implied by it have occurred yet.
Declaration
public static readonly Coding Active
Field Value
| Type | Description |
|---|---|
| Coding |
Completed
All actions that are implied by the prescription have occurred.
Declaration
public static readonly Coding Completed
Field Value
| Type | Description |
|---|---|
| Coding |
Draft
The prescription is not yet 'actionable', i.e. it is a work in progress, requires sign-off or verification, and needs to be run through decision support process.
Declaration
public static readonly Coding Draft
Field Value
| Type | Description |
|---|---|
| Coding |
EnteredInError
The prescription was entered in error.
Declaration
public static readonly Coding EnteredInError
Field Value
| Type | Description |
|---|---|
| Coding |
LiteralActive
Literal for code: Active
Declaration
public const string LiteralActive = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralDraft
Literal for code: Draft
Declaration
public const string LiteralDraft = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMedicationOrderStatusActive
Literal for code: MedicationOrderStatusActive
Declaration
public const string LiteralMedicationOrderStatusActive = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMedicationOrderStatusCompleted
Literal for code: MedicationOrderStatusCompleted
Declaration
public const string LiteralMedicationOrderStatusCompleted = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMedicationOrderStatusDraft
Literal for code: MedicationOrderStatusDraft
Declaration
public const string LiteralMedicationOrderStatusDraft = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMedicationOrderStatusEnteredInError
Literal for code: MedicationOrderStatusEnteredInError
Declaration
public const string LiteralMedicationOrderStatusEnteredInError = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMedicationOrderStatusOnHold
Literal for code: MedicationOrderStatusOnHold
Declaration
public const string LiteralMedicationOrderStatusOnHold = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMedicationOrderStatusStopped
Literal for code: MedicationOrderStatusStopped
Declaration
public const string LiteralMedicationOrderStatusStopped = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralOnHold
Literal for code: OnHold
Declaration
public const string LiteralOnHold = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralStopped
Literal for code: Stopped
Declaration
public const string LiteralStopped = null
Field Value
| Type | Description |
|---|---|
| System.String |
OnHold
Actions implied by the prescription are to be 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 prescription are to be permanently halted, before all of them occurred.
Declaration
public static readonly Coding Stopped
Field Value
| Type | Description |
|---|---|
| Coding |
Values
Dictionary for looking up MedicationOrderStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
| Type | Description |
|---|---|
| Dictionary<System.String, Coding> |