| Class TPatientContactUnit
bsFhir_r5 Declaration
type TPatientContact = class(TBackboneElement) Description
 Demographics and other administrative information about an individual or animal receiving care or other health-related services.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property relationship : TCodeableConceptArray read GetrelationshipArray; |  | 
 The nature of the relationship between the patient and the contact person.  |  
|  | property name_ : THumanName read Getname_ write Setname_; |  | 
 A name associated with the contact person.  |  
|  | property telecom : TContactPointArray read GettelecomArray; |  | 
 A contact detail for the person, e.g. a telephone number or an email address.  |  
|  | property address : TAddress read Getaddress write Setaddress; |  | 
 Address for the contact person.  |  
|  | property gender : string read Getgender write Setgender; |  | 
 Administrative Gender - the gender that the contact person is considered to have for administration and record keeping purposes.  |  
|  | property organization : TReference read Getorganization write Setorganization; |  | 
 Organization on behalf of which the contact is acting or for which the contact is working.  |  
|  | property period : TPeriod read Getperiod write Setperiod; |  | 
 The period during which this contact person or organization is valid to be contacted relating to this patient.  |  Generated by PasDoc 0.15.0.
 |