Class TClaimCareTeam
Unit
bsFhir_stu3
Declaration
type TClaimCareTeam = class(TBackboneElement)
Description
A provider issued list of services and products provided, or to be provided, to a patient which is provided to an insurer for payment recovery.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : Int64 read Getsequence write Setsequence; |
Sequence of the careTeam which serves to order and provide a link.
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property provider : TReference read Getprovider write Setprovider; |
Member of the team who provided the overall service.
|
|
property responsible : boolean read Getresponsible write Setresponsible; |
The party who is billing and responsible for the claimed good or service rendered to the patient.
|
|
property responsibleElement : Tboolean read GetresponsibleElement write SetresponsibleElement; |
|
|
property role : TCodeableConcept read Getrole write Setrole; |
The lead, assisting or supervising practitioner and their discipline if a multidisiplinary team.
|
|
property qualification : TCodeableConcept read Getqualification write Setqualification; |
The qualification which is applicable for this service.
|
Generated by PasDoc 0.15.0.
|