RetailProvider

public struct RetailProvider : Equatable, Codable

Undocumented

  • The identifier for this Retail Provider.

    Declaration

    Swift

    public let providerId: String
  • The EMR ID for the provider services.

    Declaration

    Swift

    public let emrId: String
  • The national identifier for this Retail Provider.

    Declaration

    Swift

    public let nationalId: String
  • The provider’s first name.

    Declaration

    Swift

    public let firstName: String
  • The provider’s last name.

    Declaration

    Swift

    public let lastName: String
  • The title for provider’s name.

    Declaration

    Swift

    public let title: String?
  • The provider’s medical credential.

    Declaration

    Swift

    public let credential: String?