Class AccountStatusCodes
Indicates whether the account is available to be used.
Inheritance
System.Object
AccountStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class AccountStatusCodes : object
Fields
| Improve this Doc View SourceActive
This account is active and may be used.
Declaration
public static readonly Coding Active
Field Value
Type | Description |
---|---|
Coding |
Inactive
This account is inactive and should not be used to track financial information.
Declaration
public static readonly Coding Inactive
Field Value
Type | Description |
---|---|
Coding |
LiteralAccountStatusActive
Literal for code: AccountStatusActive
Declaration
public const string LiteralAccountStatusActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralAccountStatusInactive
Literal for code: AccountStatusInactive
Declaration
public const string LiteralAccountStatusInactive = null
Field Value
Type | Description |
---|---|
System. |
LiteralActive
Literal for code: Active
Declaration
public const string LiteralActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralInactive
Literal for code: Inactive
Declaration
public const string LiteralInactive = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up AccountStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |