Class TGroup
Unit
bsFhir_r5
Declaration
type TGroup = class(TDomainResource)
Description
Represents a defined collection of entities that may be discussed or acted upon collectively but which are not expected to act collectively, and are not formally or legally recognized; i.e. a collection of entities that isn't an Organization. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Business identifiers assigned to this participant by one of the applications involved. These identifiers remain constant as the resource is updated and propagates from server to server.
|
|
property active : boolean read Getactive write Setactive; |
Indicates whether the record for the group is available for use or is merely being retained for historical purposes.
|
|
property activeElement : Tboolean read GetactiveElement write SetactiveElement; |
|
|
property type_ : string read Gettype_ write Settype_; |
Identifies the broad classification of the kind of resources the group includes.
|
|
property type_Element : TGroupType read Gettype_Element write Settype_Element; |
|
|
property membership : string read Getmembership write Setmembership; |
Basis for membership in the Group:
* 'definitional': The Group.characteristics specified are both necessary and sufficient to determine membership. All entities that meet the criteria are considered to be members of the group, whether referenced by the group or not. If members are present, they are individuals that happen to be known as meeting the Group.characteristics. The list cannot be presumed to be complete. * 'enumerated': The Group.characteristics are necessary but not sufficient to determine membership. Membership is determined by being listed as one of the Group.member.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
Provides a specific type of resource the group includes; e.g. "cow", "syringe", etc.
|
|
property name_ : string read Getname_ write Setname_; |
A label assigned to the group for human identification and communication.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property description : string read Getdescription write Setdescription; |
Explanation of what the group represents and how it is intended to be used.
|
|
property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement; |
|
|
property quantity : Int64 read Getquantity write Setquantity; |
A count of the number of resource instances that are part of the group.
|
|
property quantityElement : TunsignedInt read GetquantityElement write SetquantityElement; |
|
|
property managingEntity : TReference read GetmanagingEntity write SetmanagingEntity; |
Entity responsible for defining and maintaining Group characteristics and/or registered members.
|
|
property characteristic : TGroupCharacteristicArray read GetcharacteristicArray; |
Identifies traits whose presence r absence is shared by members of the group.
|
|
property member : TGroupMemberArray read GetmemberArray; |
Identifies the resource instances that are members of the group.
|
Generated by PasDoc 0.15.0.
|