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
-
gesetzliche Krankenversicherung
Declaration
Swift
case GKV
-
private Krankenversicherung
Declaration
Swift
case PKV
-
Berufsgenossenschaft
Declaration
Swift
case BG
-
Selbstzahler
Declaration
Swift
case SEL
-
Sozialamt
Declaration
Swift
case SOZ
-
gesetzliche Pflegeversicherung
Declaration
Swift
case GPV
-
private Pflegeversicherung
Declaration
Swift
case PPV
-
Beihilfe
Declaration
Swift
case BEI
-
Declaration
Swift
public init?(rawValue: String?)
-
Declaration
Swift
public var rawValue: String? { get }