interface VerificationResult {
    _implicitRules?: Element;
    _language?: Element;
    _lastPerformed?: Element;
    _nextScheduled?: Element;
    _status?: Element;
    _statusDate?: Element;
    _targetLocation?: Element[];
    attestation?: VerificationResultAttestation;
    contained?: ConcreteType[];
    extension?: Extension[];
    failureAction?: CodeableConcept;
    frequency?: Timing;
    id?: id;
    implicitRules?: uri;
    language?: code;
    lastPerformed?: dateTime;
    meta?: Meta;
    modifierExtension?: Extension[];
    need?: CodeableConcept;
    nextScheduled?: date;
    primarySource?: VerificationResultPrimarySource[];
    resourceType: "VerificationResult";
    status: code;
    statusDate?: dateTime;
    target?: Reference[];
    targetLocation?: string[];
    text?: Narrative;
    validationProcess?: CodeableConcept[];
    validationType?: CodeableConcept;
    validator?: VerificationResultValidator[];
}

Properties

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_lastPerformed?: Element

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

_nextScheduled?: Element

The date when target is next validated, if appropriate

_status?: Element

attested | validated | in-process | req-revalid | val-fail | reval-fail

_statusDate?: Element

When the validation status was updated

_targetLocation?: Element[]

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

Information about the entity attesting to information

contained?: ConcreteType[]

Contained, inline Resources

extension?: Extension[]

Additional content defined by implementations

failureAction?: CodeableConcept

fatal | warn | rec-only | none

frequency?: Timing

Frequency of revalidation

id?: id

Logical id of this artifact

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

lastPerformed?: dateTime

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

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

none | initial | periodic

nextScheduled?: date

The date when target is next validated, if appropriate

Information about the primary source(s) involved in validation

resourceType
status: code

attested | validated | in-process | req-revalid | val-fail | reval-fail

statusDate?: dateTime

When the validation status was updated

target?: Reference[]

A resource that was validated

targetLocation?: string[]

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

text?: Narrative

Text summary of the resource, for human interpretation

validationProcess?: CodeableConcept[]

The primary process by which the target is validated (edit check; value set; primary source; multiple sources; standalone; in context)

validationType?: CodeableConcept

nothing | primary | multiple

Information about the entity validating information