Show / Hide Table of Contents

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 Source

Active

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

EnteredInError

The flag was added in error, and should no longer be displayed.

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

Inactive

The flag does not need to be displayed any more.

Declaration
public static readonly Coding Inactive
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

LiteralEnteredInError

Literal for code: EnteredInError

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

LiteralFlagStatusActive

Literal for code: FlagStatusActive

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

LiteralFlagStatusEnteredInError

Literal for code: FlagStatusEnteredInError

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

LiteralFlagStatusInactive

Literal for code: FlagStatusInactive

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

LiteralInactive

Literal for code: Inactive

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

Values

Dictionary for looking up FlagStatus 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