Class TVerificationResult

Unit

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

Public constructor Create; override;

Properties

Public property target : TReferenceArray read GettargetArray;
Public property targetLocation : TBSFHIRPrimitiveStringArray read GettargetLocationArray;
Public property need : TCodeableConcept read Getneed write Setneed;
Public property status : string read Getstatus write Setstatus;
Public property statusElement : Tstatus read GetstatusElement write SetstatusElement;
Public property statusDate : string read GetstatusDate write SetstatusDate;
Public property statusDateElement : TdateTime_ read GetstatusDateElement write SetstatusDateElement;
Public property validationType : TCodeableConcept read GetvalidationType write SetvalidationType;
Public property validationProcess : TCodeableConceptArray read GetvalidationProcessArray;
Public property frequency : TTiming read Getfrequency write Setfrequency;
Public property lastPerformed : string read GetlastPerformed write SetlastPerformed;
Public property lastPerformedElement : TdateTime_ read GetlastPerformedElement write SetlastPerformedElement;
Public property nextScheduled : string read GetnextScheduled write SetnextScheduled;
Public property nextScheduledElement : Tdate_ read GetnextScheduledElement write SetnextScheduledElement;
Public property failureAction : TCodeableConcept read GetfailureAction write SetfailureAction;
Public property primarySource : TVerificationResultPrimarySourceArray read GetprimarySourceArray;
Public property attestation : TVerificationResultAttestation read Getattestation write Setattestation;
Public property validator : TVerificationResultValidatorArray read GetvalidatorArray;

Description

Methods

Public constructor Create; override;
 

Properties

Public property target : TReferenceArray read GettargetArray;

A resource that was validated.

Public property targetLocation : TBSFHIRPrimitiveStringArray read GettargetLocationArray;

The fhirpath location(s) within the resource that was validated.

Public property need : TCodeableConcept read Getneed write Setneed;

The frequency with which the target must be validated (none; initial; periodic).

Public property status : string read Getstatus write Setstatus;

The validation status of the target (attested; validated; in process; requires revalidation; validation failed; revalidation failed).

Public property statusElement : Tstatus read GetstatusElement write SetstatusElement;
 
Public property statusDate : string read GetstatusDate write SetstatusDate;

When the validation status was updated.

Public property statusDateElement : TdateTime_ read GetstatusDateElement write SetstatusDateElement;
 
Public property validationType : TCodeableConcept read GetvalidationType write SetvalidationType;

What the target is validated against (nothing; primary source; multiple sources).

Public 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).

Public property frequency : TTiming read Getfrequency write Setfrequency;

Frequency of revalidation.

Public property lastPerformed : string read GetlastPerformed write SetlastPerformed;

The date/time validation was last completed (including failed validations).

Public property lastPerformedElement : TdateTime_ read GetlastPerformedElement write SetlastPerformedElement;
 
Public property nextScheduled : string read GetnextScheduled write SetnextScheduled;

The date when target is next validated, if appropriate.

Public property nextScheduledElement : Tdate_ read GetnextScheduledElement write SetnextScheduledElement;
 
Public property failureAction : TCodeableConcept read GetfailureAction write SetfailureAction;

The result if validation fails (fatal; warning; record only; none).

Public property primarySource : TVerificationResultPrimarySourceArray read GetprimarySourceArray;

Information about the primary source(s) involved in validation.

Public property attestation : TVerificationResultAttestation read Getattestation write Setattestation;

Information about the entity attesting to information.

Public property validator : TVerificationResultValidatorArray read GetvalidatorArray;

Information about the entity validating information.


Generated by PasDoc 0.15.0.