Class FlagStatusCodes
Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or entered in error.
Inheritance
System.Object
FlagStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class FlagStatusCodes : object
Fields
| Improve this Doc View SourceActive
A current flag that should be displayed to a user. A system may use the category to determine which roles should view the flag.
Declaration
public static readonly Coding Active
Field Value
Type | Description |
---|---|
Coding |
EnteredInError
The flag was added in error, and should no longer be displayed.
Declaration
public static readonly Coding EnteredInError
Field Value
Type | Description |
---|---|
Coding |
Inactive
The flag does not need to be displayed any more.
Declaration
public static readonly Coding Inactive
Field Value
Type | Description |
---|---|
Coding |
LiteralActive
Literal for code: Active
Declaration
public const string LiteralActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralFlagStatusActive
Literal for code: FlagStatusActive
Declaration
public const string LiteralFlagStatusActive = null
Field Value
Type | Description |
---|---|
System. |
LiteralFlagStatusEnteredInError
Literal for code: FlagStatusEnteredInError
Declaration
public const string LiteralFlagStatusEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralFlagStatusInactive
Literal for code: FlagStatusInactive
Declaration
public const string LiteralFlagStatusInactive = 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 FlagStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |