Class TPractitioner
Unit
bsFhir_r5
Declaration
type TPractitioner = class(TDomainResource)
Description
A person who is directly or indirectly involved in the provisioning of healthcare or 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 that applies to this person in this role.
|
|
property active : boolean read Getactive write Setactive; |
Whether this practitioner's record is in active use.
|
|
property activeElement : Tboolean read GetactiveElement write SetactiveElement; |
|
|
property name_ : THumanNameArray read Getname_Array; |
The name(s) associated with the practitioner.
|
|
property telecom : TContactPointArray read GettelecomArray; |
A contact detail for the practitioner, 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 of birth for the practitioner.
|
|
property birthDateElement : Tdate_ read GetbirthDateElement write SetbirthDateElement; |
|
|
property deceasedBoolean : boolean read GetdeceasedBoolean write SetdeceasedBoolean; |
Indicates if the practitioner 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 practitioner is deceased or not. (choose any one of deceased*, but only one)
|
|
property deceasedDateTimeElement : TdateTime_ read GetdeceasedDateTimeElement write SetdeceasedDateTimeElement; |
|
|
property address : TAddressArray read GetaddressArray; |
Address(es) of the practitioner that are not role specific (typically home address). Work addresses are not typically entered in this property as they are usually role dependent.
|
|
property qualification : TPractitionerQualificationArray read GetqualificationArray; |
The official qualifications, certifications, accreditations, training, licenses (and other types of educations/skills/capabilities) that authorize or otherwise pertain to the provision of care by the practitioner.
For example, a medical license issued by a medical board of licensure authorizing the practitioner to practice medicine within a certain locality.
|
|
property communication : TPractitionerCommunicationArray read GetcommunicationArray; |
A language which may be used to communicate with the practitioner, often for correspondence/administrative purposes.
The `PractitionerRole.communication` property should be used for publishing the languages that a practitioner is able to communicate with patients (on a per Organization/Role basis).
|
Generated by PasDoc 0.15.0.
|