Besa Fhir Help FileGetting Started Units Class Hierarchy Classes, Interfaces, Objects and Records Types Variables Constants Functions and Procedures Identifiers |
Class TClaim
Unit
bsFhir_r5
Declaration
type TClaim = class(TDomainResource)
Description
A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement. 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 claim.
|
|
property traceNumber : TIdentifierArray read GettraceNumberArray; |
Trace number for tracking purposes. May be defined at the jurisdiction level or between trading partners.
|
|
property status : string read Getstatus write Setstatus; |
The status of the resource instance.
|
|
property type_ : TCodeableConcept read Gettype_ write Settype_; |
The category of claim, e.g. oral, pharmacy, vision, institutional, professional.
|
|
property subType : TCodeableConcept read GetsubType write SetsubType; |
A finer grained suite of claim type codes which may convey additional information such as Inpatient vs Outpatient and/or a specialty service.
|
|
property use : string read Getuse write Setuse; |
A code to indicate whether the nature of the request is: Claim - A request to an Insurer to adjudicate the supplied charges for health care goods and services under the identified policy and to pay the determined Benefit amount, if any; Preauthorization - A request to an Insurer to adjudicate the supplied proposed future charges for health care goods and services under the identified policy and to approve the services and provide the expected benefit amounts and potentially to reserve funds to pay the benefits when Claims for the indicated services are later submitted; or, Pre-determination - A request to an Insurer to adjudicate the supplied 'what if' charges for health care goods and services under the identified policy and report back what the Benefit payable would be had the services actually been provided.
|
|
property useElement : TUse read GetuseElement write SetuseElement; |
|
|
property patient : TReference read Getpatient write Setpatient; |
The party to whom the professional services and/or products have been supplied or are being considered and for whom actual or forecast reimbursement is sought.
|
|
property billablePeriod : TPeriod read GetbillablePeriod write SetbillablePeriod; |
The period for which charges are being submitted.
|
|
property created : string read Getcreated write Setcreated; |
The date this resource was created.
|
|
property createdElement : TdateTime_ read GetcreatedElement write SetcreatedElement; |
|
|
property enterer : TReference read Getenterer write Setenterer; |
Individual who created the claim, predetermination or preauthorization.
|
|
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 claim, predetermination or preauthorization.
|
|
property priority : TCodeableConcept read Getpriority write Setpriority; |
The provider-required urgency of processing the request. Typical values include: stat, normal, deferred.
|
|
property fundsReserve : TCodeableConcept read GetfundsReserve write SetfundsReserve; |
A code to indicate whether and for whom funds are to be reserved for future claims.
|
|
property related : TClaimRelatedArray read GetrelatedArray; |
Other claims which are related to this claim such as prior submissions or claims for related services or for the same event.
|
|
property prescription : TReference read Getprescription write Setprescription; |
Prescription is the document/authorization given to the claim author for them to provide products and services for which consideration (reimbursement) is sought. Could be a RX for medications, an 'order' for oxygen or wheelchair or physiotherapy treatments.
|
|
property originalPrescription : TReference read GetoriginalPrescription write SetoriginalPrescription; |
Original prescription which has been superseded by this prescription to support the dispensing of pharmacy services, medications or products.
|
|
property payee : TClaimPayee read Getpayee write Setpayee; |
The party to be reimbursed for cost of the products and services according to the terms of the policy.
|
|
property referral : TReference read Getreferral write Setreferral; |
The referral information received by the claim author, it is not to be used when the author generates a referral for a patient. A copy of that referral may be provided as supporting information. Some insurers require proof of referral to pay for services or to pay specialist rates for services.
|
|
property encounter : TReferenceArray read GetencounterArray; |
Healthcare encounters related to this claim.
|
|
property facility : TReference read Getfacility write Setfacility; |
Facility where the services were provided.
|
|
property diagnosisRelatedGroup : TCodeableConcept read GetdiagnosisRelatedGroup write SetdiagnosisRelatedGroup; |
A package billing code or bundle code used to group products and services to a particular health condition (such as heart attack) which is based on a predetermined grouping code system.
|
|
property event : TClaimEventArray read GeteventArray; |
Information code for an event with a corresponding date or period.
|
|
property careTeam : TClaimCareTeamArray read GetcareTeamArray; |
The members of the team who provided the products and services.
|
|
property supportingInfo : TClaimSupportingInfoArray read GetsupportingInfoArray; |
Additional information codes regarding exceptions, special considerations, the condition, situation, prior or concurrent issues.
|
|
property diagnosis : TClaimDiagnosisArray read GetdiagnosisArray; |
Information about diagnoses relevant to the claim items.
|
|
property procedure_ : TClaimProcedureArray read Getprocedure_Array; |
Procedures performed on the patient relevant to the billing items with the claim.
|
|
property insurance : TClaimInsuranceArray read GetinsuranceArray; |
Financial instruments for reimbursement for the health care products and services specified on the claim.
|
|
property accident : TClaimAccident read Getaccident write Setaccident; |
Details of an accident which resulted in injuries which required the products and services listed in the claim.
|
|
property patientPaid : TMoney read GetpatientPaid write SetpatientPaid; |
The amount paid by the patient, in total at the claim claim level or specifically for the item and detail level, to the provider for goods and services.
|
|
property item : TClaimItemArray read GetitemArray; |
A claim line. Either a simple product or service or a 'group' of details which can each be a simple items or groups of sub-details.
|
|
property total : TMoney read Gettotal write Settotal; |
The total value of the all the items in the claim.
|
Generated by PasDoc 0.15.0.
|