Class TOrganization
Unit
bsFhir_stu3
Declaration
type TOrganization = class(TDomainResource)
Description
A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, etc. 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; |
Identifier for the organization that is used to identify the organization across multiple disparate systems.
|
|
property active : boolean read Getactive write Setactive; |
Whether the organization's record is still in active use.
|
|
property activeElement : Tboolean read GetactiveElement write SetactiveElement; |
|
|
property name_ : string read Getname_ write Setname_; |
A name associated with the organization.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property alias_ : TBSFHIRPrimitiveStringArray read Getalias_Array; |
A list of alternate names that the organization is known as, or was known as in the past.
|
|
property telecom : TContactPointArray read GettelecomArray; |
A contact detail for the organization.
|
|
property address : TAddressArray read GetaddressArray; |
An address for the organization.
|
|
property partOf : TReference read GetpartOf write SetpartOf; |
The organization of which this organization forms a part.
|
|
property endpoint : TReferenceArray read GetendpointArray; |
Technical endpoints providing access to services operated for the organization.
|
Generated by PasDoc 0.15.0.
|