Show / Hide Table of Contents

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 Source

Level1

Little or no confidence in the asserted identity's accuracy.

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

Level2

Some confidence in the asserted identity's accuracy.

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

Level3

High confidence in the asserted identity's accuracy.

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

Level4

Very high confidence in the asserted identity's accuracy.

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

LiteralIdentityAssuranceLevelLevel1

Literal for code: IdentityAssuranceLevelLevel1

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

LiteralIdentityAssuranceLevelLevel2

Literal for code: IdentityAssuranceLevelLevel2

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

LiteralIdentityAssuranceLevelLevel3

Literal for code: IdentityAssuranceLevelLevel3

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

LiteralIdentityAssuranceLevelLevel4

Literal for code: IdentityAssuranceLevelLevel4

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

LiteralLevel1

Literal for code: Level1

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

LiteralLevel2

Literal for code: Level2

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

LiteralLevel3

Literal for code: Level3

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

LiteralLevel4

Literal for code: Level4

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

Values

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