Class TGroup

Unit

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

Public constructor Create; override;

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;
Public property active : boolean read Getactive write Setactive;
Public property activeElement : Tboolean read GetactiveElement write SetactiveElement;
Public property type_ : string read Gettype_ write Settype_;
Public property type_Element : TGroupType read Gettype_Element write Settype_Element;
Public property membership : string read Getmembership write Setmembership;
Public property membershipElement : TGroupMembershipBasis read GetmembershipElement write SetmembershipElement;
Public property code : TCodeableConcept read Getcode write Setcode;
Public property name_ : string read Getname_ write Setname_;
Public property name_Element : Tstring read Getname_Element write Setname_Element;
Public property description : string read Getdescription write Setdescription;
Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
Public property quantity : Int64 read Getquantity write Setquantity;
Public property quantityElement : TunsignedInt read GetquantityElement write SetquantityElement;
Public property managingEntity : TReference read GetmanagingEntity write SetmanagingEntity;
Public property characteristic : TGroupCharacteristicArray read GetcharacteristicArray;
Public property member : TGroupMemberArray read GetmemberArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public 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.

Public 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.

Public property activeElement : Tboolean read GetactiveElement write SetactiveElement;
 
Public property type_ : string read Gettype_ write Settype_;

Identifies the broad classification of the kind of resources the group includes.

Public property type_Element : TGroupType read Gettype_Element write Settype_Element;
 
Public 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.

Public property membershipElement : TGroupMembershipBasis read GetmembershipElement write SetmembershipElement;
 
Public property code : TCodeableConcept read Getcode write Setcode;

Provides a specific type of resource the group includes; e.g. "cow", "syringe", etc.

Public property name_ : string read Getname_ write Setname_;

A label assigned to the group for human identification and communication.

Public property name_Element : Tstring read Getname_Element write Setname_Element;
 
Public property description : string read Getdescription write Setdescription;

Explanation of what the group represents and how it is intended to be used.

Public property descriptionElement : Tmarkdown read GetdescriptionElement write SetdescriptionElement;
 
Public property quantity : Int64 read Getquantity write Setquantity;

A count of the number of resource instances that are part of the group.

Public property quantityElement : TunsignedInt read GetquantityElement write SetquantityElement;
 
Public property managingEntity : TReference read GetmanagingEntity write SetmanagingEntity;

Entity responsible for defining and maintaining Group characteristics and/or registered members.

Public property characteristic : TGroupCharacteristicArray read GetcharacteristicArray;

Identifies traits whose presence r absence is shared by members of the group.

Public property member : TGroupMemberArray read GetmemberArray;

Identifies the resource instances that are members of the group.


Generated by PasDoc 0.15.0.