Show / Hide Table of Contents

Class ListStatusCodes

The current state of the list

Inheritance
System.Object
ListStatusCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class ListStatusCodes : object

Fields

| Improve this Doc View Source

Current

The list is considered to be an active part of the patient's record.

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

EnteredInError

The list was never accurate. It is retained for medico-legal purposes only.

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

LiteralCurrent

Literal for code: Current

Declaration
public const string LiteralCurrent = 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

LiteralListStatusCurrent

Literal for code: ListStatusCurrent

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

LiteralListStatusEnteredInError

Literal for code: ListStatusEnteredInError

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

LiteralListStatusRetired

Literal for code: ListStatusRetired

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

LiteralRetired

Literal for code: Retired

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

Retired

The list is "old" and should no longer be considered accurate or relevant.

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

Values

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