Class TInvoiceParticipant
Unit
bsFhir_r4b
Declaration
type TInvoiceParticipant = class(TBackboneElement)
Description
Invoice containing collected ChargeItems from an Account with calculated individual and total price for Billing purpose.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property role : TCodeableConcept read Getrole write Setrole; |
Describes the type of involvement (e.g. transcriptionist, creator etc.). If the invoice has been created automatically, the Participant may be a billing engine or another kind of device.
|
|
property actor : TReference read Getactor write Setactor; |
The device, practitioner, etc. who performed or participated in the service.
|
Generated by PasDoc 0.15.0.
|