Class TRelatedPerson

Unit

Declaration

type TRelatedPerson = class(TDomainResource)

Description

Information about a person that is involved in the care for a patient, but who is not the target of healthcare, nor has a formal responsibility in the care process. 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 patient : TReference read Getpatient write Setpatient;
Public property relationship : TCodeableConcept read Getrelationship write Setrelationship;
Public property name_ : THumanNameArray read Getname_Array;
Public property telecom : TContactPointArray read GettelecomArray;
Public property gender : string read Getgender write Setgender;
Public property genderElement : TAdministrativeGender read GetgenderElement write SetgenderElement;
Public property birthDate : string read GetbirthDate write SetbirthDate;
Public property birthDateElement : Tdate_ read GetbirthDateElement write SetbirthDateElement;
Public property address : TAddressArray read GetaddressArray;
Public property photo : TAttachmentArray read GetphotoArray;
Public property period : TPeriod read Getperiod write Setperiod;

Description

Methods

Public constructor Create; override;
 

Properties

Public property identifier : TIdentifierArray read GetidentifierArray;

Identifier for a person within a particular scope.

Public property active : boolean read Getactive write Setactive;

Whether this related person record is in active use.

Public property activeElement : Tboolean read GetactiveElement write SetactiveElement;
 
Public property patient : TReference read Getpatient write Setpatient;

The patient this person is related to.

Public property relationship : TCodeableConcept read Getrelationship write Setrelationship;

The nature of the relationship between a patient and the related person.

Public property name_ : THumanNameArray read Getname_Array;

A name associated with the person.

Public property telecom : TContactPointArray read GettelecomArray;

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

Public property gender : string read Getgender write Setgender;

Administrative Gender - the gender that the person is considered to have for administration and record keeping purposes.

Public property genderElement : TAdministrativeGender read GetgenderElement write SetgenderElement;
 
Public property birthDate : string read GetbirthDate write SetbirthDate;

The date on which the related person was born.

Public property birthDateElement : Tdate_ read GetbirthDateElement write SetbirthDateElement;
 
Public property address : TAddressArray read GetaddressArray;

Address where the related person can be contacted or visited.

Public property photo : TAttachmentArray read GetphotoArray;

Image of the person.

Public property period : TPeriod read Getperiod write Setperiod;

The period of time that this relationship is considered to be valid. If there are no dates defined, then the interval is unknown.


Generated by PasDoc 0.15.0.