Class IdentityAssuranceLevelCodes
The level of confidence that this link represents the same actual person, based on NIST Authentication Levels.
Inheritance
System.Object
IdentityAssuranceLevelCodes
Namespace: fhirCsR2.ValueSets
Assembly: fhirCsR2.dll
Syntax
public static class IdentityAssuranceLevelCodes : object
Fields
| Improve this Doc View SourceLevel1
Little or no confidence in the asserted identity's accuracy.
Declaration
public static readonly Coding Level1
Field Value
Type | Description |
---|---|
Coding |
Level2
Some confidence in the asserted identity's accuracy.
Declaration
public static readonly Coding Level2
Field Value
Type | Description |
---|---|
Coding |
Level3
High confidence in the asserted identity's accuracy.
Declaration
public static readonly Coding Level3
Field Value
Type | Description |
---|---|
Coding |
Level4
Very high confidence in the asserted identity's accuracy.
Declaration
public static readonly Coding Level4
Field Value
Type | Description |
---|---|
Coding |
LiteralIdentityAssuranceLevelLevel1
Literal for code: IdentityAssuranceLevelLevel1
Declaration
public const string LiteralIdentityAssuranceLevelLevel1 = null
Field Value
Type | Description |
---|---|
System. |
LiteralIdentityAssuranceLevelLevel2
Literal for code: IdentityAssuranceLevelLevel2
Declaration
public const string LiteralIdentityAssuranceLevelLevel2 = null
Field Value
Type | Description |
---|---|
System. |
LiteralIdentityAssuranceLevelLevel3
Literal for code: IdentityAssuranceLevelLevel3
Declaration
public const string LiteralIdentityAssuranceLevelLevel3 = null
Field Value
Type | Description |
---|---|
System. |
LiteralIdentityAssuranceLevelLevel4
Literal for code: IdentityAssuranceLevelLevel4
Declaration
public const string LiteralIdentityAssuranceLevelLevel4 = null
Field Value
Type | Description |
---|---|
System. |
LiteralLevel1
Literal for code: Level1
Declaration
public const string LiteralLevel1 = null
Field Value
Type | Description |
---|---|
System. |
LiteralLevel2
Literal for code: Level2
Declaration
public const string LiteralLevel2 = null
Field Value
Type | Description |
---|---|
System. |
LiteralLevel3
Literal for code: Level3
Declaration
public const string LiteralLevel3 = null
Field Value
Type | Description |
---|---|
System. |
LiteralLevel4
Literal for code: Level4
Declaration
public const string LiteralLevel4 = null
Field Value
Type | Description |
---|---|
System. |
Values
Dictionary for looking up IdentityAssuranceLevel Codings based on Codes
Declaration
public static Dictionary<string, Coding> Values
Field Value
Type | Description |
---|---|
Dictionary<System. |