Class TPatient
Unit
bsFhir_r4
Declaration
type TPatient = class(TDomainResource)
Description
Demographics and other administrative information about an individual or animal receiving care or other health-related services. 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; |
An identifier for this patient.
|
|
property active : boolean read Getactive write Setactive; |
Whether this patient record is in active use. Many systems use this property to mark as non-current patients, such as those that have not been seen for a period of time based on an organization's business rules.
It is often used to filter patient lists to exclude inactive patients
Deceased patients may also be marked as inactive for the same reasons, but may be active for some time after death.
|
|
property activeElement : Tboolean read GetactiveElement write SetactiveElement; |
|
|
property name_ : THumanNameArray read Getname_Array; |
A name associated with the individual.
|
|
property telecom : TContactPointArray read GettelecomArray; |
A contact detail (e.g. a telephone number or an email address) by which the individual may be contacted.
|
|
property gender : string read Getgender write Setgender; |
Administrative Gender - the gender that the patient is considered to have for administration and record keeping purposes.
|
|
property birthDate : string read GetbirthDate write SetbirthDate; |
The date of birth for the individual.
|
|
property birthDateElement : Tdate_ read GetbirthDateElement write SetbirthDateElement; |
|
|
property deceased : TElement read Getdeceased write Setdeceased; |
Indicates if the individual is deceased or not.
|
|
property address : TAddressArray read GetaddressArray; |
An address for the individual.
|
|
property maritalStatus : TCodeableConcept read GetmaritalStatus write SetmaritalStatus; |
This field contains a patient's most recent marital (civil) status.
|
|
property multipleBirth : TElement read GetmultipleBirth write SetmultipleBirth; |
Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer).
|
|
property contact : TPatientContactArray read GetcontactArray; |
A contact party (e.g. guardian, partner, friend) for the patient.
|
|
property communication : TPatientCommunicationArray read GetcommunicationArray; |
A language which may be used to communicate with the patient about his or her health.
|
|
property generalPractitioner : TReferenceArray read GetgeneralPractitionerArray; |
Patient's nominated care provider.
|
|
property managingOrganization : TReference read GetmanagingOrganization write SetmanagingOrganization; |
Organization that is the custodian of the patient record.
|
|
property link : TPatientLinkArray read GetlinkArray; |
Link to another patient resource that concerns the same actual patient.
|
Generated by PasDoc 0.15.0.
|