Skip to main content

HS.FHIR.DTL.vR4.Model.Resource.VerificationResult

class HS.FHIR.DTL.vR4.Model.Resource.VerificationResult extends HS.FHIR.DTL.vR4.Model.Base.DomainResource

Describes validation requirements, source(s), status and dates for one or more elements.

Property Inventory

Parameters

parameter ELEMENTQUALIFIED = 1;
Inherited description: ELEMENTQUALIFIED controls the format of exported XML. The ELEMENTQUALIFIED specification should be based on the elementFormDefault attribute of the schema that defines the type. To maintain compatibility, ELEMENTQUALIFIED will default to 1 (true) for literal format export and will default to 0 (false) for encoded or encoded12 format export. These were the values always previously assumed for the elementFormDefault attribute.

NOTE: Direct use of XMLExport method does not support the ELEMENTQUALIFIED. The export must be done using %XML.Writer or SOAP support.

parameter XMLNAME = VerificationResult;
Inherited description: This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.
parameter XMLPROJECTION = ELEMENT;
parameter XMLSEQUENCE = 1;
Inherited description: If the XMLSEQUENCE = 1, then the order of the XML elements must match the order of the class properties. This allows us to deal with XML where the same field appears multiple times and is distinguished by the order.
parameter XMLTYPE = VerificationResult;
Inherited description: This parameter provides the default XMLTYPE for the class. If it is empty then the class name will be used to construct a default XML type.

The default XMLTYPE is used when naming and referencing this type in a schema and the schema context did not provide an XML type name.

Properties

property attestation as HS.FHIR.DTL.vR4.Model.Element.VerificationResult.attestation (XMLNAME = "attestation", XMLPROJECTION = "ELEMENT");
BackboneElement

Information about the entity attesting to information.

Property methods: attestationGet(), attestationGetSwizzled(), attestationIsValid(), attestationNewObject(), attestationSet()
property failureAction as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "failureAction", XMLPROJECTION = "ELEMENT");
CodeableConcept

fatal | warn | rec-only | none

verificationresult-failure-action is the PREFERRED FHIR4 ValueSet for codes, but if you need to express meanings not found in verificationresult-failure-action, you may use codes from any ValueSet.

Property methods: failureActionGet(), failureActionGetSwizzled(), failureActionIsValid(), failureActionNewObject(), failureActionSet()
property frequency as HS.FHIR.DTL.vR4.Model.Datatype.Timing (XMLNAME = "frequency", XMLPROJECTION = "ELEMENT");
Timing

Frequency of revalidation.

Property methods: frequencyGet(), frequencyGetSwizzled(), frequencyIsValid(), frequencyNewObject(), frequencySet()
property lastPerformed as %String (MAXLEN = 1000000, XMLNAME = "lastPerformed", XMLPROJECTION = "ATTRIBUTE");
dateTime

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

Property methods: lastPerformedDisplayToLogical(), lastPerformedGet(), lastPerformedIsValid(), lastPerformedLogicalToDisplay(), lastPerformedLogicalToOdbc(), lastPerformedNormalize(), lastPerformedSet()
property need as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "need", XMLPROJECTION = "ELEMENT");
CodeableConcept

none | initial | periodic

verificationresult-need is the PREFERRED FHIR4 ValueSet for codes, but if you need to express meanings not found in verificationresult-need, you may use codes from any ValueSet.

Property methods: needGet(), needGetSwizzled(), needIsValid(), needNewObject(), needSet()
property nextScheduled as %String (MAXLEN = 1000000, XMLNAME = "nextScheduled", XMLPROJECTION = "ATTRIBUTE");
date

The date when target is next validated, if appropriate.

Property methods: nextScheduledDisplayToLogical(), nextScheduledGet(), nextScheduledIsValid(), nextScheduledLogicalToDisplay(), nextScheduledLogicalToOdbc(), nextScheduledNormalize(), nextScheduledSet()
property primarySource as list of HS.FHIR.DTL.vR4.Model.Element.VerificationResult.primarySource (XMLNAME = "primarySource", XMLPROJECTION = "ELEMENT");
BackboneElement

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

Property methods: primarySourceBuildValueArray(), primarySourceCollectionToDisplay(), primarySourceCollectionToOdbc(), primarySourceDisplayToCollection(), primarySourceGet(), primarySourceGetObject(), primarySourceGetObjectId(), primarySourceGetSwizzled(), primarySourceIsValid(), primarySourceOdbcToCollection(), primarySourceSet(), primarySourceSetObject(), primarySourceSetObjectId()
property status as %String (MAXLEN = 1000000, XMLNAME = "status", XMLPROJECTION = "ATTRIBUTE") [ Required ];
code

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

verificationresult-status|4.0.1 is the REQUIRED FHIR4 ValueSet for codes; you may NOT extend verificationresult-status|4.0.1 and you may NOT use codes from other ValueSets.

Property methods: statusDisplayToLogical(), statusGet(), statusIsValid(), statusLogicalToDisplay(), statusLogicalToOdbc(), statusNormalize(), statusSet()
property statusDate as %String (MAXLEN = 1000000, XMLNAME = "statusDate", XMLPROJECTION = "ATTRIBUTE");
dateTime

When the validation status was updated.

Property methods: statusDateDisplayToLogical(), statusDateGet(), statusDateIsValid(), statusDateLogicalToDisplay(), statusDateLogicalToOdbc(), statusDateNormalize(), statusDateSet()
property target as list of HS.FHIR.DTL.vR4.Model.Base.Reference (XMLNAME = "target", XMLPROJECTION = "ELEMENT");
Reference

A resource that was validated.

Any FHIR4 Resource may be indicated by this Reference

Property methods: targetBuildValueArray(), targetCollectionToDisplay(), targetCollectionToOdbc(), targetDisplayToCollection(), targetGet(), targetGetObject(), targetGetObjectId(), targetGetSwizzled(), targetIsValid(), targetOdbcToCollection(), targetSet(), targetSetObject(), targetSetObjectId()
property targetLocation as list of %String (MAXLEN = 1000000, XMLNAME = "targetLocation", XMLPROJECTION = "ELEMENT");
string

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

Property methods: targetLocationBuildValueArray(), targetLocationCollectionToDisplay(), targetLocationCollectionToOdbc(), targetLocationDisplayToCollection(), targetLocationDisplayToLogical(), targetLocationGet(), targetLocationGetObject(), targetLocationGetObjectId(), targetLocationGetSwizzled(), targetLocationIsValid(), targetLocationLogicalToDisplay(), targetLocationLogicalToOdbc(), targetLocationNormalize(), targetLocationOdbcToCollection(), targetLocationSet(), targetLocationSetObject(), targetLocationSetObjectId()
property validationProcess as list of HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "validationProcess", XMLPROJECTION = "ELEMENT");
CodeableConcept

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

any FHIR4 code may be used; verificationresult-validation-process shows EXAMPLE codes, but you may use codes from any ValueSet.

Property methods: validationProcessBuildValueArray(), validationProcessCollectionToDisplay(), validationProcessCollectionToOdbc(), validationProcessDisplayToCollection(), validationProcessGet(), validationProcessGetObject(), validationProcessGetObjectId(), validationProcessGetSwizzled(), validationProcessIsValid(), validationProcessOdbcToCollection(), validationProcessSet(), validationProcessSetObject(), validationProcessSetObjectId()
property validationType as HS.FHIR.DTL.vR4.Model.Datatype.CodeableConcept (XMLNAME = "validationType", XMLPROJECTION = "ELEMENT");
CodeableConcept

nothing | primary | multiple

verificationresult-validation-type is the PREFERRED FHIR4 ValueSet for codes, but if you need to express meanings not found in verificationresult-validation-type, you may use codes from any ValueSet.

Property methods: validationTypeGet(), validationTypeGetSwizzled(), validationTypeIsValid(), validationTypeNewObject(), validationTypeSet()
property validator as list of HS.FHIR.DTL.vR4.Model.Element.VerificationResult.validator (XMLNAME = "validator", XMLPROJECTION = "ELEMENT");
BackboneElement

Information about the entity validating information.

Property methods: validatorBuildValueArray(), validatorCollectionToDisplay(), validatorCollectionToOdbc(), validatorDisplayToCollection(), validatorGet(), validatorGetObject(), validatorGetObjectId(), validatorGetSwizzled(), validatorIsValid(), validatorOdbcToCollection(), validatorSet(), validatorSetObject(), validatorSetObjectId()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab