Class TCoverage
Unit
bsFhir_r4
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; |
A unique identifier assigned to this coverage.
|
|
property status : string read Getstatus write Setstatus; |
The status of the resource instance.
|
|
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 : string read GetsubscriberId write SetsubscriberId; |
The insurer assigned ID for the Subscriber.
|
|
property subscriberIdElement : Tstring read GetsubscriberIdElement write SetsubscriberIdElement; |
|
|
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 unique identifier 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 payor : TReferenceArray read GetpayorArray; |
The program or plan underwriter or payor including both insurance and non-insurance agreements, such as patient-pay agreements.
|
|
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.
|
|
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.
|
Generated by PasDoc 0.15.0.
|