Class TActivityDefinitionParticipant
Unit
bsFhir_stu3
Declaration
type TActivityDefinitionParticipant = class(TBackboneElement)
Description
This resource allows for the definition of some activity to be performed, independent of a particular patient, practitioner, or other performance context.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property type_ : string read Gettype_ write Settype_; |
The type of participant in the action.
|
|
property role : TCodeableConcept read Getrole write Setrole; |
The role the participant should play in performing the described action.
|
Generated by PasDoc 0.15.0.
|