Class TOrganizationQualification
Unit
bsFhir_r5
Declaration
type TOrganizationQualification = class(TBackboneElement)
Description
A formally or informally recognized grouping of people or organizations formed for the purpose of achieving some form of collective action. Includes companies, institutions, corporations, departments, community groups, healthcare practice groups, payer/insurer, etc.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
An identifier allocated to this qualification for this organization.
|
|
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.
|