Class TClaimResponseDetail1
Unit
bsFhir_r4
Declaration
type TClaimResponseDetail1 = class(TBackboneElement)
Description
This resource provides the adjudication details from the processing of a Claim resource.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property productOrService : TCodeableConcept read GetproductOrService write SetproductOrService; |
When the value is a group code then this item collects a set of related claim details, otherwise this contains the product, service, drug or other billing code for the item.
|
|
property modifier : TCodeableConceptArray read GetmodifierArray; |
Item typification or modifiers codes to convey additional context for the product or service.
|
|
property quantity : TQuantity read Getquantity write Setquantity; |
The number of repetitions of a service or product.
|
|
property unitPrice : TMoney read GetunitPrice write SetunitPrice; |
If the item is not a group then this is the fee for the product or service, otherwise this is the total of the fees for the details of the group.
|
|
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 additional service or product or charge.
|
|
property noteNumber : TBSFHIRPrimitiveStringArray read GetnoteNumberArray; |
The numbers associated with notes below which apply to the adjudication of this item.
|
Generated by PasDoc 0.15.0.
|