Class TPatient
Unit
bsFhir_r5
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 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; |
An address for the individual.
|
|
property maritalStatus : TCodeableConcept read GetmaritalStatus write SetmaritalStatus; |
This field contains a patient's most recent marital (civil) status.
|
|
property multipleBirthBoolean : boolean read GetmultipleBirthBoolean write SetmultipleBirthBoolean; |
Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer). (choose any one of multipleBirth*, but only one)
|
|
property multipleBirthBooleanElement : Tboolean read GetmultipleBirthBooleanElement write SetmultipleBirthBooleanElement; |
|
|
property multipleBirthInteger : integer read GetmultipleBirthInteger write SetmultipleBirthInteger; |
Indicates whether the patient is part of a multiple (boolean) or indicates the actual birth order (integer). (choose any one of multipleBirth*, but only one)
|
|
property multipleBirthIntegerElement : Tinteger read GetmultipleBirthIntegerElement write SetmultipleBirthIntegerElement; |
|
|
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 a Patient or RelatedPerson resource that concerns the same actual individual.
|
Generated by PasDoc 0.15.0.
|