Class TPerson

Unit

Declaration

type TPerson = class(TDomainResource)

Description

Demographics and administrative information about a person independent of a specific health-related context. 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 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 deceasedBoolean : boolean read GetdeceasedBoolean write SetdeceasedBoolean;
Public property deceasedBooleanElement : Tboolean read GetdeceasedBooleanElement write SetdeceasedBooleanElement;
Public property deceasedDateTime : string read GetdeceasedDateTime write SetdeceasedDateTime;
Public property deceasedDateTimeElement : TdateTime_ read GetdeceasedDateTimeElement write SetdeceasedDateTimeElement;
Public property address : TAddressArray read GetaddressArray;
Public property maritalStatus : TCodeableConcept read GetmaritalStatus write SetmaritalStatus;
Public property photo : TAttachmentArray read GetphotoArray;
Public property communication : TPersonCommunicationArray read GetcommunicationArray;
Public property managingOrganization : TReference read GetmanagingOrganization write SetmanagingOrganization;
Public property link : TPersonLinkArray read GetlinkArray;

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 person's record is in active use.

Public property activeElement : Tboolean read GetactiveElement write SetactiveElement;
 
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.

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

The birth date for the person.

Public property birthDateElement : Tdate_ read GetbirthDateElement write SetbirthDateElement;
 
Public property deceasedBoolean : boolean read GetdeceasedBoolean write SetdeceasedBoolean;

Indicates if the individual is deceased or not. (choose any one of deceased*, but only one)

Public property deceasedBooleanElement : Tboolean read GetdeceasedBooleanElement write SetdeceasedBooleanElement;
 
Public property deceasedDateTime : string read GetdeceasedDateTime write SetdeceasedDateTime;

Indicates if the individual is deceased or not. (choose any one of deceased*, but only one)

Public property deceasedDateTimeElement : TdateTime_ read GetdeceasedDateTimeElement write SetdeceasedDateTimeElement;
 
Public property address : TAddressArray read GetaddressArray;

One or more addresses for the person.

Public property maritalStatus : TCodeableConcept read GetmaritalStatus write SetmaritalStatus;

This field contains a person's most recent marital (civil) status.

Public property photo : TAttachmentArray read GetphotoArray;

An image that can be displayed as a thumbnail of the person to enhance the identification of the individual.

Public property communication : TPersonCommunicationArray read GetcommunicationArray;

A language which may be used to communicate with the person about his or her health.

Public property managingOrganization : TReference read GetmanagingOrganization write SetmanagingOrganization;

The organization that is the custodian of the person record.

Public property link : TPersonLinkArray read GetlinkArray;

Link to a resource that concerns the same actual person.


Generated by PasDoc 0.15.0.