Class TChargeItemPerformer
Unit
bsFhir_r4
Declaration
type TChargeItemPerformer = 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 function_ : TCodeableConcept read Getfunction_ write Setfunction_; |
Describes the type of performance or participation(e.g. primary surgeon, anesthesiologiest, 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.
|