Class TVerificationResult
Unit
bsFhir_r5
Declaration
type TVerificationResult = class(TDomainResource)
Description
Describes validation requirements, source(s), status and dates for one or more elements. 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 target : TReferenceArray read GettargetArray; |
A resource that was validated.
|
|
property targetLocation : TBSFHIRPrimitiveStringArray read GettargetLocationArray; |
The fhirpath location(s) within the resource that was validated.
|
|
property need : TCodeableConcept read Getneed write Setneed; |
The frequency with which the target must be validated (none; initial; periodic).
|
|
property status : string read Getstatus write Setstatus; |
The validation status of the target (attested; validated; in process; requires revalidation; validation failed; revalidation failed).
|
|
property statusDate : string read GetstatusDate write SetstatusDate; |
When the validation status was updated.
|
|
property statusDateElement : TdateTime_ read GetstatusDateElement write SetstatusDateElement; |
|
|
property validationType : TCodeableConcept read GetvalidationType write SetvalidationType; |
What the target is validated against (nothing; primary source; multiple sources).
|
|
property validationProcess : TCodeableConceptArray read GetvalidationProcessArray; |
The primary process by which the target is validated (edit check; value set; primary source; multiple sources; standalone; in context).
|
|
property frequency : TTiming read Getfrequency write Setfrequency; |
Frequency of revalidation.
|
|
property lastPerformed : string read GetlastPerformed write SetlastPerformed; |
The date/time validation was last completed (including failed validations).
|
|
property lastPerformedElement : TdateTime_ read GetlastPerformedElement write SetlastPerformedElement; |
|
|
property nextScheduled : string read GetnextScheduled write SetnextScheduled; |
The date when target is next validated, if appropriate.
|
|
property nextScheduledElement : Tdate_ read GetnextScheduledElement write SetnextScheduledElement; |
|
|
property failureAction : TCodeableConcept read GetfailureAction write SetfailureAction; |
The result if validation fails (fatal; warning; record only; none).
|
|
property attestation : TVerificationResultAttestation read Getattestation write Setattestation; |
Information about the entity attesting to information.
|
Generated by PasDoc 0.15.0.
|