Class DataAbsentReasonCodes
Used to specify why the normally expected content of the data element is missing.
Inheritance
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class DataAbsentReasonCodes : object
Fields
| Improve this Doc View SourceAsked
The source human does not know the value.
Declaration
public static readonly Coding Asked
Field Value
Type | Description |
---|---|
Coding |
AsText
The content of the data is represented in the resource narrative.
Declaration
public static readonly Coding AsText
Field Value
Type | Description |
---|---|
Coding |
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 |
LiteralAsked
Literal for code: Asked
Declaration
public const string LiteralAsked = null
Field Value
Type | Description |
---|---|
System. |
LiteralAsText
Literal for code: AsText
Declaration
public const string LiteralAsText = null
Field Value
Type | Description |
---|---|
System. |
LiteralDataAbsentReasonAsked
Literal for code: DataAbsentReasonAsked
Declaration
public const string LiteralDataAbsentReasonAsked = null
Field Value
Type | Description |
---|---|
System. |
LiteralDataAbsentReasonAsText
Literal for code: DataAbsentReasonAsText
Declaration
public const string LiteralDataAbsentReasonAsText = null
Field Value
Type | Description |
---|---|
System. |
LiteralDataAbsentReasonError
Literal for code: DataAbsentReasonError
Declaration
public const string LiteralDataAbsentReasonError = null
Field Value
Type | Description |
---|---|
System. |
LiteralDataAbsentReasonMasked
Literal for code: DataAbsentReasonMasked
Declaration
public const string LiteralDataAbsentReasonMasked = null
Field Value
Type | Description |
---|---|
System. |
LiteralDataAbsentReasonNotANumber
Literal for code: DataAbsentReasonNotANumber
Declaration
public const string LiteralDataAbsentReasonNotANumber = null
Field Value
Type | Description |
---|---|
System. |
LiteralDataAbsentReasonNotAsked
Literal for code: DataAbsentReasonNotAsked
Declaration
public const string LiteralDataAbsentReasonNotAsked = null
Field Value
Type | Description |
---|---|
System. |
LiteralDataAbsentReasonTemp
Literal for code: DataAbsentReasonTemp
Declaration
public const string LiteralDataAbsentReasonTemp = null
Field Value
Type | Description |
---|---|
System. |
LiteralDataAbsentReasonUnknown
Literal for code: DataAbsentReasonUnknown
Declaration
public const string LiteralDataAbsentReasonUnknown = null
Field Value
Type | Description |
---|---|
System. |
LiteralDataAbsentReasonUnsupported
Literal for code: DataAbsentReasonUnsupported
Declaration
public const string LiteralDataAbsentReasonUnsupported = null
Field Value
Type | Description |
---|---|
System. |
LiteralError
Literal for code: Error
Declaration
public const string LiteralError = null
Field Value
Type | Description |
---|---|
System. |
LiteralMasked
Literal for code: Masked
Declaration
public const string LiteralMasked = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotANumber
Literal for code: NotANumber
Declaration
public const string LiteralNotANumber = null
Field Value
Type | Description |
---|---|
System. |
LiteralNotAsked
Literal for code: NotAsked
Declaration
public const string LiteralNotAsked = null
Field Value
Type | Description |
---|---|
System. |
LiteralTemp
Literal for code: Temp
Declaration
public const string LiteralTemp = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnknown
Literal for code: Unknown
Declaration
public const string LiteralUnknown = null
Field Value
Type | Description |
---|---|
System. |
LiteralUnsupported
Literal for code: Unsupported
Declaration
public const string LiteralUnsupported = null
Field Value
Type | Description |
---|---|
System. |
Masked
The information is not available due to security, privacy or related reasons.
Declaration
public static readonly Coding Masked
Field Value
Type | Description |
---|---|
Coding |
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 |
NotAsked
The workflow didn't lead to this value being known.
Declaration
public static readonly Coding NotAsked
Field Value
Type | Description |
---|---|
Coding |
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 |
Unknown
The value is not known.
Declaration
public static readonly Coding Unknown
Field Value
Type | Description |
---|---|
Coding |
Unsupported
The source system wasn't capable of supporting this element.
Declaration
public static readonly Coding Unsupported
Field Value
Type | Description |
---|---|
Coding |
Values
Dictionary for looking up DataAbsentReason Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |