Coverage
open class Coverage: DomainResource
Insurance or medical plan or a payment agreement.
Financial instrument which may be used to reimburse or pay for health care products and services.
-
Insurance or medical plan or a payment agreement.
Financial instrument which may be used to reimburse or pay for health care products and services.
Declaration
Swift
override open class var resourceType: String
-
Plan Beneficiary.
Declaration
Swift
public var beneficiary: Reference?
-
Contract details.
Declaration
Swift
public var contract: [Reference]?
-
Dependent number.
Declaration
Swift
public var dependent: FHIRString?
-
Additional coverage classifications.
Declaration
Swift
public var grouping: CoverageGrouping?
-
The primary coverage ID.
Declaration
Swift
public var identifier: [Identifier]?
-
Insurer network.
Declaration
Swift
public var network: FHIRString?
-
Relative order of the coverage.
Declaration
Swift
public var order: FHIRInteger?
-
Identifier for the plan or agreement issuer.
Declaration
Swift
public var payor: [Reference]?
-
Coverage start and end dates.
Declaration
Swift
public var period: Period?
-
Owner of the policy.
Declaration
Swift
public var policyHolder: Reference?
-
Beneficiary relationship to the Subscriber.
Declaration
Swift
public var relationship: CodeableConcept?
-
The plan instance or sequence counter.
Declaration
Swift
public var sequence: FHIRString?
-
active | cancelled | draft | entered-in-error.
Declaration
Swift
public var status: FHIRString?
-
Subscriber to the policy.
Declaration
Swift
public var subscriber: Reference?
-
ID assigned to the Subscriber.
Declaration
Swift
public var subscriberId: FHIRString?
-
Type of coverage such as medical or accident.
Declaration
Swift
public var type: CodeableConcept?
-
Type of coverage such as medical or accident.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class Coverage: DomainResource