Class TPatient
Unit
bsFhir_stu3
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.
|
|
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; |
Addresses 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 (bool) or indicates the actual birth order (integer).
|
|
property contact : TPatientContactArray read GetcontactArray; |
A contact party (e.g. guardian, partner, friend) for the patient.
|
|
property animal : TPatientAnimal read Getanimal write Setanimal; |
This patient is known to be an animal.
|
|
property communication : TPatientCommunicationArray read GetcommunicationArray; |
Languages 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.
|