Class TCoverage
Unit
bsFhir_r5
Declaration
type TCoverage = class(TDomainResource)
Description
Financial instrument which may be used to reimburse or pay for health care products and services. Includes both insurance and self-payment. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
The identifier of the coverage as issued by the insurer.
|
|
property status : string read Getstatus write Setstatus; |
The status of the resource instance.
|
|
property kind : string read Getkind write Setkind; |
The nature of the coverage be it insurance, or cash payment such as self-pay.
|
|
property kindElement : TKind read GetkindElement write SetkindElement; |
|
|
property paymentBy : TCoveragePaymentByArray read GetpaymentByArray; |
Link to the paying party and optionally what specifically they will be responsible to pay.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The type of coverage: social program, medical plan, accident coverage (workers compensation, auto), group health or payment by an individual or organization.
|
|
property policyHolder : TReference read GetpolicyHolder write SetpolicyHolder; |
The party who 'owns' the insurance policy.
|
|
property subscriber : TReference read Getsubscriber write Setsubscriber; |
The party who has signed-up for or 'owns' the contractual relationship to the policy or to whom the benefit of the policy for services rendered to them or their family is due.
|
|
property subscriberId : TIdentifierArray read GetsubscriberIdArray; |
The insurer assigned ID for the Subscriber.
|
|
property beneficiary : TReference read Getbeneficiary write Setbeneficiary; |
The party who benefits from the insurance coverage; the patient when products and/or services are provided.
|
|
property dependent : string read Getdependent write Setdependent; |
A designator for a dependent under the coverage.
|
|
property dependentElement : Tstring read GetdependentElement write SetdependentElement; |
|
|
property relationship : TCodeableConcept read Getrelationship write Setrelationship; |
The relationship of beneficiary (patient) to the subscriber.
|
|
property period : TPeriod read Getperiod write Setperiod; |
Time period during which the coverage is in force. A missing start date indicates the start date isn't known, a missing end date means the coverage is continuing to be in force.
|
|
property insurer : TReference read Getinsurer write Setinsurer; |
The program or plan underwriter, payor, insurance company.
|
|
property class_ : TCoverageClassArray read Getclass_Array; |
A suite of underwriter specific classifiers.
|
|
property order : Int64 read Getorder write Setorder; |
The order of applicability of this coverage relative to other coverages which are currently in force. Note, there may be gaps in the numbering and this does not imply primary, secondary etc. as the specific positioning of coverages depends upon the episode of care. For example; a patient might have (0) auto insurance (1) their own health insurance and (2) spouse's health insurance. When claiming for treatments which were not the result of an auto accident then only coverages (1) and (2) above would be applicatble and would apply in the order specified in parenthesis.
|
|
property orderElement : TpositiveInt read GetorderElement write SetorderElement; |
|
|
property network : string read Getnetwork write Setnetwork; |
The insurer-specific identifier for the insurer-defined network of providers to which the beneficiary may seek treatment which will be covered at the 'in-network' rate, otherwise 'out of network' terms and conditions apply.
|
|
property networkElement : Tstring read GetnetworkElement write SetnetworkElement; |
|
|
property costToBeneficiary : TCoverageCostToBeneficiaryArray read GetcostToBeneficiaryArray; |
A suite of codes indicating the cost category and associated amount which have been detailed in the policy and may have been included on the health card.
|
|
property subrogation : boolean read Getsubrogation write Setsubrogation; |
When 'subrogation=true' this insurance instance has been included not for adjudication but to provide insurers with the details to recover costs.
|
|
property subrogationElement : Tboolean read GetsubrogationElement write SetsubrogationElement; |
|
|
property contract : TReferenceArray read GetcontractArray; |
The policy(s) which constitute this insurance coverage.
|
|
property insurancePlan : TReference read GetinsurancePlan write SetinsurancePlan; |
The insurance plan details, benefits and costs, which constitute this insurance coverage.
|
Generated by PasDoc 0.15.0.
|