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 SourceCurrent
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 |
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 |
LiteralCurrent
Literal for code: Current
Declaration
public const string LiteralCurrent = null
Field Value
Type | Description |
---|---|
System. |
LiteralEnteredInError
Literal for code: EnteredInError
Declaration
public const string LiteralEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralListStatusCurrent
Literal for code: ListStatusCurrent
Declaration
public const string LiteralListStatusCurrent = null
Field Value
Type | Description |
---|---|
System. |
LiteralListStatusEnteredInError
Literal for code: ListStatusEnteredInError
Declaration
public const string LiteralListStatusEnteredInError = null
Field Value
Type | Description |
---|---|
System. |
LiteralListStatusRetired
Literal for code: ListStatusRetired
Declaration
public const string LiteralListStatusRetired = null
Field Value
Type | Description |
---|---|
System. |
LiteralRetired
Literal for code: Retired
Declaration
public const string LiteralRetired = null
Field Value
Type | Description |
---|---|
System. |
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 |
Values
Dictionary for looking up ListStatus Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |