Show / Hide Table of Contents

Class DataAbsentReasonCodes

Used to specify why the normally expected content of the data element is missing.

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

Fields

| Improve this Doc View Source

Asked

The source human does not know the value.

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

AsText

The content of the data is represented in the resource narrative.

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

Error

Some system or workflow process error means that the information is not available.

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

LiteralAsked

Literal for code: Asked

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

LiteralAsText

Literal for code: AsText

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

LiteralDataAbsentReasonAsked

Literal for code: DataAbsentReasonAsked

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

LiteralDataAbsentReasonAsText

Literal for code: DataAbsentReasonAsText

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

LiteralDataAbsentReasonError

Literal for code: DataAbsentReasonError

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

LiteralDataAbsentReasonMasked

Literal for code: DataAbsentReasonMasked

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

LiteralDataAbsentReasonNotANumber

Literal for code: DataAbsentReasonNotANumber

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

LiteralDataAbsentReasonNotAsked

Literal for code: DataAbsentReasonNotAsked

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

LiteralDataAbsentReasonTemp

Literal for code: DataAbsentReasonTemp

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

LiteralDataAbsentReasonUnknown

Literal for code: DataAbsentReasonUnknown

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

LiteralDataAbsentReasonUnsupported

Literal for code: DataAbsentReasonUnsupported

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

LiteralError

Literal for code: Error

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

LiteralMasked

Literal for code: Masked

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

LiteralNotANumber

Literal for code: NotANumber

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

LiteralNotAsked

Literal for code: NotAsked

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

LiteralTemp

Literal for code: Temp

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

LiteralUnknown

Literal for code: Unknown

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

LiteralUnsupported

Literal for code: Unsupported

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

Masked

The information is not available due to security, privacy or related reasons.

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

NotANumber

NaN, standing for not a number, is a numeric data type value representing an undefined or unrepresentable value.

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

NotAsked

The workflow didn't lead to this value being known.

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

Temp

There is reason to expect (from the workflow) that the value may become known.

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

Unknown

The value is not known.

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

Unsupported

The source system wasn't capable of supporting this element.

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

Values

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