Class TInsurancePlan
Unit
bsFhir_r4b
Declaration
type TInsurancePlan = class(TDomainResource)
Description
Details of a Health Insurance product/plan provided by an organization. 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; |
Business identifiers assigned to this health insurance product which remain constant as the resource is updated and propagates from server to server.
|
|
property status : string read Getstatus write Setstatus; |
The current state of the health insurance product.
|
|
property name_ : string read Getname_ write Setname_; |
Official name of the health insurance product as designated by the owner.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property alias_ : TBSFHIRPrimitiveStringArray read Getalias_Array; |
A list of alternate names that the product is known as, or was known as in the past.
|
|
property period : TPeriod read Getperiod write Setperiod; |
The period of time that the health insurance product is available.
|
|
property ownedBy : TReference read GetownedBy write SetownedBy; |
The entity that is providing the health insurance product and underwriting the risk. This is typically an insurance carriers, other third-party payers, or health plan sponsors comonly referred to as 'payers'.
|
|
property administeredBy : TReference read GetadministeredBy write SetadministeredBy; |
An organization which administer other services such as underwriting, customer service and/or claims processing on behalf of the health insurance product owner.
|
|
property coverageArea : TReferenceArray read GetcoverageAreaArray; |
The geographic region in which a health insurance product's benefits apply.
|
|
property contact : TInsurancePlanContactArray read GetcontactArray; |
The contact for the health insurance product for a certain purpose.
|
|
property endpoint : TReferenceArray read GetendpointArray; |
The technical endpoints providing access to services operated for the health insurance product.
|
|
property network : TReferenceArray read GetnetworkArray; |
Reference to the network included in the health insurance product.
|
Generated by PasDoc 0.15.0.
|