Class TVerificationResultAttestation
Unit
bsFhir_r4b
Declaration
type TVerificationResultAttestation = class(TBackboneElement)
Description
Describes validation requirements, source(s), status and dates for one or more elements.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property who : TReference read Getwho write Setwho; |
The individual or organization attesting to information.
|
|
property onBehalfOf : TReference read GetonBehalfOf write SetonBehalfOf; |
When the who is asserting on behalf of another (organization or individual).
|
|
property communicationMethod : TCodeableConcept read GetcommunicationMethod write SetcommunicationMethod; |
The method by which attested information was submitted/retrieved (manual; API; Push).
|
|
property date_ : string read Getdate_ write Setdate_; |
The date the information was attested to.
|
|
property date_Element : Tdate_ read Getdate_Element write Setdate_Element; |
|
|
property sourceIdentityCertificate : string read GetsourceIdentityCertificate write SetsourceIdentityCertificate; |
A digital identity certificate associated with the attestation source.
|
|
property sourceIdentityCertificateElement : Tstring read GetsourceIdentityCertificateElement write SetsourceIdentityCertificateElement; |
|
|
property proxyIdentityCertificate : string read GetproxyIdentityCertificate write SetproxyIdentityCertificate; |
A digital identity certificate associated with the proxy entity submitting attested information on behalf of the attestation source.
|
|
property proxyIdentityCertificateElement : Tstring read GetproxyIdentityCertificateElement write SetproxyIdentityCertificateElement; |
|
|
property proxySignature : TSignature read GetproxySignature write SetproxySignature; |
Signed assertion by the proxy entity indicating that they have the right to submit attested information on behalf of the attestation source.
|
|
property sourceSignature : TSignature read GetsourceSignature write SetsourceSignature; |
Signed assertion by the attestation source that they have attested to the information.
|
Generated by PasDoc 0.15.0.
|