Class SpecialValuesCodes
A set of generally useful codes defined so they can be included in value sets.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class SpecialValuesCodes : object
Fields
| Improve this Doc View SourceLiteralNilKnown
Literal for code: NilKnown
Declaration
public const string LiteralNilKnown = null
Field Value
Type | Description |
---|---|
System. |
LiteralSpecialValuesNilKnown
Literal for code: SpecialValuesNilKnown
Declaration
public const string LiteralSpecialValuesNilKnown = null
Field Value
Type | Description |
---|---|
System. |
LiteralSpecialValuesSufficientQuantity
Literal for code: SpecialValuesSufficientQuantity
Declaration
public const string LiteralSpecialValuesSufficientQuantity = null
Field Value
Type | Description |
---|---|
System. |
LiteralSpecialValuesTraceAmountDetected
Literal for code: SpecialValuesTraceAmountDetected
Declaration
public const string LiteralSpecialValuesTraceAmountDetected = null
Field Value
Type | Description |
---|---|
System. |
LiteralSpecialValuesVALFalse
Literal for code: SpecialValuesVALFalse
Declaration
public const string LiteralSpecialValuesVALFalse = null
Field Value
Type | Description |
---|---|
System. |
LiteralSpecialValuesVALTrue
Literal for code: SpecialValuesVALTrue
Declaration
public const string LiteralSpecialValuesVALTrue = null
Field Value
Type | Description |
---|---|
System. |
LiteralSpecialValuesValueWithdrawn
Literal for code: SpecialValuesValueWithdrawn
Declaration
public const string LiteralSpecialValuesValueWithdrawn = null
Field Value
Type | Description |
---|---|
System. |
LiteralSufficientQuantity
Literal for code: SufficientQuantity
Declaration
public const string LiteralSufficientQuantity = null
Field Value
Type | Description |
---|---|
System. |
LiteralTraceAmountDetected
Literal for code: TraceAmountDetected
Declaration
public const string LiteralTraceAmountDetected = null
Field Value
Type | Description |
---|---|
System. |
LiteralVALFalse
Literal for code: VALFalse
Declaration
public const string LiteralVALFalse = null
Field Value
Type | Description |
---|---|
System. |
LiteralVALTrue
Literal for code: VALTrue
Declaration
public const string LiteralVALTrue = null
Field Value
Type | Description |
---|---|
System. |
LiteralValueWithdrawn
Literal for code: ValueWithdrawn
Declaration
public const string LiteralValueWithdrawn = null
Field Value
Type | Description |
---|---|
System. |
NilKnown
The are no known applicable values in this context.
Declaration
public static readonly Coding NilKnown
Field Value
Type | Description |
---|---|
Coding |
SufficientQuantity
The specific quantity is not known, but is known to be non-zero and is not specified because it makes up the bulk of the material.
Declaration
public static readonly Coding SufficientQuantity
Field Value
Type | Description |
---|---|
Coding |
TraceAmountDetected
The content is greater than zero, but too small to be quantified.
Declaration
public static readonly Coding TraceAmountDetected
Field Value
Type | Description |
---|---|
Coding |
VALFalse
Boolean false.
Declaration
public static readonly Coding VALFalse
Field Value
Type | Description |
---|---|
Coding |
VALTrue
Boolean true.
Declaration
public static readonly Coding VALTrue
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up SpecialValues Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |
ValueWithdrawn
The value is no longer available.
Declaration
public static readonly Coding ValueWithdrawn
Field Value
Type | Description |
---|---|
Coding |