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. |
LiteralCompleted
Literal for code: Completed
Declaration
public const string LiteralCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralIntended
Literal for code: Intended
Declaration
public const string LiteralIntended = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationStatementStatusActive
Literal for code: MedicationStatementStatusActive
Declaration
public const string LiteralMedicationStatementStatusActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationStatementStatusCompleted
Literal for code: MedicationStatementStatusCompleted
Declaration
public const string LiteralMedicationStatementStatusCompleted = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationStatementStatusEnteredInError
Literal for code: MedicationStatementStatusEnteredInError
Declaration
public const string LiteralMedicationStatementStatusEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralMedicationStatementStatusIntended
Literal for code: MedicationStatementStatusIntended
Declaration
public const string LiteralMedicationStatementStatusIntended = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up MedicationStatementStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |