Class TCoverageEligibilityRequest
Unit
bsFhir_r4b
Declaration
type TCoverageEligibilityRequest = class(TDomainResource)
Description
The CoverageEligibilityRequest provides patient and insurance coverage information to an insurer for them to respond, in the form of an CoverageEligibilityResponse, with information regarding whether the stated coverage is valid and in-force and optionally to provide the insurance details of the policy. 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 eligiblity request.
|
|
property status : string read Getstatus write Setstatus; |
The status of the resource instance.
|
|
property priority : TCodeableConcept read Getpriority write Setpriority; |
When the requestor expects the processor to complete processing.
|
|
property purpose : TBSFHIRPrimitiveStringArray read GetpurposeArray; |
Code to specify whether requesting: prior authorization requirements for some service categories or billing codes; benefits for coverages specified or discovered; discovery and return of coverages for the patient; and/or validation that the specified coverage is in-force at the date/period specified or 'now' if not specified.
|
|
property patient : TReference read Getpatient write Setpatient; |
The party who is the beneficiary of the supplied coverage and for whom eligibility is sought.
|
|
property serviced : TElement read Getserviced write Setserviced; |
The date or dates when the enclosed suite of services were performed or completed.
|
|
property created : string read Getcreated write Setcreated; |
The date when this resource was created.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property enterer : TReference read Getenterer write Setenterer; |
Person who created the request.
|
|
property provider : TReference read Getprovider write Setprovider; |
The provider which is responsible for the request.
|
|
property insurer : TReference read Getinsurer write Setinsurer; |
The Insurer who issued the coverage in question and is the recipient of the request.
|
|
property facility : TReference read Getfacility write Setfacility; |
Facility where the services are intended to be provided.
|
|
property supportingInfo : TCoverageEligibilityRequestSupportingInfoArray read GetsupportingInfoArray; |
Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.
|
|
property item : TCoverageEligibilityRequestItemArray read GetitemArray; |
Service categories or billable services for which benefit details and/or an authorization prior to service delivery may be required by the payor.
|
Generated by PasDoc 0.15.0.
|