Class TClaimSubDetail
Unit
bsFhir_stu3
Declaration
type TClaimSubDetail = class(TBackboneElement)
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.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : Int64 read Getsequence write Setsequence; |
A service line number.
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property revenue : TCodeableConcept read Getrevenue write Setrevenue; |
The type of reveneu or cost center providing the product and/or service.
|
|
property category : TCodeableConcept read Getcategory write Setcategory; |
Health Care Service Type Codes to identify the classification of service or benefits.
|
|
property service : TCodeableConcept read Getservice write Setservice; |
A code to indicate the Professional Service or Product supplied (eg. CTP, HCPCS,USCLS,ICD10, NCPDP,DIN,ACHI,CCI).
|
|
property modifier : TCodeableConceptArray read GetmodifierArray; |
Item typification or modifiers codes, eg for Oral whether the treatment is cosmetic or associated with TMJ, or for medical whether the treatment was outside the clinic or out of office hours.
|
|
property programCode : TCodeableConceptArray read GetprogramCodeArray; |
For programs which require reson codes for the inclusion, covering, of this billed item under the program or sub-program.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The number of repetitions of a service or product.
|
|
property unitPrice : TMoney read GetunitPrice write SetunitPrice; |
The fee for an addittional service or product or charge.
|
|
property factor : Double read Getfactor write Setfactor; |
A real number that represents a multiplier used in determining the overall value of services delivered and/or goods received. The concept of a Factor allows for a discount or surcharge multiplier to be applied to a monetary amount.
|
|
property factorElement : Tdecimal read GetfactorElement write SetfactorElement; |
|
|
property net : TMoney read Getnet write Setnet; |
The quantity times the unit price for an addittional service or product or charge. For example, the formula: unit Quantity * unit Price (Cost per Point) * factor Number * points = net Amount. Quantity, factor and points are assumed to be 1 if not supplied.
|
|
property udi : TReferenceArray read GetudiArray; |
List of Unique Device Identifiers associated with this line item.
|
Generated by PasDoc 0.15.0.
|