Show / Hide Table of Contents

Class MedicationOrderStatusCodes

A code specifying the state of the prescribing event. Describes the lifecycle of the prescription.

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

Fields

| Improve this Doc View Source

Active

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

Completed

All actions that are implied by the prescription have occurred.

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

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

EnteredInError

The prescription was entered in error.

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

LiteralActive

Literal for code: Active

Declaration
public const string LiteralActive = null
Field Value
Type Description
System.String
| 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

LiteralDraft

Literal for code: Draft

Declaration
public const string LiteralDraft = 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

LiteralMedicationOrderStatusActive

Literal for code: MedicationOrderStatusActive

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

LiteralMedicationOrderStatusCompleted

Literal for code: MedicationOrderStatusCompleted

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

LiteralMedicationOrderStatusDraft

Literal for code: MedicationOrderStatusDraft

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

LiteralMedicationOrderStatusEnteredInError

Literal for code: MedicationOrderStatusEnteredInError

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

LiteralMedicationOrderStatusOnHold

Literal for code: MedicationOrderStatusOnHold

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

LiteralMedicationOrderStatusStopped

Literal for code: MedicationOrderStatusStopped

Declaration
public const string LiteralMedicationOrderStatusStopped = 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 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
| Improve this Doc View Source

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

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX