Class TRelatedPerson
Unit
bsFhir_r5
Declaration
type TRelatedPerson = class(TDomainResource)
Description
Information about a person that is involved in a patient's health or 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
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 related person record is in active use.
|
|
property activeElement : Tboolean read GetactiveElement write SetactiveElement; |
|
|
property patient : TReference read Getpatient write Setpatient; |
The patient this person is related to.
|
|
property relationship : TCodeableConceptArray read GetrelationshipArray; |
The nature of the relationship between the related person and the patient.
|
|
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 - the gender that the person is considered to have for administration and record keeping purposes.
|
|
property birthDate : string read GetbirthDate write SetbirthDate; |
The date on which the related person was born.
|
|
property birthDateElement : Tdate_ read GetbirthDateElement write SetbirthDateElement; |
|
|
property address : TAddressArray read GetaddressArray; |
Address where the related person can be contacted or visited.
|
|
property period : TPeriod read Getperiod write Setperiod; |
The period of time during which this relationship is or was active. If there are no dates defined, then the interval is unknown.
|
|
property communication : TRelatedPersonCommunicationArray read GetcommunicationArray; |
A language which may be used to communicate with the related person about the patient's health.
|
Generated by PasDoc 0.15.0.
|