| Class TVerificationResultValidatorUnit
bsFhir_r5 Declaration
type TVerificationResultValidator = class(TBackboneElement) Description
 Describes validation requirements, source(s), status and dates for one or more elements.  HierarchyOverviewMethodsPropertiesDescriptionMethods
|  | constructor Create; override; |  |  |  Properties
|  | property organization : TReference read Getorganization write Setorganization; |  | 
 Reference to the organization validating information.  |  
|  | property identityCertificate : string read GetidentityCertificate write SetidentityCertificate; |  | 
 A digital identity certificate associated with the validator.  |  
|  | property identityCertificateElement : Tstring read GetidentityCertificateElement write SetidentityCertificateElement; |  |  |  
|  | property attestationSignature : TSignature read GetattestationSignature write SetattestationSignature; |  | 
 Signed assertion by the validator that they have validated the information.  |  Generated by PasDoc 0.15.0.
 |