Class TPractitioner
Unit
bsFhir_r4b
Declaration
type TPractitioner = class(TDomainResource)
Description
A person who is directly or indirectly involved in the provisioning of healthcare. 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 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 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 qualification : TPractitionerQualificationArray read GetqualificationArray; |
The official certifications, training, and licenses that authorize or otherwise pertain to the provision of care by the practitioner. For example, a medical license issued by a medical board authorizing the practitioner to practice medicine within a certian locality.
|
|
property communication : TCodeableConceptArray read GetcommunicationArray; |
A language the practitioner can use in patient communication.
|
Generated by PasDoc 0.15.0.
|