Show / Hide Table of Contents

Class SpecialValuesCodes

A set of generally useful codes defined so they can be included in value sets.

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

Fields

| Improve this Doc View Source

LiteralNilKnown

Literal for code: NilKnown

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

LiteralSpecialValuesNilKnown

Literal for code: SpecialValuesNilKnown

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

LiteralSpecialValuesSufficientQuantity

Literal for code: SpecialValuesSufficientQuantity

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

LiteralSpecialValuesTraceAmountDetected

Literal for code: SpecialValuesTraceAmountDetected

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

LiteralSpecialValuesVALFalse

Literal for code: SpecialValuesVALFalse

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

LiteralSpecialValuesVALTrue

Literal for code: SpecialValuesVALTrue

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

LiteralSpecialValuesValueWithdrawn

Literal for code: SpecialValuesValueWithdrawn

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

LiteralSufficientQuantity

Literal for code: SufficientQuantity

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

LiteralTraceAmountDetected

Literal for code: TraceAmountDetected

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

LiteralVALFalse

Literal for code: VALFalse

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

LiteralVALTrue

Literal for code: VALTrue

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

LiteralValueWithdrawn

Literal for code: ValueWithdrawn

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

NilKnown

The are no known applicable values in this context.

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

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

TraceAmountDetected

The content is greater than zero, but too small to be quantified.

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

VALFalse

Boolean false.

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

VALTrue

Boolean true.

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

Values

Dictionary for looking up SpecialValues Codings based on Codes

Declaration
public static Dictionary<string, Coding> Values
Field Value
Type Description
Dictionary<System.String, Coding>
| Improve this Doc View Source

ValueWithdrawn

The value is no longer available.

Declaration
public static readonly Coding ValueWithdrawn
Field Value
Type Description
Coding
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX