Class MedicationStatementStatusCodes
A set of codes indicating the current status of a MedicationStatement.
Inheritance
System.Object
MedicationStatementStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class MedicationStatementStatusCodes : object
Fields
| Improve this Doc View SourceActive
The medication is still being taken.
Declaration
public static readonly Coding Active
Field Value
| Type | Description |
|---|---|
| Coding |
Completed
The medication is no longer being taken.
Declaration
public static readonly Coding Completed
Field Value
| Type | Description |
|---|---|
| Coding |
EnteredInError
The statement was entered in error.
Declaration
public static readonly Coding EnteredInError
Field Value
| Type | Description |
|---|---|
| Coding |
Intended
The medication may be taken at some time in the future.
Declaration
public static readonly Coding Intended
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 |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralIntended
Literal for code: Intended
Declaration
public const string LiteralIntended = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMedicationStatementStatusActive
Literal for code: MedicationStatementStatusActive
Declaration
public const string LiteralMedicationStatementStatusActive = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMedicationStatementStatusCompleted
Literal for code: MedicationStatementStatusCompleted
Declaration
public const string LiteralMedicationStatementStatusCompleted = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMedicationStatementStatusEnteredInError
Literal for code: MedicationStatementStatusEnteredInError
Declaration
public const string LiteralMedicationStatementStatusEnteredInError = null
Field Value
| Type | Description |
|---|---|
| System.String |
LiteralMedicationStatementStatusIntended
Literal for code: MedicationStatementStatusIntended
Declaration
public const string LiteralMedicationStatementStatusIntended = null
Field Value
| Type | Description |
|---|---|
| System.String |
Values
Dictionary for looking up MedicationStatementStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
| Type | Description |
|---|---|
| Dictionary<System.String, Coding> |