Class TPerson
Unit
bsFhir_r5
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
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Identifier for a person within a particular scope.
|
|
property active : boolean read Getactive write Setactive; |
Whether this person's record is in active use.
|
|
property activeElement : Tboolean read GetactiveElement write SetactiveElement; |
|
|
property name_ : THumanNameArray read Getname_Array; |
A name associated with the person.
|
|
property telecom : TContactPointArray read GettelecomArray; |
A contact detail for the person, e.g. a telephone number or an email address.
|
|
property gender : string read Getgender write Setgender; |
Administrative Gender.
|
|
property birthDate : string read GetbirthDate write SetbirthDate; |
The birth date for the person.
|
|
property birthDateElement : Tdate_ read GetbirthDateElement write SetbirthDateElement; |
|
|
property deceasedBoolean : boolean read GetdeceasedBoolean write SetdeceasedBoolean; |
Indicates if the individual is deceased or not. (choose any one of deceased*, but only one)
|
|
property deceasedBooleanElement : Tboolean read GetdeceasedBooleanElement write SetdeceasedBooleanElement; |
|
|
property deceasedDateTime : string read GetdeceasedDateTime write SetdeceasedDateTime; |
Indicates if the individual is deceased or not. (choose any one of deceased*, but only one)
|
|
property deceasedDateTimeElement : TdateTime_ read GetdeceasedDateTimeElement write SetdeceasedDateTimeElement; |
|
|
property address : TAddressArray read GetaddressArray; |
One or more addresses for the person.
|
|
property maritalStatus : TCodeableConcept read GetmaritalStatus write SetmaritalStatus; |
This field contains a person's most recent marital (civil) status.
|
|
property photo : TAttachmentArray read GetphotoArray; |
An image that can be displayed as a thumbnail of the person to enhance the identification of the individual.
|
|
property communication : TPersonCommunicationArray read GetcommunicationArray; |
A language which may be used to communicate with the person about his or her health.
|
|
property managingOrganization : TReference read GetmanagingOrganization write SetmanagingOrganization; |
The organization that is the custodian of the person record.
|
|
property link : TPersonLinkArray read GetlinkArray; |
Link to a resource that concerns the same actual person.
|
Generated by PasDoc 0.15.0.
|