Class TClaimResponseAddItem
Unit
bsFhir_stu3
Declaration
type TClaimResponseAddItem = 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 sequenceLinkId : TBSFHIRPrimitiveStringArray read GetsequenceLinkIdArray; |
List of input service items which this service line is intended to replace.
|
|
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.
|
|
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 fee : TMoney read Getfee write Setfee; |
The fee charged for the professional service or product..
|
Generated by PasDoc 0.15.0.
|