Class TPractitionerQualification
Unit
bsFhir_r5
Declaration
type TPractitionerQualification = class(TBackboneElement)
Description
A person who is directly or indirectly involved in the provisioning of healthcare or related services.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
An identifier that applies to this person's qualification.
|
|
property code : TCodeableConcept read Getcode write Setcode; |
Coded representation of the qualification.
|
|
property period : TPeriod read Getperiod write Setperiod; |
Period during which the qualification is valid.
|
|
property issuer : TReference read Getissuer write Setissuer; |
Organization that regulates and issues the qualification.
|
Generated by PasDoc 0.15.0.
|