Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TClaim
Unit
bsFhir_stu3
Declaration
type TClaim = class(TDomainResource)
Description
A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery. 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 business identifier for the instance: claim number, pre-determination or pre-authorization number.
|
|
property status : string read Getstatus write Setstatus; |
The status of the resource instance.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The category of claim, eg, oral, pharmacy, vision, insitutional, professional.
|
|
property subType : TCodeableConceptArray read GetsubTypeArray; |
A finer grained suite of claim subtype codes which may convey Inpatient vs Outpatient and/or a specialty service. In the US the BillType.
|
|
property use : string read Getuse write Setuse; |
Complete (Bill or Claim), Proposed (Pre-Authorization), Exploratory (Pre-determination).
|
|
property useElement : TUse read GetuseElement write SetuseElement; |
|
|
property patient : TReference read Getpatient write Setpatient; |
Patient Resource.
|
|
property billablePeriod : TPeriod read GetbillablePeriod write SetbillablePeriod; |
The billable period for which charges are being submitted.
|
|
property created : string read Getcreated write Setcreated; |
The date when the enclosed suite of services were performed or completed.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property enterer : TReference read Getenterer write Setenterer; |
Person who created the invoice/claim/pre-determination or pre-authorization.
|
|
property insurer : TReference read Getinsurer write Setinsurer; |
The Insurer who is target of the request.
|
|
property provider : TReference read Getprovider write Setprovider; |
The provider which is responsible for the bill, claim pre-determination, pre-authorization.
|
|
property organization : TReference read Getorganization write Setorganization; |
The organization which is responsible for the bill, claim pre-determination, pre-authorization.
|
|
property priority : TCodeableConcept read Getpriority write Setpriority; |
Immediate (STAT), best effort (NORMAL), deferred (DEFER).
|
|
property fundsReserve : TCodeableConcept read GetfundsReserve write SetfundsReserve; |
In the case of a Pre-Determination/Pre-Authorization the provider may request that funds in the amount of the expected Benefit be reserved ('Patient' or 'Provider') to pay for the Benefits determined on the subsequent claim(s). 'None' explicitly indicates no funds reserving is requested.
|
|
property related : TClaimRelatedArray read GetrelatedArray; |
Other claims which are related to this claim such as prior claim versions or for related services.
|
|
property prescription : TReference read Getprescription write Setprescription; |
Prescription to support the dispensing of Pharmacy or Vision products.
|
|
property originalPrescription : TReference read GetoriginalPrescription write SetoriginalPrescription; |
Original prescription which has been superceded by this prescription to support the dispensing of pharmacy services, medications or products. For example, a physician may prescribe a medication which the pharmacy determines is contraindicated, or for which the patient has an intolerance, and therefor issues a new precription for an alternate medication which has the same theraputic intent. The prescription from the pharmacy becomes the 'prescription' and that from the physician becomes the 'original prescription'.
|
|
property payee : TClaimPayee read Getpayee write Setpayee; |
The party to be reimbursed for the services.
|
|
property referral : TReference read Getreferral write Setreferral; |
The referral resource which lists the date, practitioner, reason and other supporting information.
|
|
property facility : TReference read Getfacility write Setfacility; |
Facility where the services were provided.
|
|
property careTeam : TClaimCareTeamArray read GetcareTeamArray; |
The members of the team who provided the overall service as well as their role and whether responsible and qualifications.
|
|
property information : TClaimInformationArray read GetinformationArray; |
Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues. Often there are mutiple jurisdiction specific valuesets which are required.
|
|
property diagnosis : TClaimDiagnosisArray read GetdiagnosisArray; |
List of patient diagnosis for which care is sought.
|
|
property procedure_ : TClaimProcedureArray read Getprocedure_Array; |
Ordered list of patient procedures performed to support the adjudication.
|
|
property insurance : TClaimInsuranceArray read GetinsuranceArray; |
Financial instrument by which payment information for health care.
|
|
property accident : TClaimAccident read Getaccident write Setaccident; |
An accident which resulted in the need for healthcare services.
|
|
property employmentImpacted : TPeriod read GetemploymentImpacted write SetemploymentImpacted; |
The start and optional end dates of when the patient was precluded from working due to the treatable condition(s).
|
|
property hospitalization : TPeriod read Gethospitalization write Sethospitalization; |
The start and optional end dates of when the patient was confined to a treatment center.
|
|
property item : TClaimItemArray read GetitemArray; |
First tier of goods and services.
|
|
property total : TMoney read Gettotal write Settotal; |
The total value of the claim.
|
Generated by PasDoc 0.15.0.
|