Class TClaimCareTeam
Unit
bsFhir_r5
Declaration
type TClaimCareTeam = class(TBackboneElement)
Description
A provider issued list of professional services and products which have been provided, or are to be provided, to a patient which is sent to an insurer for reimbursement.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property sequence : Int64 read Getsequence write Setsequence; |
A number to uniquely identify care team entries.
|
|
property sequenceElement : TpositiveInt read GetsequenceElement write SetsequenceElement; |
|
|
property provider : TReference read Getprovider write Setprovider; |
Member of the team who provided the product or service.
|
|
property responsible : boolean read Getresponsible write Setresponsible; |
The party who is billing and/or responsible for the claimed products or services.
|
|
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 multidisciplinary team.
|
|
property specialty : TCodeableConcept read Getspecialty write Setspecialty; |
The specialization of the practitioner or provider which is applicable for this service.
|
Generated by PasDoc 0.15.0.
|