Class TPatientContact

Unit

Declaration

type TPatientContact = class(TBackboneElement)

Description

Demographics and other administrative information about an individual or animal receiving care or other health-related services.

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property relationship : TCodeableConceptArray read GetrelationshipArray;
Public property name_ : THumanName read Getname_ write Setname_;
Public property telecom : TContactPointArray read GettelecomArray;
Public property address : TAddress read Getaddress write Setaddress;
Public property gender : string read Getgender write Setgender;
Public property genderElement : TAdministrativeGender read GetgenderElement write SetgenderElement;
Public property organization : TReference read Getorganization write Setorganization;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property relationship : TCodeableConceptArray read GetrelationshipArray;

The nature of the relationship between the patient and the contact person.

Public property name_ : THumanName read Getname_ write Setname_;

A name associated with the contact person.

Public property telecom : TContactPointArray read GettelecomArray;

A contact detail for the person, e.g. a telephone number or an email address.

Public property address : TAddress read Getaddress write Setaddress;

Address for the contact person.

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

Public property genderElement : TAdministrativeGender read GetgenderElement write SetgenderElement;
 
Public property organization : TReference read Getorganization write Setorganization;

Organization on behalf of which the contact is acting or for which the contact is working.

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