IdentityAssuranceLevel

public enum IdentityAssuranceLevel: String

The level of confidence that this link represents the same actual person, based on NIST Authentication Levels.

URL: http://hl7.org/fhir/identity-assuranceLevel ValueSet: http://hl7.org/fhir/ValueSet/identity-assuranceLevel

  • Little or no confidence in the asserted identity’s accuracy.

    Declaration

    Swift

    case level1 = "level1"
  • Some confidence in the asserted identity’s accuracy.

    Declaration

    Swift

    case level2 = "level2"
  • High confidence in the asserted identity’s accuracy.

    Declaration

    Swift

    case level3 = "level3"
  • Very high confidence in the asserted identity’s accuracy.

    Declaration

    Swift

    case level4 = "level4"