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. |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralDraft
Literal for code: Draft
Declaration
public const string LiteralDraft = null
Field Value
Type | Description |
---|---|
System. |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationOrderStatusActive
Literal for code: MedicationOrderStatusActive
Declaration
public const string LiteralMedicationOrderStatusActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationOrderStatusCompleted
Literal for code: MedicationOrderStatusCompleted
Declaration
public const string LiteralMedicationOrderStatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationOrderStatusDraft
Literal for code: MedicationOrderStatusDraft
Declaration
public const string LiteralMedicationOrderStatusDraft = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationOrderStatusEnteredInError
Literal for code: MedicationOrderStatusEnteredInError
Declaration
public const string LiteralMedicationOrderStatusEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationOrderStatusOnHold
Literal for code: MedicationOrderStatusOnHold
Declaration
public const string LiteralMedicationOrderStatusOnHold = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationOrderStatusStopped
Literal for code: MedicationOrderStatusStopped
Declaration
public const string LiteralMedicationOrderStatusStopped = 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 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. |