| Class TOrganizationAffiliationUnit
bsFhir_r5 Declaration
type TOrganizationAffiliation = class(TDomainResource) Description
 Defines an affiliation/association/relationship between 2 distinct organizations, that is not a part-of relationship/sub-division relationship. If the element is present, it must have either a @value, an @id, or extensions  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property identifier : TIdentifierArray read GetidentifierArray; |  | 
 Business identifiers that are specific to this role.  |  
|  | property active : boolean read Getactive write Setactive; |  | 
 Whether this organization affiliation record is in active use.  |  
|  | property activeElement : Tboolean read GetactiveElement write SetactiveElement; |  |  |  
|  | property period : TPeriod read Getperiod write Setperiod; |  | 
 The period during which the participatingOrganization is affiliated with the primary organization.  |  
|  | property organization : TReference read Getorganization write Setorganization; |  | 
 Organization where the role is available (primary organization/has members).  |  
|  | property participatingOrganization : TReference read GetparticipatingOrganization write SetparticipatingOrganization; |  | 
 The Participating Organization provides/performs the role(s) defined by the code to the Primary Organization (e.g. providing services or is a member of).  |  
|  | property network : TReferenceArray read GetnetworkArray; |  | 
 The network in which the participatingOrganization provides the role's services (if defined) at the indicated locations (if defined).  |  
|  | property code : TCodeableConceptArray read GetcodeArray; |  | 
 Definition of the role the participatingOrganization plays in the association.  |  
|  | property specialty : TCodeableConceptArray read GetspecialtyArray; |  | 
 Specific specialty of the participatingOrganization in the context of the role.  |  
|  | property location : TReferenceArray read GetlocationArray; |  | 
 The location(s) at which the role occurs.  |  
|  | property healthcareService : TReferenceArray read GethealthcareServiceArray; |  | 
 Healthcare services provided through the role.  |  
|  | property contact : TExtendedContactDetailArray read GetcontactArray; |  | 
 The contact details of communication devices available at the participatingOrganization relevant to this Affiliation.  |  
|  | property endpoint : TReferenceArray read GetendpointArray; |  | 
 Technical endpoints providing access to services operated for this role.  |  Generated by PasDoc 0.15.0.
 |