Class TChargeItemParticipant
Unit
bsFhir_stu3
Declaration
type TChargeItemParticipant = class(TBackboneElement)
Description
The resource ChargeItem describes the provision of healthcare provider products for a certain patient, therefore referring not only to the product, but containing in addition details of the provision, like date, time, amounts and participating organizations and persons. Main Usage of the ChargeItem is to enable the billing process and internal cost allocation.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property role : TCodeableConcept read Getrole write Setrole; |
Describes the type of performance or participation(e.g. primary surgeon, anaesthesiologiest, etc.).
|
|
property actor : TReference read Getactor write Setactor; |
The device, practitioner, etc. who performed or participated in the service.
|
Generated by PasDoc 0.15.0.
|