CoverageType

public enum CoverageType : String, Codable, Equatable, Hashable, Sendable

https://simplifier.net/packages/de.basisprofil.r4/1.5.0/files/2461199/

  • Declaration

    Swift

    public enum CodingKeysV2
  • GKV

    gesetzliche Krankenversicherung

    Declaration

    Swift

    case GKV
  • PKV

    private Krankenversicherung

    Declaration

    Swift

    case PKV
  • BG

    Berufsgenossenschaft

    Declaration

    Swift

    case BG
  • SEL

    Selbstzahler

    Declaration

    Swift

    case SEL
  • SOZ

    Sozialamt

    Declaration

    Swift

    case SOZ
  • GPV

    gesetzliche Pflegeversicherung

    Declaration

    Swift

    case GPV
  • PPV

    private Pflegeversicherung

    Declaration

    Swift

    case PPV
  • BEI

    Beihilfe

    Declaration

    Swift

    case BEI
  • Declaration

    Swift

    public init?(rawValue: String?)
  • Declaration

    Swift

    public var rawValue: String? { get }