Class TCoverageEligibilityResponse
Unit
bsFhir_r4b
Declaration
type TCoverageEligibilityResponse = class(TDomainResource)
Description
This resource provides eligibility and plan details from the processing of an CoverageEligibilityRequest resource. 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 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 this resource was created.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property requestor : TReference read Getrequestor write Setrequestor; |
The provider which is responsible for the request.
|
|
property request : TReference read Getrequest write Setrequest; |
Reference to the original request resource.
|
|
property outcome : string read Getoutcome write Setoutcome; |
The outcome of the request processing.
|
|
property outcomeElement : TRemittanceOutcome read GetoutcomeElement write SetoutcomeElement; |
|
|
property disposition : string read Getdisposition write Setdisposition; |
A human readable description of the status of the adjudication.
|
|
property dispositionElement : Tstring read GetdispositionElement write SetdispositionElement; |
|
|
property insurer : TReference read Getinsurer write Setinsurer; |
The Insurer who issued the coverage in question and is the author of the response.
|
|
property preAuthRef : string read GetpreAuthRef write SetpreAuthRef; |
A reference from the Insurer to which these services pertain to be used on further communication and as proof that the request occurred.
|
|
property preAuthRefElement : Tstring read GetpreAuthRefElement write SetpreAuthRefElement; |
|
|
property form : TCodeableConcept read Getform write Setform; |
A code for the form to be used for printing the content.
|
Generated by PasDoc 0.15.0.
|